Searched refs:vPortNonPreemptiveTick (Results 1 – 4 of 4) sorted by relevance
175 static __arm __irq void vPortNonPreemptiveTick( void );176 static __arm __irq void vPortNonPreemptiveTick( void ) in vPortNonPreemptiveTick() function209 …SYS, AT91C_AIC_PRIOR_HIGHEST, portINT_LEVEL_SENSITIVE, ( void (*)(void) ) vPortNonPreemptiveTick ); in prvSetupTimerInterrupt()
195 static __arm __irq void vPortNonPreemptiveTick( void );196 static __arm __irq void vPortNonPreemptiveTick( void ) in vPortNonPreemptiveTick() function273 VICVectAddr0 = ( int32_t ) vPortNonPreemptiveTick; in prvSetupTimerInterrupt()
68 __arm __irq void vPortNonPreemptiveTick( void );177 __arm __irq void vPortNonPreemptiveTick( void ) in vPortNonPreemptiveTick() function
234 __interrupt void vPortNonPreemptiveTick( void ) in vPortNonPreemptiveTick() function