Searched refs:portTIMER_VIC_CHANNEL_BIT (Results 1 – 4 of 4) sorted by relevance
60 #define portTIMER_VIC_CHANNEL_BIT ( ( uint32_t ) 0x0010 ) macro209 VICIntSelect &= ~( portTIMER_VIC_CHANNEL_BIT ); in prvSetupTimerInterrupt()210 VICIntEnable |= portTIMER_VIC_CHANNEL_BIT; in prvSetupTimerInterrupt()
51 #define portTIMER_VIC_CHANNEL_BIT ( ( uint32_t ) 0x0010 ) macro241 VICIntSelect &= ~( portTIMER_VIC_CHANNEL_BIT ); in prvSetupTimerInterrupt()242 VICIntEnable |= portTIMER_VIC_CHANNEL_BIT; in prvSetupTimerInterrupt()
78 #define portTIMER_VIC_CHANNEL_BIT ( ( uint32_t ) 0x0010 ) macro260 VICIntSelect &= ~( portTIMER_VIC_CHANNEL_BIT ); in prvSetupTimerInterrupt()261 VICIntEnable |= portTIMER_VIC_CHANNEL_BIT; in prvSetupTimerInterrupt()
60 #define portTIMER_VIC_CHANNEL_BIT ( ( uint32_t ) 0x0010 ) macro