Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32.py81 RTC_CNTL_SDIO_FORCE = 1 << 22 variable in ESP32ROM
347 if reg & self.RTC_CNTL_SDIO_FORCE:
379 reg_val = self.RTC_CNTL_SDIO_FORCE # override efuse setting
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c125 if (sdio_conf_reg & RTC_CNTL_SDIO_FORCE) { in rtc_vddsdio_get_config()
Drtc_sleep.c225 REG_CLR_BIT(RTC_CNTL_SDIO_CONF_REG, RTC_CNTL_SDIO_FORCE); in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c192 if (sdio_conf_reg & RTC_CNTL_SDIO_FORCE) { in rtc_vddsdio_get_config()
Drtc_sleep.c242 REG_CLR_BIT(RTC_CNTL_SDIO_CONF_REG, RTC_CNTL_SDIO_FORCE); in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c237 REG_CLR_BIT(RTC_CNTL_SDIO_CONF_REG, RTC_CNTL_SDIO_FORCE); in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c247 REG_CLR_BIT(RTC_CNTL_SDIO_CONF_REG, RTC_CNTL_SDIO_FORCE); in rtc_sleep_init()
Drtc_init.c221 if (sdio_conf_reg & RTC_CNTL_SDIO_FORCE) { in rtc_vddsdio_get_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_reg.h1014 #define RTC_CNTL_SDIO_FORCE (BIT(22)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1161 #define RTC_CNTL_SDIO_FORCE (BIT(22)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h1366 #define RTC_CNTL_SDIO_FORCE (BIT(22)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1470 #define RTC_CNTL_SDIO_FORCE (BIT(22)) macro