Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dport.c66 #define portPIT_INT_ENABLE ( ( uint16_t ) 0x1 << 25 ) macro
203 pxPIT->PITC_PIMR = portPIT_ENABLE | portPIT_INT_ENABLE | portPIT_COUNTER_VALUE; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dport.c56 #define portPIT_INT_ENABLE ( ( uint16_t ) 0x1 << 25 ) macro
217 pxPIT->PITC_PIMR = portPIT_ENABLE | portPIT_INT_ENABLE | portPIT_COUNTER_VALUE; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/AtmelSAM9XE/
Dport.c68 #define portPIT_INT_ENABLE ( ( uint16_t ) 0x1 << 25 ) macro
/Kernel-v11.1.0/portable/IAR/LPC2000/
Dport.c74 #define portPIT_INT_ENABLE ( ( uint16_t ) 0x1 << 25 ) macro