Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h973 uint32_t rtc_source : 1; member
982 .rtc_source = 0, \
990 .rtc_source = 1, \
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_sleep.c115 if (regula_cfg.rtc_source == 1) { in regulator_slt()