Home
last modified time | relevance | path

Searched refs:RTC_VDDSDIO_TIEH_3_3V (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.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.c836 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in psram_enable()
846 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in psram_enable()
860 if (cfg.tieh != RTC_VDDSDIO_TIEH_3_3V) { in psram_enable()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Drtc.h691 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V VDDSDIO macro
/hal_espressif-3.6.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.6.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.6.0/components/soc/esp32c3/include/soc/
Drtc.h198 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V VDDSDIO macro
/hal_espressif-3.6.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.6.0/components/soc/esp32s2/include/soc/
Drtc.h215 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V VDDSDIO macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Drtc.h220 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V VDDSDIO macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Drtc.h200 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V VDDSDIO macro
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Drtc_init.c225 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()