Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c128 result.enable = (sdio_conf_reg & RTC_CNTL_XPD_SDIO_REG_M) >> RTC_CNTL_XPD_SDIO_REG_S; in rtc_vddsdio_get_config()
161 val |= (config.enable << RTC_CNTL_XPD_SDIO_REG_S); in rtc_vddsdio_set_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c195 result.enable = (sdio_conf_reg & RTC_CNTL_XPD_SDIO_REG_M) >> RTC_CNTL_XPD_SDIO_REG_S; in rtc_vddsdio_get_config()
222 val |= (config.enable << RTC_CNTL_XPD_SDIO_REG_S); in rtc_vddsdio_set_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c224 result.enable = (sdio_conf_reg & RTC_CNTL_XPD_SDIO_REG_M) >> RTC_CNTL_XPD_SDIO_REG_S; in rtc_vddsdio_get_config()
241 val |= (config.enable << RTC_CNTL_XPD_SDIO_REG_S); in rtc_vddsdio_set_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_reg.h981 #define RTC_CNTL_XPD_SDIO_REG_S 31 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1128 #define RTC_CNTL_XPD_SDIO_REG_S 31 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h1333 #define RTC_CNTL_XPD_SDIO_REG_S 31 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1437 #define RTC_CNTL_XPD_SDIO_REG_S 31 macro