Searched refs:portALT_GET_RUN_TIME_COUNTER_VALUE (Results 1 – 6 of 6) sorted by relevance
143 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount ) macro
144 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount ) macro
355 …#define portALT_GET_RUN_TIME_COUNTER_VALUE( x ) do { x = ( uint32_t ) esp_timer_get_time(); } w… macro
4473 #ifdef portALT_GET_RUN_TIME_COUNTER_VALUE in uxTaskGetSystemState()4474 portALT_GET_RUN_TIME_COUNTER_VALUE( ( *pulTotalRunTime ) ); in uxTaskGetSystemState()5112 #ifdef portALT_GET_RUN_TIME_COUNTER_VALUE in vTaskSwitchContext()5113 portALT_GET_RUN_TIME_COUNTER_VALUE( ulTotalRunTime[ 0 ] ); in vTaskSwitchContext()5213 #ifdef portALT_GET_RUN_TIME_COUNTER_VALUE in vTaskSwitchContext()5214 portALT_GET_RUN_TIME_COUNTER_VALUE( ulTotalRunTime[ xCoreID ] ); in vTaskSwitchContext()
1950 + Introduced the portALT_GET_RUN_TIME_COUNTER_VALUE() macro to compliment
2595 #ifndef portALT_GET_RUN_TIME_COUNTER_VALUE2596 …S is defined then either portGET_RUN_TIME_COUNTER_VALUE or portALT_GET_RUN_TIME_COUNTER_VALUE must…