Home
last modified time | relevance | path

Searched refs:RTC_FAST_FREQ_8M (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Drtc.h115 RTC_FAST_FREQ_8M = 1, //!< Internal 8 MHz RC oscillator enumerator
149 .fast_freq = RTC_FAST_FREQ_8M, \
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_clk_init.c82 if (cfg.fast_freq == RTC_FAST_FREQ_8M) { in rtc_clk_init()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/
Drtc_clk_init.c74 if (cfg.fast_freq == RTC_FAST_FREQ_8M) { in rtc_clk_init()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/
Drtc_clk_init.c73 if (cfg.fast_freq == RTC_FAST_FREQ_8M) { in rtc_clk_init()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/
Drtc_clk_init.c70 if (cfg.fast_freq == RTC_FAST_FREQ_8M) { in rtc_clk_init()
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc.h206 RTC_FAST_FREQ_8M = 1, //!< Internal 8 MHz RC oscillator enumerator
247 .fast_freq = RTC_FAST_FREQ_8M, \
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h189 RTC_FAST_FREQ_8M = 1, //!< Internal 8 MHz RC oscillator enumerator
230 .fast_freq = RTC_FAST_FREQ_8M, \
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h189 RTC_FAST_FREQ_8M = 1, //!< Internal 8 MHz RC oscillator enumerator
230 .fast_freq = RTC_FAST_FREQ_8M, \
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Drtc_clk_init.c128 if (cfg.fast_freq == RTC_FAST_FREQ_8M) { in rtc_clk_init()
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h191 RTC_FAST_FREQ_8M = 1, //!< Internal 8 MHz RC oscillator enumerator
232 .fast_freq = RTC_FAST_FREQ_8M, \
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32h2/
Dclk.c78 rtc_clk_fast_freq_set(RTC_FAST_FREQ_8M); in esp_clk_init()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32/
Dclk.c141 rtc_clk_fast_freq_set(RTC_FAST_FREQ_8M); in esp_clk_init()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32c3/
Dclk.c83 rtc_clk_fast_freq_set(RTC_FAST_FREQ_8M); in esp_clk_init()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dclk.c87 rtc_clk_fast_freq_set(RTC_FAST_FREQ_8M); in esp_clk_init()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/
Dclk.c87 rtc_clk_fast_freq_set(RTC_FAST_FREQ_8M); in esp_clk_init()