Home
last modified time | relevance | path

Searched refs:pu_cfg (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_sleep.c25 static const DRAM_ATTR rtc_sleep_pu_config_t pu_cfg = RTC_SLEEP_PU_CONFIG_ALL(1); variable
149 rtc_sleep_pu(pu_cfg); in rtc_sleep_init()
234 rtc_sleep_pu(pu_cfg); in rtc_sleep_finish()
Drtc_init.c106 rtc_sleep_pu_config_t pu_cfg = RTC_SLEEP_PU_CONFIG_ALL(0); in rtc_init() local
107 rtc_sleep_pu(pu_cfg); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c31 static const DRAM_ATTR rtc_sleep_pu_config_t pu_cfg = RTC_SLEEP_PU_CONFIG_ALL(1); variable
174 rtc_sleep_pu(pu_cfg); in rtc_sleep_init()
364 rtc_sleep_pu(pu_cfg); in rtc_sleep_finish()
Drtc_init.c132 rtc_sleep_pu_config_t pu_cfg = RTC_SLEEP_PU_CONFIG_ALL(0); in rtc_init() local
133 rtc_sleep_pu(pu_cfg); in rtc_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c24 static const DRAM_ATTR rtc_sleep_pu_config_t pu_cfg = RTC_SLEEP_PU_CONFIG_ALL(1); variable
177 rtc_sleep_pu(pu_cfg); in rtc_sleep_init()
296 rtc_sleep_pu(pu_cfg); in rtc_sleep_finish()
Drtc_init.c169 rtc_sleep_pu_config_t pu_cfg = RTC_SLEEP_PU_CONFIG_ALL(0); in rtc_init() local
170 rtc_sleep_pu(pu_cfg); in rtc_init()