Home
last modified time | relevance | path

Searched refs:RTC_CNTL_SDIO_FORCE (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/esp_hw_support/port/esp32/
Drtc_init.c111 if (sdio_conf_reg & RTC_CNTL_SDIO_FORCE) { in rtc_vddsdio_get_config()
Drtc_sleep.c203 REG_CLR_BIT(RTC_CNTL_SDIO_CONF_REG, RTC_CNTL_SDIO_FORCE); in rtc_sleep_init()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Drtc_cntl_reg.h1028 #define RTC_CNTL_SDIO_FORCE (BIT(22)) macro