Home
last modified time | relevance | path

Searched refs:RTC_XTAL_FREQ_32M (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/soc/esp32h2/include/soc/
Drtc.h138 RTC_XTAL_FREQ_32M = 32, enumerator
191 .xtal_freq = RTC_XTAL_FREQ_32M, \
/hal_espressif-latest/components/hal/esp32h2/
Dclk_tree_hal.c73 return (uint32_t)RTC_XTAL_FREQ_32M; in clk_hal_xtal_get_freq_mhz()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h326 case RTC_XTAL_FREQ_32M: in clk_ll_bbpll_set_config()
355 case RTC_XTAL_FREQ_32M: in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h325 case RTC_XTAL_FREQ_32M: in clk_ll_bbpll_set_config()
357 case RTC_XTAL_FREQ_32M: in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dclk.c62 assert(rtc_clk_xtal_freq_get() == RTC_XTAL_FREQ_32M); in esp_clk_init()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h144 RTC_XTAL_FREQ_32M = 32, //!< 32 MHz XTAL enumerator
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_clk.c418 return RTC_XTAL_FREQ_32M; in rtc_clk_xtal_freq_get()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_tree_ll.h251 case RTC_XTAL_FREQ_32M: in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h145 RTC_XTAL_FREQ_32M = 32, enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h151 RTC_XTAL_FREQ_32M = 32, enumerator
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_tree_ll.h308 HAL_ASSERT(xtal_freq_mhz == RTC_XTAL_FREQ_32M); in clk_ll_bbpll_set_config()