|
RTEMS
5.1
|
11 #define TCR_ENABLE_BIT 0 12 #define TCR_RESET_BIT 1 31 #define TimerAction_Interrupt 0x1 32 #define TimerAction_ResetTimer 0x2 33 #define TimerAction_StopTimer 0x4 36 #define TIMERMR0Int 0x01 37 #define TIMERMR1Int 0x02 38 #define TIMERMR2Int 0x04 39 #define TIMERMR3Int 0x08 40 #define TIMERCR0Int 0x10 41 #define TIMERCR1Int 0x20 42 #define TIMERCR2Int 0x40 43 #define TIMERCR3Int 0x80 45 #define TIMERALLInt 0xFF 47 #endif //__LPC_Timer_H