Searched refs:PLL_OUT_DIV (Results 1 – 2 of 2) sorted by relevance
64 #define PLL_OUT_DIV PLL_OUT_DIV8 macro112 … SystemCoreClock = SystemCoreClock / PLL_IN_DIV * PLL_FB_DIV * 4 / (2 << (2 - PLL_OUT_DIV)); in SystemCoreClockUpdate()280 (PLL_OUT_DIV<< SYS_PLLDIV_OUTDIV_Pos); in PLLInit()
64 #define PLL_OUT_DIV PLL_OUT_DIV8 macro110 … SystemCoreClock = SystemCoreClock / PLL_IN_DIV * PLL_FB_DIV * 4 / (2 << (2 - PLL_OUT_DIV)); in SystemCoreClockUpdate()403 (PLL_OUT_DIV<< SYS_PLLDIV_OUTDIV_Pos); in PLLInit()
Completed in 8 milliseconds