Home
last modified time | relevance | path

Searched refs:pllsource (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/secure/
Dsystem_stm32l5xx.c246 uint32_t tmp, msirange, pllvco, pllsource, pllm, pllr; in SystemCoreClockUpdate() local
279 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate()
282 switch (pllsource) in SystemCoreClockUpdate()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/Device/Source/Templates/
Dsystem_stm32l5xx.c260 uint32_t tmp, msirange, pllvco, pllsource, pllm, pllr; in SystemCoreClockUpdate() local
293 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate()
296 switch (pllsource) in SystemCoreClockUpdate()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/secure/
Dsystem_stm32u5xx.c246 uint32_t pllr, pllsource, pllm , tmp, pllfracen, msirange; in SystemCoreClockUpdate() local
283 pllsource = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in SystemCoreClockUpdate()
288 switch (pllsource) in SystemCoreClockUpdate()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/secure/
Dsystem_stm32h5xx.c202 uint32_t pllp, pllsource, pllm, pllfracen, hsivalue, tmp; in SystemCoreClockUpdate() local
225 pllsource = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in SystemCoreClockUpdate()
230 switch (pllsource) in SystemCoreClockUpdate()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/Device/Source/Templates/
Dsystem_stm32u5xx.c252 uint32_t pllr, pllsource, pllm , tmp, pllfracen, msirange; in SystemCoreClockUpdate() local
289 pllsource = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in SystemCoreClockUpdate()
294 switch (pllsource) in SystemCoreClockUpdate()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/Device/Source/Templates/
Dsystem_stm32h5xx.c195 uint32_t pllp, pllsource, pllm, pllfracen, hsivalue, tmp; in SystemCoreClockUpdate() local
217 pllsource = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in SystemCoreClockUpdate()
222 switch (pllsource) in SystemCoreClockUpdate()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc.c1433 uint32_t pllvco, pllsource, pllr, pllm; /* no init needed */ in HAL_RCC_GetSysClockFreq() local
1486 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in HAL_RCC_GetSysClockFreq()
1489 switch (pllsource) in HAL_RCC_GetSysClockFreq()
1971 uint32_t pllvco, pllsource, pllr, pllm, sysclockfreq; /* no init needed */ in RCC_GetSysClockFreqFromPLLSource() local
1993 pllsource = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC); in RCC_GetSysClockFreqFromPLLSource()
1996 switch (pllsource) in RCC_GetSysClockFreqFromPLLSource()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc.c1363 uint32_t pllsource; in HAL_RCC_GetSysClockFreq() local
1402 pllsource = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in HAL_RCC_GetSysClockFreq()
1410 switch (pllsource) in HAL_RCC_GetSysClockFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc.c1599 uint32_t pllsource; in HAL_RCC_GetSysClockFreq() local
1658 pllsource = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in HAL_RCC_GetSysClockFreq()
1666 switch (pllsource) in HAL_RCC_GetSysClockFreq()