Home
last modified time | relevance | path

Searched refs:RTC_CNTL_DREFL_SDIO_S (Results 1 – 7 of 7) sorted by relevance

/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()
164 val |= (config.drefl << RTC_CNTL_DREFL_SDIO_S); in rtc_vddsdio_set_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()
225 val |= (config.drefl << RTC_CNTL_DREFL_SDIO_S); in rtc_vddsdio_set_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()
244 val |= (config.drefl << RTC_CNTL_DREFL_SDIO_S); in rtc_vddsdio_set_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))
999 #define RTC_CNTL_DREFL_SDIO_S 25 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))
1146 #define RTC_CNTL_DREFL_SDIO_S 25 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))
1351 #define RTC_CNTL_DREFL_SDIO_S 25 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))
1455 #define RTC_CNTL_DREFL_SDIO_S 25 macro