Home
last modified time | relevance | path

Searched refs:RTC_SLEEP_PD_XTAL (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c75 .xtal_fpu = (sleep_flags & RTC_SLEEP_PD_XTAL) ? 0 : 1, in rtc_sleep_get_default_config()
82 assert(sleep_flags & RTC_SLEEP_PD_XTAL); in rtc_sleep_get_default_config()
123 if ((sleep_flags & RTC_SLEEP_DIG_USE_8M) || !(sleep_flags & RTC_SLEEP_PD_XTAL)) { in rtc_sleep_get_default_config()
162 if (!(sleep_flags & RTC_SLEEP_PD_XTAL)) { in rtc_sleep_get_default_config()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Drtc.h701 : !((sleep_flags) & RTC_SLEEP_PD_XTAL) ? RTC_CNTL_DIG_DBIAS_1V10 \
706 : !((sleep_flags) & RTC_SLEEP_PD_XTAL) ? RTC_CNTL_DBIAS_1V10 \
709 .xtal_fpu = is_dslp(sleep_flags) ? 0 : ((sleep_flags) & RTC_SLEEP_PD_XTAL) ? 0 : 1, \
722 #define RTC_SLEEP_PD_XTAL BIT(8) //!< Power down main XTAL macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Drtc.h540 .xtal_fpu = ((sleep_flags) & RTC_SLEEP_PD_XTAL) ? 0 : 1 \
549 #define RTC_SLEEP_PD_XTAL BIT(6) //!< Power down main XTAL macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Drtc.h685 .xtal_fpu = is_dslp(sleep_flags) ? 0 : ((sleep_flags) & RTC_SLEEP_PD_XTAL) ? 0 : 1, \
701 #define RTC_SLEEP_PD_XTAL BIT(11) //!< Power down main XTAL macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Drtc.h701 .xtal_fpu = is_dslp(sleep_flags) ? 0 : ((sleep_flags) & RTC_SLEEP_PD_XTAL) ? 0 : 1, \
717 #define RTC_SLEEP_PD_XTAL BIT(11) //!< Power down main XTAL macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Drtc.h708 #define RTC_SLEEP_PD_XTAL BIT(11) //!< Power down main XTAL macro
/hal_espressif-3.6.0/components/esp_hw_support/
Dsleep_modes.c1272 pd_flags |= RTC_SLEEP_PD_XTAL; in get_power_down_flags()
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c1309 pd_flags |= RTC_SLEEP_PD_XTAL; in get_power_down_flags()