Home
last modified time | relevance | path

Searched refs:portTIMER_VIC_ENABLE (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.1.0/portable/GCC/ARM7_LPC2000/
Dport.c61 #define portTIMER_VIC_ENABLE ( ( uint32_t ) 0x0020 ) macro
216 VICVectCntl0 = portTIMER_VIC_CHANNEL | portTIMER_VIC_ENABLE; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/
Dport.c52 #define portTIMER_VIC_ENABLE ( ( uint32_t ) 0x0020 ) macro
256 VICVectCntl0 = portTIMER_VIC_CHANNEL | portTIMER_VIC_ENABLE; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/LPC2000/
Dport.c79 #define portTIMER_VIC_ENABLE ( ( uint32_t ) 0x0020 ) macro
279 VICVectCntl0 = portTIMER_VIC_CHANNEL | portTIMER_VIC_ENABLE; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/GCC/ARM7_LPC23xx/
Dport.c61 #define portTIMER_VIC_ENABLE ( ( uint32_t ) 0x0020 ) macro