MPU_ulTaskGetIdleRunTimeCounter() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

The total run time of 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.

References

from examples