Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/zephyr/esp32/src/boot/
Dbootloader_init.c56 if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { in bootloader_common_vddsdio_configure()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Drtc_init.c134 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
Dspiram_psram.c824 if (cfg.tieh != RTC_VDDSDIO_TIEH_1_8V) { in psram_enable()
/hal_espressif-3.4.0/components/bootloader_support/src/
Dbootloader_common.c199 …if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { // VDDSDIO regulator is enabled @ 1… in bootloader_common_vddsdio_configure()
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Drtc.h690 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/
Drtc_init.c202 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/
Drtc_init.c202 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_init.c189 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/
Drtc_init.c177 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h214 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h197 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h197 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h199 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro