Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c2168 uint32_t pll2source; in RCC_PLL2_GetFreqDomain_SAI() local
2174 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() local
2226 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() local
2267 pll2source = LL_RCC_PLL2_GetSource(); in RCC_PLL2_GetFreqDomain_ADC()
2269 switch (pll2source) in RCC_PLL2_GetFreqDomain_ADC()
Dstm32u5xx_hal_rcc_ex.c1587 uint32_t pll2source; in HAL_RCCEx_GetPLL2ClockFreq() local
1597 pll2source = (RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2SRC); in HAL_RCCEx_GetPLL2ClockFreq()
1603 switch (pll2source) in HAL_RCCEx_GetPLL2ClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2917 uint32_t pll2source; in HAL_RCCEx_GetPLL2ClockFreq() local
2929 pll2source = (RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2SRC); in HAL_RCCEx_GetPLL2ClockFreq()
2937 switch (pll2source) in HAL_RCCEx_GetPLL2ClockFreq()