Home
last modified time | relevance | path

Searched defs:post_div2 (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/host/pico_stdlib/
Dstdlib.c24 void set_sys_clock_pll(__unused uint32_t vco_freq, __unused uint post_div1, __unused uint post_div2 in set_sys_clock_pll()
/hal_rpi_pico-latest/src/rp2_common/hardware_pll/
Dpll.c13 void pll_init(PLL pll, uint refdiv, uint vco_freq, uint post_div1, uint post_div2) { in pll_init()
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/
Dclocks.c366 void set_sys_clock_pll(uint32_t vco_freq, uint post_div1, uint post_div2) { in set_sys_clock_pll()