Home
last modified time | relevance | path

Searched refs:portALT_GET_RUN_TIME_COUNTER_VALUE (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dportmacro.h305 #define portALT_GET_RUN_TIME_COUNTER_VALUE(x) do {x = (uint32_t)esp_timer_get_time();} while(0) macro
/device/soc/esp/esp32/components/osal/include/esp_osal/
Desp_osal.h748 #ifndef portALT_GET_RUN_TIME_COUNTER_VALUE
749 …S is defined then either portGET_RUN_TIME_COUNTER_VALUE or portALT_GET_RUN_TIME_COUNTER_VALUE must…