Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/esp_hw_support/port/esp32s2/
Drtc_init.c139 CLEAR_PERI_REG_MASK(DPORT_CPU_PER_CONF_REG, DPORT_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
141 SET_PERI_REG_MASK(DPORT_CPU_PER_CONF_REG, DPORT_CPU_WAIT_MODE_FORCE_ON); in rtc_init()
/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h102 #define DPORT_CPU_WAIT_MODE_FORCE_ON (BIT(3)) macro