Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/GCC/ARM7_LPC23xx/
Dport.c53 #define portENABLE_TIMER ( ( uint8_t ) 0x01 ) macro
229 T0TCR = portENABLE_TIMER; in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM7_LPC2000/
Dport.c53 #define portENABLE_TIMER ( ( uint8_t ) 0x01 ) macro
217 T0_TCR = portENABLE_TIMER; in prvSetupTimerInterrupt()
/Kernel-v10.6.2/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-v10.6.2/portable/RVDS/ARM7_LPC21xx/
Dport.c44 #define portENABLE_TIMER ( ( uint8_t ) 0x01 ) macro
258 T0TCR = portENABLE_TIMER; in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/LPC2000/
Dport.c50 #define portENABLE_TIMER ( ( uint8_t ) 0x01 ) macro
281 T0TCR = portENABLE_TIMER; in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/SDCC/Cygnal/
Dport.c43 #define portENABLE_TIMER ( ( uint8_t ) 0x04 ) macro
417 TMR2CN = portENABLE_TIMER; in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
Dport.c55 #define portENABLE_TIMER ( ( uint8_t ) 0x01 ) macro