Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c152 CLEAR_PERI_REG_MASK(DPORT_CPU_PER_CONF_REG, DPORT_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
154 SET_PERI_REG_MASK(DPORT_CPU_PER_CONF_REG, DPORT_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsystem_reg.h94 #define DPORT_CPU_WAIT_MODE_FORCE_ON (BIT(3)) macro