Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32.py82 RTC_CNTL_SDIO_PD_EN = 1 << 21 variable in ESP32ROM
380 reg_val |= self.RTC_CNTL_SDIO_PD_EN
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c166 val |= RTC_CNTL_SDIO_PD_EN; in rtc_vddsdio_set_config()
Drtc_sleep.c226 REG_SET_FIELD(RTC_CNTL_SDIO_CONF_REG, RTC_CNTL_SDIO_PD_EN, cfg.vddsdio_pd_en); in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c227 val |= RTC_CNTL_SDIO_PD_EN; in rtc_vddsdio_set_config()
Drtc_sleep.c243 REG_SET_FIELD(RTC_CNTL_SDIO_CONF_REG, RTC_CNTL_SDIO_PD_EN, cfg.vddsdio_pd_en); in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c238 REG_SET_FIELD(RTC_CNTL_SDIO_CONF_REG, RTC_CNTL_SDIO_PD_EN, cfg.vddsdio_pd_en); in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c248 REG_SET_FIELD(RTC_CNTL_SDIO_CONF_REG, RTC_CNTL_SDIO_PD_EN, cfg.vddsdio_pd_en); in rtc_sleep_init()
Drtc_init.c246 val |= RTC_CNTL_SDIO_PD_EN; in rtc_vddsdio_set_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_reg.h1020 #define RTC_CNTL_SDIO_PD_EN (BIT(21)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1167 #define RTC_CNTL_SDIO_PD_EN (BIT(21)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h1372 #define RTC_CNTL_SDIO_PD_EN (BIT(21)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1476 #define RTC_CNTL_SDIO_PD_EN (BIT(21)) macro