Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Drtc.h150 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V VDDSDIO macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Drtc.h154 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V 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.h678 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V 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.h161 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V VDDSDIO macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h162 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V VDDSDIO macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h168 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V VDDSDIO macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h166 #define RTC_VDDSDIO_TIEH_3_3V 1 //!< TIEH field value for 3.3V VDDSDIO macro
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c852 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()
/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()