Searched refs:xTaskCatchUpTicks (Results 1 – 5 of 5) sorted by relevance
96 #define xTaskCatchUpTicks MPU_xTaskCatchUpTicks macro
3459 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
772 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()780 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
4601 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() function
376 - xTaskCatchUpTicks792 + Added xTaskCatchUpTicks(), which corrects the tick count value after the
Completed in 31 milliseconds