Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c2/
Dclk_tree_hal.c42 uint32_t clk_hal_ahb_get_freq_hz(void) in clk_hal_ahb_get_freq_hz() function
56 return clk_hal_ahb_get_freq_hz(); in clk_hal_apb_get_freq_hz()
/hal_espressif-latest/components/hal/esp32c3/
Dclk_tree_hal.c42 uint32_t clk_hal_ahb_get_freq_hz(void) in clk_hal_ahb_get_freq_hz() function
56 return clk_hal_ahb_get_freq_hz(); in clk_hal_apb_get_freq_hz()
/hal_espressif-latest/components/hal/esp32h2/
Dclk_tree_hal.c39 uint32_t clk_hal_ahb_get_freq_hz(void) in clk_hal_ahb_get_freq_hz() function
47 return clk_hal_ahb_get_freq_hz() / clk_ll_apb_get_divider(); in clk_hal_apb_get_freq_hz()
/hal_espressif-latest/components/hal/esp32s3/
Dclk_tree_hal.c50 uint32_t clk_hal_ahb_get_freq_hz(void) in clk_hal_ahb_get_freq_hz() function
64 return clk_hal_ahb_get_freq_hz(); in clk_hal_apb_get_freq_hz()
/hal_espressif-latest/components/hal/esp32c6/
Dclk_tree_hal.c38 uint32_t clk_hal_ahb_get_freq_hz(void) in clk_hal_ahb_get_freq_hz() function
47 return clk_hal_ahb_get_freq_hz() / clk_ll_apb_get_divider(); in clk_hal_apb_get_freq_hz()
/hal_espressif-latest/components/hal/esp32/
Dclk_tree_hal.c53 uint32_t clk_hal_ahb_get_freq_hz(void) in clk_hal_ahb_get_freq_hz() function
69 return clk_hal_ahb_get_freq_hz(); in clk_hal_apb_get_freq_hz()
/hal_espressif-latest/components/hal/esp32s2/
Dclk_tree_hal.c60 uint32_t clk_hal_ahb_get_freq_hz(void) in clk_hal_ahb_get_freq_hz() function
76 return clk_hal_ahb_get_freq_hz(); in clk_hal_apb_get_freq_hz()
/hal_espressif-latest/components/hal/include/hal/
Dclk_tree_hal.h38 uint32_t clk_hal_ahb_get_freq_hz(void);