Home
last modified time | relevance | path

Searched defs:pll (Results 1 – 2 of 2) sorted by relevance

/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()
73 void pll_deinit(PLL pll) { in pll_deinit()
/hal_rpi_pico-latest/src/rp2_common/hardware_pll/include/hardware/
Dpll.h83 #define PLL_RESET_NUM(pll) ((pll_usb_hw == (pll)) ? RESET_PLL_USB : RESET_PLL_SYS) argument