Home
last modified time | relevance | path

Searched defs:portALT_GET_RUN_TIME_COUNTER_VALUE (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARC_v1/
A Dportmacro.h143 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount ) macro
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARC_EM_HS/
A Dportmacro.h144 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount ) macro
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Xtensa_ESP32/include/
A Dportmacro.h355 …#define portALT_GET_RUN_TIME_COUNTER_VALUE( x ) do { x = ( uint32_t ) esp_timer_get_time(); } w… macro

Completed in 5 milliseconds