Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/GCC/TriCore_1782/
A Dport.c76 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

Completed in 16 milliseconds