Home
last modified time | relevance | path

Searched refs:SYSTEM_CPU_WAIT_MODE_FORCE_ON (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/
Drtc_init.c118 CLEAR_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
120 SET_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/
Drtc_init.c138 CLEAR_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
140 SET_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Drtc_init.c186 CLEAR_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
188 SET_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dcpu_ll.h183 …gger_attached() && DPORT_REG_GET_BIT(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON) == 0)… in cpu_ll_waiti()
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsystem_reg.h60 #define SYSTEM_CPU_WAIT_MODE_FORCE_ON (BIT(3)) macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsystem_reg.h59 #define SYSTEM_CPU_WAIT_MODE_FORCE_ON (BIT(3)) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsystem_reg.h88 #define SYSTEM_CPU_WAIT_MODE_FORCE_ON (BIT(3)) macro