Searched refs:pll_init (Results 1 – 4 of 4) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/ |
D | runtime_init_clocks.c | 66 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/ |
D | pll.h | 62 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/ |
D | pll.c | 13 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/ |
D | clocks.c | 373 pll_init(pll_sys, PLL_SYS_REFDIV, vco_freq, post_div1, post_div2); in set_sys_clock_pll()
|