Home
last modified time | relevance | path

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

/hal_espressif-3.4.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.4.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.4.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.4.0/components/soc/esp32s3/include/soc/
Drtc.h692 .xtal_fpu = is_dslp(sleep_flags) ? 0 : ((sleep_flags) & RTC_SLEEP_PD_XTAL) ? 0 : 1, \
708 #define RTC_SLEEP_PD_XTAL BIT(11) //!< Power down main XTAL macro
/hal_espressif-3.4.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.4.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c1309 pd_flags |= RTC_SLEEP_PD_XTAL; in get_power_down_flags()
/hal_espressif-3.4.0/components/esp_hw_support/
Dsleep_modes.c1272 pd_flags |= RTC_SLEEP_PD_XTAL; in get_power_down_flags()