Searched refs:PLL_FB_DIV (Results 1 – 2 of 2) sorted by relevance
57 #define PLL_FB_DIV 60 macro112 … SystemCoreClock = SystemCoreClock / PLL_IN_DIV * PLL_FB_DIV * 4 / (2 << (2 - PLL_OUT_DIV)); in SystemCoreClockUpdate()279 (PLL_FB_DIV << SYS_PLLDIV_FBDIV_Pos) | in PLLInit()
57 #define PLL_FB_DIV 75 macro110 … SystemCoreClock = SystemCoreClock / PLL_IN_DIV * PLL_FB_DIV * 4 / (2 << (2 - PLL_OUT_DIV)); in SystemCoreClockUpdate()402 (PLL_FB_DIV << SYS_PLLDIV_FBDIV_Pos) | in PLLInit()
Completed in 11 milliseconds