Home
last modified time | relevance | path

Searched refs:RTC_SLEEP_USE_ADC_TESEN_MONITOR (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c68 … if ((sleep_flags & RTC_SLEEP_USE_ADC_TESEN_MONITOR) || !(sleep_flags & RTC_SLEEP_PD_INT_8M)) { in rtc_sleep_get_default_config()
125 } else if (sleep_flags & RTC_SLEEP_USE_ADC_TESEN_MONITOR) { in rtc_sleep_get_default_config()
157 out_config->pd_cur_monitor = (sleep_flags & RTC_SLEEP_USE_ADC_TESEN_MONITOR)? in rtc_sleep_get_default_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c82 … if ((sleep_flags & RTC_SLEEP_USE_ADC_TESEN_MONITOR) || (!(sleep_flags & RTC_SLEEP_PD_INT_8M))) { in rtc_sleep_get_default_config()
166 out_config->pd_cur_monitor = (sleep_flags & RTC_SLEEP_USE_ADC_TESEN_MONITOR)? in rtc_sleep_get_default_config()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h36 #define RTC_SLEEP_USE_ADC_TESEN_MONITOR BIT(17) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h524 #define RTC_SLEEP_USE_ADC_TESEN_MONITOR BIT(17) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h568 #define RTC_SLEEP_USE_ADC_TESEN_MONITOR BIT(17) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h613 #define RTC_SLEEP_USE_ADC_TESEN_MONITOR BIT(17) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h626 #define RTC_SLEEP_USE_ADC_TESEN_MONITOR BIT(17) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h640 #define RTC_SLEEP_USE_ADC_TESEN_MONITOR BIT(17) macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c836 sleep_flags |= RTC_SLEEP_USE_ADC_TESEN_MONITOR;