Home
last modified time | relevance | path

Searched refs:RTC_SLEEP_PD_CONFIG_ALL (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c50 rtc_sleep_pd_config_t pd_cfg = RTC_SLEEP_PD_CONFIG_ALL(1); in rtc_sleep_init()
265 rtc_sleep_pd_config_t pd_cfg = RTC_SLEEP_PD_CONFIG_ALL(0); in rtc_sleep_finish()
Drtc_init.c126 rtc_sleep_pd_config_t pd_cfg = RTC_SLEEP_PD_CONFIG_ALL(0); in rtc_init()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Drtc_sleep.c56 #define RTC_SLEEP_PD_CONFIG_ALL(val) {\ macro
110 rtc_sleep_pd_config_t pd_cfg = RTC_SLEEP_PD_CONFIG_ALL(cfg.lslp_meminf_pd); in rtc_sleep_init()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Drtc.h644 #define RTC_SLEEP_PD_CONFIG_ALL(val) {\ macro