Searched refs:vPortNonPreemptiveTick (Results 1 – 4 of 4) sorted by relevance
177 static __arm __irq void vPortNonPreemptiveTick( void );178 static __arm __irq void vPortNonPreemptiveTick( void ) in vPortNonPreemptiveTick() function210 …, AT91C_AIC_PRIOR_HIGHEST, portINT_LEVEL_SENSITIVE, ( void ( * )( void ) )vPortNonPreemptiveTick ); in prvSetupTimerInterrupt()
197 static __arm __irq void vPortNonPreemptiveTick( void );198 static __arm __irq void vPortNonPreemptiveTick( void ) in vPortNonPreemptiveTick() function275 VICVectAddr0 = ( int32_t ) vPortNonPreemptiveTick; in prvSetupTimerInterrupt()
68 __arm __irq void vPortNonPreemptiveTick( void );179 __arm __irq void vPortNonPreemptiveTick( void ) in vPortNonPreemptiveTick() function
234 __interrupt void vPortNonPreemptiveTick( void ) in vPortNonPreemptiveTick() function