Searched refs:pll2source (Results 1 – 3 of 3) sorted by relevance
2168 uint32_t pll2source; in RCC_PLL2_GetFreqDomain_SAI() local2174 pll2source = LL_RCC_PLL2_GetSource(); in RCC_PLL2_GetFreqDomain_SAI()2176 switch (pll2source) in RCC_PLL2_GetFreqDomain_SAI()2222 uint32_t pll2source; in RCC_PLL2_GetFreqDomain_48M() local2226 pll2source = LL_RCC_PLL2_GetSource(); in RCC_PLL2_GetFreqDomain_48M()2228 switch (pll2source) in RCC_PLL2_GetFreqDomain_48M()2263 uint32_t pll2source; in RCC_PLL2_GetFreqDomain_ADC() local2267 pll2source = LL_RCC_PLL2_GetSource(); in RCC_PLL2_GetFreqDomain_ADC()2269 switch (pll2source) in RCC_PLL2_GetFreqDomain_ADC()
1587 uint32_t pll2source; in HAL_RCCEx_GetPLL2ClockFreq() local1597 pll2source = (RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2SRC); in HAL_RCCEx_GetPLL2ClockFreq()1603 switch (pll2source) in HAL_RCCEx_GetPLL2ClockFreq()
2917 uint32_t pll2source; in HAL_RCCEx_GetPLL2ClockFreq() local2929 pll2source = (RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2SRC); in HAL_RCCEx_GetPLL2ClockFreq()2937 switch (pll2source) in HAL_RCCEx_GetPLL2ClockFreq()