Home
last modified time | relevance | path

Searched refs:portTIMER_MATCH_ISR_BIT (Results 1 – 5 of 5) sorted by relevance

/Kernel-v11.1.0/portable/GCC/ARM7_LPC2000/
DportISR.c59 #define portTIMER_MATCH_ISR_BIT ( ( uint8_t ) 0x01 ) macro
133 T0_IR = portTIMER_MATCH_ISR_BIT; in vTickISR()
/Kernel-v11.1.0/portable/IAR/LPC2000/
Dport.c65 #define portTIMER_MATCH_ISR_BIT ( ( uint8_t ) 0x01 ) macro
206 T0IR = portTIMER_MATCH_ISR_BIT; in vPortNonPreemptiveTick()
227 T0IR = portTIMER_MATCH_ISR_BIT; in vPortPreemptiveTick()
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/
Dport.c55 #define portTIMER_MATCH_ISR_BIT ( ( uint8_t ) 0x01 ) macro
197 T0IR = portTIMER_MATCH_ISR_BIT; /* Clear the timer event */ in vNonPreemptiveTick()
/Kernel-v11.1.0/portable/GCC/ARM7_LPC23xx/
DportISR.c41 #define portTIMER_MATCH_ISR_BIT ( ( uint8_t ) 0x01 ) macro
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
DportISR.c50 #define portTIMER_MATCH_ISR_BIT ( ( uint8_t ) 0x01 ) macro