Searched refs:RTC_FAST_FREQ_8M (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.4.0/components/soc/esp32/include/soc/ |
D | rtc.h | 115 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/ |
D | rtc_clk_init.c | 82 if (cfg.fast_freq == RTC_FAST_FREQ_8M) { in rtc_clk_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/ |
D | rtc_clk_init.c | 74 if (cfg.fast_freq == RTC_FAST_FREQ_8M) { in rtc_clk_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/ |
D | rtc_clk_init.c | 73 if (cfg.fast_freq == RTC_FAST_FREQ_8M) { in rtc_clk_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/ |
D | rtc_clk_init.c | 70 if (cfg.fast_freq == RTC_FAST_FREQ_8M) { in rtc_clk_init()
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | rtc.h | 206 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/ |
D | rtc.h | 189 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/ |
D | rtc.h | 189 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/ |
D | rtc_clk_init.c | 128 if (cfg.fast_freq == RTC_FAST_FREQ_8M) { in rtc_clk_init()
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | rtc.h | 191 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/ |
D | clk.c | 78 rtc_clk_fast_freq_set(RTC_FAST_FREQ_8M); in esp_clk_init()
|
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32/ |
D | clk.c | 141 rtc_clk_fast_freq_set(RTC_FAST_FREQ_8M); in esp_clk_init()
|
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32c3/ |
D | clk.c | 83 rtc_clk_fast_freq_set(RTC_FAST_FREQ_8M); in esp_clk_init()
|
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/ |
D | clk.c | 87 rtc_clk_fast_freq_set(RTC_FAST_FREQ_8M); in esp_clk_init()
|
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/ |
D | clk.c | 87 rtc_clk_fast_freq_set(RTC_FAST_FREQ_8M); in esp_clk_init()
|