Home
last modified time | relevance | path

Searched refs:int_8m_pd_en (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_sleep.c60 .int_8m_pd_en = ((sleep_flags) & RTC_SLEEP_PD_INT_8M) ? 1 : 0, in rtc_sleep_get_default_config()
177 if (!cfg.int_8m_pd_en) { in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c74 .int_8m_pd_en = (sleep_flags & RTC_SLEEP_PD_INT_8M) ? 1 : 0, in rtc_sleep_get_default_config()
228 if (!cfg.int_8m_pd_en) { in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c67 .int_8m_pd_en = (sleep_flags & RTC_SLEEP_PD_INT_8M) ? 1 : 0, in rtc_sleep_get_default_config()
240 if (!cfg.int_8m_pd_en) { in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c55 .int_8m_pd_en = (sleep_flags & RTC_SLEEP_PD_INT_8M) ? 1 : 0, in rtc_sleep_get_default_config()
235 if (!cfg.int_8m_pd_en) { in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_sleep.c95 .int_8m_pd_en = ((sleep_flags) & RTC_SLEEP_PD_INT_8M) ? 1 : 0, in rtc_sleep_get_default_config()
218 if (!cfg.int_8m_pd_en) { in rtc_sleep_init()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h496 uint32_t int_8m_pd_en : 1; //!< Power down Internal 8M oscillator member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h546 uint32_t int_8m_pd_en : 1; //!< Power down Internal 8M oscillator member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h582 uint32_t int_8m_pd_en : 1; //!< Power down Internal 8M oscillator member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h594 uint32_t int_8m_pd_en : 1; //!< Power down Internal 8M oscillator member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h611 uint32_t int_8m_pd_en : 1; //!< Power down Internal 8M oscillator member