Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c129 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()
136 result.tieh = efuse_ll_get_sdio_tieh(); in rtc_vddsdio_get_config()
152 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
165 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c196 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()
204 result.tieh = efuse_ll_get_sdio_tieh(); in rtc_vddsdio_get_config()
213 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
226 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c225 result.tieh = (sdio_conf_reg & RTC_CNTL_SDIO_TIEH_M) >> RTC_CNTL_SDIO_TIEH_S; in rtc_vddsdio_get_config()
232 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
245 val |= (config.tieh << RTC_CNTL_SDIO_TIEH_S); in rtc_vddsdio_set_config()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_common.c91 …if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { // VDDSDIO regulator is enabled @ 1… in bootloader_common_vddsdio_configure()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c840 if (cfg.tieh != RTC_VDDSDIO_TIEH_1_8V) { in esp_psram_impl_enable()
852 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in esp_psram_impl_enable()
862 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in esp_psram_impl_enable()
876 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in esp_psram_impl_enable()
949 …if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { // VDDSDIO regulator is enabled @ 1… in esp_psram_impl_enable()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h686 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h802 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h815 …uint32_t tieh : 1; //!< Select VDDSDIO voltage. One of RTC_VDDSDIO_TIEH_1_8V, RTC_VDDSDIO_TIE… member