Searched refs:RTC_VDDSDIO_TIEH_1_8V (Results 1 – 4 of 4) sorted by relevance
184 …if (cfg.enable == 1 && cfg.tieh == RTC_VDDSDIO_TIEH_1_8V) { // VDDSDIO regulator is enabled @ 1… in bootloader_common_vddsdio_configure()
139 result.tieh = (strap_reg & BIT(5)) ? RTC_VDDSDIO_TIEH_1_8V : RTC_VDDSDIO_TIEH_3_3V; in rtc_vddsdio_get_config()
686 #define RTC_VDDSDIO_TIEH_1_8V 0 //!< TIEH field value for 1.8V VDDSDIO macro
812 if (cfg.tieh != RTC_VDDSDIO_TIEH_1_8V) { in psram_enable()