Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32.py79 RTC_CNTL_DREFM_SDIO_M = 3 << 27 variable in ESP32ROM
386 | self.RTC_CNTL_DREFM_SDIO_M
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c123 result.drefm = (sdio_conf_reg & RTC_CNTL_DREFM_SDIO_M) >> RTC_CNTL_DREFM_SDIO_S; in rtc_vddsdio_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c190 result.drefm = (sdio_conf_reg & RTC_CNTL_DREFM_SDIO_M) >> RTC_CNTL_DREFM_SDIO_S; in rtc_vddsdio_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c219 result.drefm = (sdio_conf_reg & RTC_CNTL_DREFM_SDIO_M) >> RTC_CNTL_DREFM_SDIO_S; in rtc_vddsdio_get_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_reg.h991 #define RTC_CNTL_DREFM_SDIO_M ((RTC_CNTL_DREFM_SDIO_V)<<(RTC_CNTL_DREFM_SDIO_S)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1138 #define RTC_CNTL_DREFM_SDIO_M ((RTC_CNTL_DREFM_SDIO_V)<<(RTC_CNTL_DREFM_SDIO_S)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h1343 #define RTC_CNTL_DREFM_SDIO_M ((RTC_CNTL_DREFM_SDIO_V)<<(RTC_CNTL_DREFM_SDIO_S)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1447 #define RTC_CNTL_DREFM_SDIO_M ((RTC_CNTL_DREFM_SDIO_V)<<(RTC_CNTL_DREFM_SDIO_S)) macro