Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_common.c184 …if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { // VDDSDIO regulator is enabled @ 1… in bootloader_common_vddsdio_configure()
/device/soc/esp/esp32/components/esp_hw_support/port/esp32/
Drtc_init.c139 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Drtc.h686 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
/device/soc/esp/esp32/components/esp32/
Dspiram_psram.c812 if (cfg.tieh != RTC_VDDSDIO_TIEH_1_8V) { in psram_enable()