Home
last modified time | relevance | path

Searched refs:RTC_VDDSDIO_TIEH_1_8V (Results 1 – 12 of 12) sorted by relevance

/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/soc/esp32c6/include/soc/
Drtc.h149 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Drtc.h153 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c152 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h677 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c213 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h160 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h161 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h167 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h165 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c232 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
/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()
949 …if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { // VDDSDIO regulator is enabled @ 1… in esp_psram_impl_enable()