Searched refs:PLL_SYS_POSTDIV1 (Results 1 – 2 of 2) sorted by relevance
196 #ifndef PLL_SYS_POSTDIV1198 #define PLL_SYS_POSTDIV1 6 macro200 #define PLL_SYS_POSTDIV1 5209 #if !defined(PLL_SYS_VCO_FREQ_HZ) || !defined(PLL_SYS_POSTDIV1) || !defined(PLL_SYS_POSTDIV2)210 #error PLL_SYS_VCO_FREQ_HZ, PLL_SYS_POSTDIV1 and PLL_SYS_POSTDIV2 must all be specified when using …
66 pll_init(pll_sys, PLL_SYS_REFDIV, PLL_SYS_VCO_FREQ_HZ, PLL_SYS_POSTDIV1, PLL_SYS_POSTDIV2); in runtime_init_clocks()