Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c620 uint32_t pll2freq = 0U; in UTILS_GetPLL2OutputFrequency() local
627pll2freq = __LL_RCC_CALC_PLL2CLK_FREQ(PLL2_InputFrequency, UTILS_PLL2InitStruct->PLLMul, UTILS_PLL… in UTILS_GetPLL2OutputFrequency()
628 assert_param(IS_LL_UTILS_PLL2_FREQUENCY(pll2freq)); in UTILS_GetPLL2OutputFrequency()
630 return pll2freq; in UTILS_GetPLL2OutputFrequency()