| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/secure/ |
| D | system_stm32l5xx.c | 246 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/ |
| D | system_stm32l5xx.c | 260 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/ |
| D | system_stm32u5xx.c | 246 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/ |
| D | system_stm32h5xx.c | 202 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/ |
| D | system_stm32u5xx.c | 252 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/ |
| D | system_stm32h5xx.c | 195 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/ |
| D | stm32l5xx_hal_rcc.c | 1433 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/ |
| D | stm32h5xx_hal_rcc.c | 1363 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/ |
| D | stm32u5xx_hal_rcc.c | 1599 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()
|