Home
last modified time | relevance | path

Searched refs:RTC_SLEEP_DIG_USE_8M (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.7.0/components/esp_hw_support/include/esp_private/
Desp_pmu.h35 #define RTC_SLEEP_DIG_USE_8M BIT(16) macro
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c2/
Drtc_sleep.c101 if ((sleep_flags & RTC_SLEEP_DIG_USE_8M) || !(sleep_flags & RTC_SLEEP_PD_XTAL)) { in rtc_sleep_get_default_config()
/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Drtc.h523 #define RTC_SLEEP_DIG_USE_8M BIT(16) macro
/hal_espressif-3.7.0/components/soc/esp32c2/include/soc/
Drtc.h568 #define RTC_SLEEP_DIG_USE_8M BIT(16) macro
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c117 if ((sleep_flags & RTC_SLEEP_DIG_USE_8M) || !(sleep_flags & RTC_SLEEP_PD_XTAL)) { in rtc_sleep_get_default_config()
/hal_espressif-3.7.0/components/soc/esp32c3/include/soc/
Drtc.h612 #define RTC_SLEEP_DIG_USE_8M BIT(16) macro
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c125 if ((sleep_flags & RTC_SLEEP_DIG_USE_8M) || !(sleep_flags & RTC_SLEEP_PD_XTAL)) { in rtc_sleep_get_default_config()
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c109 …if ((sleep_flags & RTC_SLEEP_DIG_USE_8M) || !(sleep_flags & RTC_SLEEP_PD_XTAL) || !(sleep_flags & … in rtc_sleep_get_default_config()
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/
Drtc.h625 #define RTC_SLEEP_DIG_USE_8M BIT(16) macro
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Drtc.h636 #define RTC_SLEEP_DIG_USE_8M BIT(16) macro
/hal_espressif-3.7.0/components/esp_hw_support/
Dsleep_modes.c668 sleep_flags |= RTC_SLEEP_DIG_USE_8M; in esp_sleep_start()