Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c1318 uint32_t pll3source; in HAL_RCCEx_GetPLL3ClockFreq() local
1330 pll3source = (RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3SRC); in HAL_RCCEx_GetPLL3ClockFreq()
1338 switch (pll3source) in HAL_RCCEx_GetPLL3ClockFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c3079 uint32_t pll3source; in HAL_RCCEx_GetPLL3ClockFreq() local
3091 pll3source = (RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3SRC); in HAL_RCCEx_GetPLL3ClockFreq()
3099 switch (pll3source) in HAL_RCCEx_GetPLL3ClockFreq()