Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_v1/
HDportmacro.h143 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount ) macro
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/
HDportmacro.h144 #define portALT_GET_RUN_TIME_COUNTER_VALUE( dest ) ( dest = xTickCount ) macro
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
HDportmacro.h351 …#define portALT_GET_RUN_TIME_COUNTER_VALUE( x ) do { x = ( uint32_t )esp_timer_get_time(); } w… macro