Home
last modified time | relevance | path

Searched refs:clk_ll_apb_get_divider (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/
Dclk_tree_hal.c47 return clk_hal_ahb_get_freq_hz() / clk_ll_apb_get_divider(); in clk_hal_apb_get_freq_hz()
/hal_espressif-latest/components/hal/esp32c6/
Dclk_tree_hal.c47 return clk_hal_ahb_get_freq_hz() / clk_ll_apb_get_divider(); in clk_hal_apb_get_freq_hz()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Drtc_clk.c409 return rtc_clk_ahb_freq_get() / clk_ll_apb_get_divider() * MHZ; in rtc_clk_apb_freq_get()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_clk.c457 return rtc_clk_ahb_freq_get() / clk_ll_apb_get_divider() * MHZ; in rtc_clk_apb_freq_get()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_tree_ll.h455 static inline __attribute__((always_inline)) uint32_t clk_ll_apb_get_divider(void) in clk_ll_apb_get_divider() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_tree_ll.h523 static inline __attribute__((always_inline)) uint32_t clk_ll_apb_get_divider(void) in clk_ll_apb_get_divider() function