Home
last modified time | relevance | path

Searched refs:RTC_CNTL_DREFL_SDIO_M (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32.py80 RTC_CNTL_DREFL_SDIO_M = 3 << 25 variable in ESP32ROM
387 | self.RTC_CNTL_DREFL_SDIO_M
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c124 result.drefl = (sdio_conf_reg & RTC_CNTL_DREFL_SDIO_M) >> RTC_CNTL_DREFL_SDIO_S; in rtc_vddsdio_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c191 result.drefl = (sdio_conf_reg & RTC_CNTL_DREFL_SDIO_M) >> RTC_CNTL_DREFL_SDIO_S; in rtc_vddsdio_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c220 result.drefl = (sdio_conf_reg & RTC_CNTL_DREFL_SDIO_M) >> RTC_CNTL_DREFL_SDIO_S; in rtc_vddsdio_get_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_reg.h997 #define RTC_CNTL_DREFL_SDIO_M ((RTC_CNTL_DREFL_SDIO_V)<<(RTC_CNTL_DREFL_SDIO_S)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1144 #define RTC_CNTL_DREFL_SDIO_M ((RTC_CNTL_DREFL_SDIO_V)<<(RTC_CNTL_DREFL_SDIO_S)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h1349 #define RTC_CNTL_DREFL_SDIO_M ((RTC_CNTL_DREFL_SDIO_V)<<(RTC_CNTL_DREFL_SDIO_S)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1453 #define RTC_CNTL_DREFL_SDIO_M ((RTC_CNTL_DREFL_SDIO_V)<<(RTC_CNTL_DREFL_SDIO_S)) macro