Home
last modified time | relevance | path

Searched refs:clk_hal_soc_root_get_freq_mhz (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/
Dclk_tree_hal.c15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function
36 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
42 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_ahb_get_divider(); in clk_hal_ahb_get_freq_hz()
/hal_espressif-latest/components/hal/esp32c6/
Dclk_tree_hal.c15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function
35 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / divider; in clk_hal_cpu_get_freq_hz()
42 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / divider; in clk_hal_ahb_get_freq_hz()
/hal_espressif-latest/components/hal/esp32c2/
Dclk_tree_hal.c15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function
38 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32c3/
Dclk_tree_hal.c15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function
38 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32s3/
Dclk_tree_hal.c15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function
46 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32/
Dclk_tree_hal.c15 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function
49 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32s2/
Dclk_tree_hal.c14 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src) in clk_hal_soc_root_get_freq_mhz() function
56 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/include/hal/
Dclk_tree_hal.h24 uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src);