Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c122 result.drefh = (sdio_conf_reg & RTC_CNTL_DREFH_SDIO_M) >> RTC_CNTL_DREFH_SDIO_S; in rtc_vddsdio_get_config()
162 val |= (config.drefh << RTC_CNTL_DREFH_SDIO_S); in rtc_vddsdio_set_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c189 result.drefh = (sdio_conf_reg & RTC_CNTL_DREFH_SDIO_M) >> RTC_CNTL_DREFH_SDIO_S; in rtc_vddsdio_get_config()
223 val |= (config.drefh << RTC_CNTL_DREFH_SDIO_S); in rtc_vddsdio_set_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c218 result.drefh = (sdio_conf_reg & RTC_CNTL_DREFH_SDIO_M) >> RTC_CNTL_DREFH_SDIO_S; in rtc_vddsdio_get_config()
242 val |= (config.drefh << RTC_CNTL_DREFH_SDIO_S); in rtc_vddsdio_set_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_reg.h985 #define RTC_CNTL_DREFH_SDIO_M ((RTC_CNTL_DREFH_SDIO_V)<<(RTC_CNTL_DREFH_SDIO_S))
987 #define RTC_CNTL_DREFH_SDIO_S 29 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1132 #define RTC_CNTL_DREFH_SDIO_M ((RTC_CNTL_DREFH_SDIO_V)<<(RTC_CNTL_DREFH_SDIO_S))
1134 #define RTC_CNTL_DREFH_SDIO_S 29 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h1337 #define RTC_CNTL_DREFH_SDIO_M ((RTC_CNTL_DREFH_SDIO_V)<<(RTC_CNTL_DREFH_SDIO_S))
1339 #define RTC_CNTL_DREFH_SDIO_S 29 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1441 #define RTC_CNTL_DREFH_SDIO_M ((RTC_CNTL_DREFH_SDIO_V)<<(RTC_CNTL_DREFH_SDIO_S))
1443 #define RTC_CNTL_DREFH_SDIO_S 29 macro