Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c433 uint32_t pllfrequency = 0U; in LL_PLL_ConfigSystemClock_HSE() local
441 pllfrequency = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
453 status = UTILS_EnablePLLAndSwitchSystem(pllfrequency, UTILS_ClkInitStruct); in LL_PLL_ConfigSystemClock_HSE()
488 uint32_t pllfrequency = 0U; in LL_PLL_ConfigSystemClock_PLL2() local
497 pllfrequency = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_PLL2()
510 pllfrequency = UTILS_GetPLL2OutputFrequency(pllfrequency, UTILS_PLL2InitStruct); in LL_PLL_ConfigSystemClock_PLL2()
513 status = UTILS_EnablePLLAndSwitchSystem(pllfrequency, UTILS_ClkInitStruct); in LL_PLL_ConfigSystemClock_PLL2()