Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c1126 uint32_t pll1source; in HAL_RCCEx_GetPLL1ClockFreq() local
1134 pll1source = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in HAL_RCCEx_GetPLL1ClockFreq()
1142 switch (pll1source) in HAL_RCCEx_GetPLL1ClockFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c2834 uint32_t pll1source; in HAL_RCCEx_GetPLL1ClockFreq() local
2847 pll1source = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in HAL_RCCEx_GetPLL1ClockFreq()
2855 switch (pll1source) in HAL_RCCEx_GetPLL1ClockFreq()