Searched refs:PLL_USB_VCO_FREQ_HZ (Results 1 – 2 of 2) sorted by relevance
223 #ifndef PLL_USB_VCO_FREQ_HZ226 #define PLL_USB_VCO_FREQ_HZ (PLL_USB_VCO_FREQ_KHZ * PICO_KHZ) macro233 #ifndef PLL_USB_VCO_FREQ_HZ234 #define PLL_USB_VCO_FREQ_HZ (1200 * PICO_MHZ) macro245 #if !defined(PLL_USB_VCO_FREQ_HZ) || !defined(PLL_USB_POSTDIV1) || !defined(PLL_USB_POSTDIV2)246 #error PLL_USB_VCO_FREQ_HZ, PLL_USB_POSTDIV1 and PLL_USB_POSTDIV2 must all be specified when using …
67 pll_init(pll_usb, PLL_USB_REFDIV, PLL_USB_VCO_FREQ_HZ, PLL_USB_POSTDIV1, PLL_USB_POSTDIV2); in runtime_init_clocks()