Home
last modified time | relevance | path

Searched refs:SOC_TIMER_GROUPS (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/esp_system/
Dpanic.c186 #if SOC_TIMER_GROUPS >= 2 in esp_panic_handler_reconfigure_wdts()
199 #if SOC_TIMER_GROUPS >= 2 in esp_panic_handler_reconfigure_wdts()
213 #if SOC_TIMER_GROUPS >= 2 in disable_all_wdts()
223 #if SOC_TIMER_GROUPS >= 2 in disable_all_wdts()
Dint_wdt.c25 #if SOC_TIMER_GROUPS > 1
/hal_espressif-latest/components/soc/include/soc/
Dtimer_periph.h23 } groups[SOC_TIMER_GROUPS];
/hal_espressif-latest/components/driver/deprecated/driver/
Dtimer_types_legacy.h23 #if SOC_TIMER_GROUPS > 1
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h247 #define SOC_TIMER_GROUPS (1U) macro
DKconfig.soc_caps.in502 config SOC_TIMER_GROUPS config
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_wdt.c26 #if SOC_TIMER_GROUPS >= 2 in wdt_hal_init()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h297 #define SOC_TIMER_GROUPS (2) macro
DKconfig.soc_caps.in606 config SOC_TIMER_GROUPS config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h306 #define SOC_TIMER_GROUPS (2) macro
DKconfig.soc_caps.in694 config SOC_TIMER_GROUPS config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h330 #define SOC_TIMER_GROUPS (2) macro
DKconfig.soc_caps.in726 config SOC_TIMER_GROUPS config
/hal_espressif-latest/components/hal/
Dwdt_hal_iram.c21 #if SOC_TIMER_GROUPS >= 2 in wdt_hal_init()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h400 #define SOC_TIMER_GROUPS (2) macro
DKconfig.soc_caps.in942 config SOC_TIMER_GROUPS config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h335 #define SOC_TIMER_GROUPS (2) macro
DKconfig.soc_caps.in822 config SOC_TIMER_GROUPS config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h413 #define SOC_TIMER_GROUPS (2) macro
DKconfig.soc_caps.in946 config SOC_TIMER_GROUPS config
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c485 for (uint32_t tg_num = 0; tg_num < SOC_TIMER_GROUPS; ++tg_num) { in suspend_timers()
511 for (uint32_t tg_num = 0; tg_num < SOC_TIMER_GROUPS; ++tg_num) { in resume_timers()