Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/include/xtensa/
Dcore-macros.h366 # define XTHAL_SET_CCOMPARE(n,v) _XTHAL_SET_CCOMPARE(n,v) macro
376 # define XTHAL_SET_CCOMPARE(n,v) do {/*nothing*/} while(0) macro
/hal_espressif-latest/components/esp_pm/
Dpm_impl.c495 XTHAL_SET_CCOMPARE(XT_TIMER_INDEX, new_ccompare); in update_ccompare()