Home
last modified time | relevance | path

Searched refs:rtc_dboost_fpd (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h653 uint32_t rtc_dboost_fpd : 1; //!< Force power down RTC_DBOOST member
668 .rtc_dboost_fpd = 1 \
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h667 uint32_t rtc_dboost_fpd : 1; //!< Force power down RTC_DBOOST member
686 .rtc_dboost_fpd = 1, \
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h735 uint32_t rtc_dboost_fpd : 1; //!< Force power down RTC_DBOOST member
754 .rtc_dboost_fpd = 1, \
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h764 uint32_t rtc_dboost_fpd : 1; //!< Force power down RTC_DBOOST member
783 .rtc_dboost_fpd = 1, \
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h777 uint32_t rtc_dboost_fpd : 1; //!< Force power down RTC_DBOOST member
796 .rtc_dboost_fpd = 1, \
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_init.c84 if (cfg.rtc_dboost_fpd) { in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_init.c124 if (cfg.rtc_dboost_fpd) { in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_init.c117 if (cfg.rtc_dboost_fpd) { in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c156 if (cfg.rtc_dboost_fpd) { in rtc_init()