Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dsystem_stm32f1xx.c229 uint32_t prediv1source = 0U, prediv1factor = 0U, prediv2factor = 0U, pll2mull = 0U; in SystemCoreClockUpdate() local
313 pll2mull = ((RCC->CFGR2 & RCC_CFGR2_PLL2MUL) >> 8U) + 2U; in SystemCoreClockUpdate()
314 SystemCoreClock = (((HSE_VALUE / prediv2factor) * pll2mull) / prediv1factor) * pllmull; in SystemCoreClockUpdate()