Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/TriCore_1782/
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