Home
last modified time | relevance | path

Searched refs:clk_ll_ahb_get_divider (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/
Dclk_tree_hal.c42 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/esp_hw_support/port/esp32h2/
Drtc_clk.c432 uint32_t divider = clk_ll_ahb_get_divider(); in rtc_clk_ahb_freq_get()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_tree_ll.h432 static inline __attribute__((always_inline)) uint32_t clk_ll_ahb_get_divider(void) in clk_ll_ahb_get_divider() function