Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM7_LPC23xx/
DportISR.c42 #define portCLEAR_VIC_INTERRUPT ( ( uint32_t ) 0 ) macro
109 VICVectAddr = portCLEAR_VIC_INTERRUPT; in vNonPreemptiveTick()
135 VICVectAddr = portCLEAR_VIC_INTERRUPT; in vPreemptiveTick()
/Kernel-v11.1.0/portable/GCC/ARM7_LPC2000/
DportISR.c60 #define portCLEAR_VIC_INTERRUPT ( ( uint32_t ) 0 ) macro
134 VICVectAddr = portCLEAR_VIC_INTERRUPT; in vTickISR()
/Kernel-v11.1.0/portable/IAR/LPC2000/
Dport.c66 #define portCLEAR_VIC_INTERRUPT ( ( uint32_t ) 0 ) macro
207 VICVectAddr = portCLEAR_VIC_INTERRUPT; in vPortNonPreemptiveTick()
228 VICVectAddr = portCLEAR_VIC_INTERRUPT; in vPortPreemptiveTick()
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/
Dport.c56 #define portCLEAR_VIC_INTERRUPT ( ( uint32_t ) 0 ) macro
198 VICVectAddr = portCLEAR_VIC_INTERRUPT; /* Acknowledge the Interrupt */ in vNonPreemptiveTick()
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
DportISR.c51 #define portCLEAR_VIC_INTERRUPT ( ( uint32_t ) 0 ) macro