Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c1222 uint32_t pll2source; in HAL_RCCEx_GetPLL2ClockFreq() local
1232 pll2source = (RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2SRC); in HAL_RCCEx_GetPLL2ClockFreq()
1240 switch (pll2source) in HAL_RCCEx_GetPLL2ClockFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c2971 uint32_t pll2source; in HAL_RCCEx_GetPLL2ClockFreq() local
2983 pll2source = (RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2SRC); in HAL_RCCEx_GetPLL2ClockFreq()
2991 switch (pll2source) in HAL_RCCEx_GetPLL2ClockFreq()