comparison L1/include/l1_api_hisr.h @ 3:f93dab57b032

L1/include: TCS211-based version restored
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:45:00 +0000
parents 75a11d740a02
children
comparison
equal deleted inserted replaced
2:7c13c26f1aa4 3:f93dab57b032
8 ************* Revision Controle System Header *************/ 8 ************* Revision Controle System Header *************/
9 9
10 #ifndef _L1_API_HISR_H_ 10 #ifndef _L1_API_HISR_H_
11 #define _L1_API_HISR_H_ 11 #define _L1_API_HISR_H_
12 12
13 #if (L1_DYN_DSP_DWNLD == 1)
14 /* Constants */ 13 /* Constants */
15 #define ID_API_INT 0x4 14 #define ID_API_INT 0x4
16 #endif 15
16 /* Prototypes */
17 void l1_trigger_api_interrupt(); 17 void l1_trigger_api_interrupt();
18 void l1_api_handler();
18 19
19 #endif 20 #endif