Home
last modified time | relevance | path

Searched refs:portENABLE_TIMER (Results 1 – 7 of 7) sorted by relevance

/Kernel-v11.1.0/portable/GCC/ARM7_LPC23xx/
Dport.c53 #define portENABLE_TIMER ( ( uint8_t ) 0x01 ) macro
231 T0TCR = portENABLE_TIMER; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/GCC/ARM7_LPC2000/
Dport.c53 #define portENABLE_TIMER ( ( uint8_t ) 0x01 ) macro
220 T0_TCR = portENABLE_TIMER; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/Paradigm/Tern_EE/small/
Dport.c50 #define portENABLE_TIMER ( uint16_t ) 0xC001 macro
202 t2_init( portENABLE_TIMER, portPRESCALE_VALUE, NULL ); in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/
Dport.c44 #define portENABLE_TIMER ( ( uint8_t ) 0x01 ) macro
260 T0TCR = portENABLE_TIMER; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/LPC2000/
Dport.c50 #define portENABLE_TIMER ( ( uint8_t ) 0x01 ) macro
283 T0TCR = portENABLE_TIMER; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/SDCC/Cygnal/
Dport.c43 #define portENABLE_TIMER ( ( uint8_t ) 0x04 ) macro
417 TMR2CN = portENABLE_TIMER; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dport.c55 #define portENABLE_TIMER ( ( uint8_t ) 0x01 ) macro