Searched refs:PLL_USB_POSTDIV1 (Results 1 – 2 of 2) sorted by relevance
237 #ifndef PLL_USB_POSTDIV1238 #define PLL_USB_POSTDIV1 5 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()