Lines Matching refs:pllsource
378 uint32_t pllsource; in LL_RCC_GetPLL1ClockFreq() local
394 pllsource = LL_RCC_PLL1_GetSource(); in LL_RCC_GetPLL1ClockFreq()
396 switch (pllsource) in LL_RCC_GetPLL1ClockFreq()
461 uint32_t pllsource; in LL_RCC_GetPLL2ClockFreq() local
477 pllsource = LL_RCC_PLL2_GetSource(); in LL_RCC_GetPLL2ClockFreq()
479 switch (pllsource) in LL_RCC_GetPLL2ClockFreq()
545 uint32_t pllsource; in LL_RCC_GetPLL3ClockFreq() local
561 pllsource = LL_RCC_PLL3_GetSource(); in LL_RCC_GetPLL3ClockFreq()
563 switch (pllsource) in LL_RCC_GetPLL3ClockFreq()
3330 uint32_t pllsource; in RCC_PLL1_GetFreqSystem() local
3335 pllsource = LL_RCC_PLL1_GetSource(); in RCC_PLL1_GetFreqSystem()
3337 switch (pllsource) in RCC_PLL1_GetFreqSystem()