Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dcpu.c18 #define SYSTEM_CPU_WAIT_MODE_FORCE_ON PCR_CPU_WAIT_MODE_FORCE_ON macro
114 …r_is_attached() && DPORT_REG_GET_BIT(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON) == 0)… in esp_cpu_wait_for_intr()
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_init.c114 CLEAR_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
116 SET_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_init.c148 CLEAR_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
150 SET_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c193 CLEAR_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
195 SET_PERI_REG_MASK(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h72 #define SYSTEM_CPU_WAIT_MODE_FORCE_ON (BIT(3)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h59 #define SYSTEM_CPU_WAIT_MODE_FORCE_ON (BIT(3)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h88 #define SYSTEM_CPU_WAIT_MODE_FORCE_ON (BIT(3)) macro