Home
last modified time | relevance | path

Searched refs:clk_ll_ahb_set_divider (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_clk.c204 clk_ll_ahb_set_divider(div); in rtc_clk_cpu_freq_to_xtal()
214 clk_ll_ahb_set_divider(1); in rtc_clk_cpu_freq_to_8m()
233 clk_ll_ahb_set_divider(ahb_divider); in rtc_clk_cpu_freq_to_pll_mhz()
250 clk_ll_ahb_set_divider(ahb_divider); in rtc_clk_cpu_freq_to_flash_pll()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_tree_ll.h421 static inline __attribute__((always_inline)) void clk_ll_ahb_set_divider(uint32_t divider) in clk_ll_ahb_set_divider() function