Home
last modified time | relevance | path

Searched refs:PLL_FB_DIV (Results 1 – 2 of 2) sorted by relevance

/bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/
A Dsystem_SWM320.c57 #define PLL_FB_DIV 60 macro
112 … 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()
/bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/
A Dsystem_SWM341.c57 #define PLL_FB_DIV 75 macro
110 … 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