Searched refs:PLL_USB_VCO_FREQ_KHZ (Results 1 – 2 of 2) sorted by relevance
140 #ifndef PLL_USB_VCO_FREQ_KHZ141 #define PLL_USB_VCO_FREQ_KHZ (1200 * KHZ) macro152 #if !defined(PLL_USB_VCO_FREQ_KHZ) || !defined(PLL_USB_POSTDIV1) || !defined(PLL_USB_POSTDIV2)153 #error PLL_USB_VCO_FREQ_KHZ, PLL_USB_POSTDIV1 and PLL_USB_POSTDIV2 must all be specified when using…
150 …pll_init(pll_usb, PLL_COMMON_REFDIV, PLL_USB_VCO_FREQ_KHZ * KHZ, PLL_USB_POSTDIV1, PLL_USB_POSTDIV… in clocks_init()
Completed in 3 milliseconds