Home
last modified time | relevance | path

Searched refs:pll_init (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init_clocks.c66 pll_init(pll_sys, PLL_SYS_REFDIV, PLL_SYS_VCO_FREQ_HZ, PLL_SYS_POSTDIV1, PLL_SYS_POSTDIV2); in runtime_init_clocks()
67 pll_init(pll_usb, PLL_USB_REFDIV, PLL_USB_VCO_FREQ_HZ, PLL_USB_POSTDIV1, PLL_USB_POSTDIV2); in runtime_init_clocks()
/hal_rpi_pico-latest/src/rp2_common/hardware_pll/include/hardware/
Dpll.h62 void pll_init(PLL pll, uint ref_div, uint vco_freq, uint post_div1, uint post_div2);
/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() function
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/
Dclocks.c373 pll_init(pll_sys, PLL_SYS_REFDIV, vco_freq, post_div1, post_div2); in set_sys_clock_pll()