Home
last modified time | relevance | path

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

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