Home
last modified time | relevance | path

Searched refs:rtc_regul0_en (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h915 …uint32_t rtc_regul0_en: 1; //!< If 1, rtc_regulator0 is ctl by fsm; if 0, rtc_regulator0 force pd. member
921 .rtc_regul0_en = 1, \
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_sleep.c95 if (cfg.rtc_regul0_en) { in regulator_set()