/hal_espressif-latest/components/hal/esp32s3/ |
D | clk_tree_hal.c | 21 return clk_ll_bbpll_get_freq_mhz(); in clk_hal_soc_root_get_freq_mhz() 37 uint32_t pll_freq_mhz = clk_ll_bbpll_get_freq_mhz(); in clk_hal_cpu_get_freq_hz()
|
/hal_espressif-latest/components/hal/esp32s2/ |
D | clk_tree_hal.c | 20 return clk_ll_bbpll_get_freq_mhz(); in clk_hal_soc_root_get_freq_mhz() 38 uint32_t pll_freq_mhz = clk_ll_bbpll_get_freq_mhz(); in clk_hal_cpu_get_freq_hz()
|
/hal_espressif-latest/components/hal/esp32c2/ |
D | clk_tree_hal.c | 21 return clk_ll_bbpll_get_freq_mhz(); in clk_hal_soc_root_get_freq_mhz()
|
/hal_espressif-latest/components/hal/esp32c3/ |
D | clk_tree_hal.c | 21 return clk_ll_bbpll_get_freq_mhz(); in clk_hal_soc_root_get_freq_mhz()
|
/hal_espressif-latest/components/hal/esp32h2/ |
D | clk_tree_hal.c | 21 return clk_ll_bbpll_get_freq_mhz(); in clk_hal_soc_root_get_freq_mhz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | rtc_clk.c | 355 source_freq_mhz = clk_ll_bbpll_get_freq_mhz(); in rtc_clk_cpu_freq_get_config() 389 s_cur_pll_freq == clk_ll_bbpll_get_freq_mhz()) { in rtc_clk_cpu_freq_set_config_fast() 438 soc_root_freq_mhz = clk_ll_bbpll_get_freq_mhz(); in rtc_clk_ahb_freq_get()
|
/hal_espressif-latest/components/hal/esp32c6/ |
D | clk_tree_hal.c | 21 return clk_ll_bbpll_get_freq_mhz(); in clk_hal_soc_root_get_freq_mhz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_clk_tree.c | 43 clk_src_freq = (clk_ll_bbpll_get_freq_mhz() * MHZ) >> 1; in esp_clk_tree_src_get_freq_hz()
|
D | rtc_clk.c | 317 source_freq_mhz = clk_ll_bbpll_get_freq_mhz(); in rtc_clk_cpu_freq_get_config()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | esp_clk_tree.c | 37 clk_src_freq = (clk_ll_bbpll_get_freq_mhz() * MHZ) >> 1; in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/hal/esp32/ |
D | clk_tree_hal.c | 21 return clk_ll_bbpll_get_freq_mhz(); in clk_hal_soc_root_get_freq_mhz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | rtc_clk.c | 307 source_freq_mhz = clk_ll_bbpll_get_freq_mhz(); in rtc_clk_cpu_freq_get_config() 390 soc_root_freq_mhz = clk_ll_bbpll_get_freq_mhz(); in rtc_clk_ahb_freq_get()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | rtc_clk.c | 258 source_freq_mhz = clk_ll_bbpll_get_freq_mhz(); in rtc_clk_cpu_freq_get_config()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | rtc_clk.c | 380 source_freq_mhz = clk_ll_bbpll_get_freq_mhz(); in rtc_clk_cpu_freq_get_config()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | clk_tree_ll.h | 198 static inline __attribute__((always_inline)) uint32_t clk_ll_bbpll_get_freq_mhz(void) in clk_ll_bbpll_get_freq_mhz() function
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | clk_tree_ll.h | 282 static inline __attribute__((always_inline)) uint32_t clk_ll_bbpll_get_freq_mhz(void) in clk_ll_bbpll_get_freq_mhz() function
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | clk_tree_ll.h | 267 static inline __attribute__((always_inline)) uint32_t clk_ll_bbpll_get_freq_mhz(void) in clk_ll_bbpll_get_freq_mhz() function
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | clk_tree_ll.h | 265 static inline __attribute__((always_inline)) uint32_t clk_ll_bbpll_get_freq_mhz(void) in clk_ll_bbpll_get_freq_mhz() function
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | clk_tree_ll.h | 351 static inline __attribute__((always_inline)) uint32_t clk_ll_bbpll_get_freq_mhz(void) in clk_ll_bbpll_get_freq_mhz() function
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | clk_tree_ll.h | 276 static inline __attribute__((always_inline)) uint32_t clk_ll_bbpll_get_freq_mhz(void) in clk_ll_bbpll_get_freq_mhz() function
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | clk_tree_ll.h | 399 static inline __attribute__((always_inline)) uint32_t clk_ll_bbpll_get_freq_mhz(void) in clk_ll_bbpll_get_freq_mhz() function
|