Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/include/xtensa/
Dcore-macros.h362 # define XTHAL_GET_CCOMPARE(n) _XTHAL_GET_CCOMPARE(n) macro
375 # define XTHAL_GET_CCOMPARE(n) 0 macro
/hal_espressif-latest/components/esp_pm/
Dpm_impl.c489 uint32_t ccompare = XTHAL_GET_CCOMPARE(XT_TIMER_INDEX); in update_ccompare()