Searched defs:portALT_GET_RUN_TIME_COUNTER_VALUE (Results 1 – 3 of 3) 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
351 …#define portALT_GET_RUN_TIME_COUNTER_VALUE( x ) do { x = ( uint32_t )esp_timer_get_time(); } w… macro