ulTaskGetIdleRunTimeCounter() is only used within FreeRTOS.
 
Symbols
loading (1/3)...
Files
loading (2/3)...
SummarySyntaxReferencesCall Tree

Return value

The total run time of the idle task or the percentage of the total run time consumed by the idle task. This is the amount of time the idle task has actually been executing. The unit of time is dependent on the frequency configured using the portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() and portGET_RUN_TIME_COUNTER_VALUE() macros.

Notes

If configNUMBER_OF_CORES > 1, calling this function will query the idle task of the current core.

References