Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dmpu_wrappers.h96 #define xTaskCatchUpTicks MPU_xTaskCatchUpTicks macro
A Dtask.h3459 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c772 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
780 xReturn = xTaskCatchUpTicks( xTicksToCatchUp ); in MPU_xTaskCatchUpTicks()
/FreeRTOS-Kernel/
A Dtasks.c4601 BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) in xTaskCatchUpTicks() function
A DHistory.txt376 - xTaskCatchUpTicks
792 + Added xTaskCatchUpTicks(), which corrects the tick count value after the

Completed in 31 milliseconds