Searched refs:prvSystemTickHandler (Results 1 – 1 of 1) sorted by relevance
76 static void prvSystemTickHandler( int ) __attribute__( ( longcall ) );273 if( 0 != _install_int_handler( configKERNEL_INTERRUPT_PRIORITY, prvSystemTickHandler, 0 ) ) in prvSetupTimerInterrupt()292 static void prvSystemTickHandler( int iArg ) in prvSystemTickHandler() function