Home
last modified time | relevance | path

Searched refs:SOC_SYSTIMER_COUNTER_NUM (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h238 #define SOC_SYSTIMER_COUNTER_NUM 2 // Number of counter units macro
DKconfig.soc_caps.in474 config SOC_SYSTIMER_COUNTER_NUM config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h300 #define SOC_SYSTIMER_COUNTER_NUM 1 // Number of counter units macro
DKconfig.soc_caps.in678 config SOC_SYSTIMER_COUNTER_NUM config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h321 #define SOC_SYSTIMER_COUNTER_NUM 2 // Number of counter units macro
DKconfig.soc_caps.in698 config SOC_SYSTIMER_COUNTER_NUM config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h385 #define SOC_SYSTIMER_COUNTER_NUM 2 // Number of counter units macro
DKconfig.soc_caps.in898 config SOC_SYSTIMER_COUNTER_NUM config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h326 #define SOC_SYSTIMER_COUNTER_NUM 2 // Number of counter units macro
DKconfig.soc_caps.in794 config SOC_SYSTIMER_COUNTER_NUM config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h398 #define SOC_SYSTIMER_COUNTER_NUM 2 // Number of counter units macro
DKconfig.soc_caps.in902 config SOC_SYSTIMER_COUNTER_NUM config
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c495 for (uint32_t counter_id = 0; counter_id < SOC_SYSTIMER_COUNTER_NUM; ++counter_id) { in suspend_timers()
506 for (uint32_t counter_id = 0; counter_id < SOC_SYSTIMER_COUNTER_NUM; ++counter_id) { in resume_timers()