/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_rcc.c | 1191 uint32_t pllinputfreq = 0U, pllsource = 0U, plloutputfreq = 0U; in RCC_PLL_GetFreqDomain_SYS() local 1196 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1198 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1235 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_48M() local 1240 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 1242 switch (pllsource) in RCC_PLL_GetFreqDomain_48M() 1267 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_DSI() local 1272 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_DSI() 1274 switch (pllsource) in RCC_PLL_GetFreqDomain_DSI() 1297 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_I2S() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_rcc.c | 1093 uint32_t pllsource; in RCC_PLL_GetFreqDomain_SYS() local 1098 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1100 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1124 uint32_t pllsource; in RCC_PLL_GetFreqDomain_ADC() local 1129 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_ADC() 1131 switch (pllsource) in RCC_PLL_GetFreqDomain_ADC() 1154 uint32_t pllsource; in RCC_PLL_GetFreqDomain_FDCAN() local 1160 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_FDCAN() 1162 switch (pllsource) in RCC_PLL_GetFreqDomain_FDCAN() 1185 uint32_t pllsource; in RCC_PLL_GetFreqDomain_I2S1() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_rcc.c | 1291 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_SYS() local 1296 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1298 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1322 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_48M() local 1327 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 1329 switch (pllsource) in RCC_PLL_GetFreqDomain_48M() 1354 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_DSI() local 1359 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_DSI() 1361 switch (pllsource) in RCC_PLL_GetFreqDomain_DSI() 1383 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLLSAI_GetFreqDomain_SAI() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_rcc.c | 1592 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_SYS() local 1597 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1599 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1634 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_SAI() local 1639 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SAI() 1641 switch (pllsource) in RCC_PLL_GetFreqDomain_SAI() 1676 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_48M() local 1681 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 1683 switch (pllsource) in RCC_PLL_GetFreqDomain_48M() 1717 uint32_t pllinputfreq, pllsource; in RCC_PLLSAI2_GetFreqDomain_DSI() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_rcc.c | 1049 uint32_t pllsource; in RCC_PLL_GetFreqDomain_SYS() local 1054 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1056 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1093 uint32_t pllsource; in RCC_PLL_GetFreqDomain_SAI() local 1098 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SAI() 1100 switch (pllsource) in RCC_PLL_GetFreqDomain_SAI() 1137 uint32_t pllsource; in RCC_PLL_GetFreqDomain_ADC() local 1142 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_ADC() 1144 switch (pllsource) in RCC_PLL_GetFreqDomain_ADC() 1181 uint32_t pllsource; in RCC_PLL_GetFreqDomain_48M() local [all …]
|
D | stm32wbxx_hal_rcc_ex.c | 2108 uint32_t pllsource; in RCC_PLL_GetFreqDomain_P() local 2113 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_P() 2115 switch (pllsource) in RCC_PLL_GetFreqDomain_P() 2151 uint32_t pllsource; in RCC_PLL_GetFreqDomain_Q() local 2156 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_Q() 2158 switch (pllsource) in RCC_PLL_GetFreqDomain_Q() 2196 uint32_t pllsource; in RCC_PLLSAI1_GetFreqDomain_R() local 2200 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLLSAI1_GetFreqDomain_R() 2202 switch (pllsource) in RCC_PLLSAI1_GetFreqDomain_R() 2238 uint32_t pllsource; in RCC_PLLSAI1_GetFreqDomain_P() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_rcc.c | 1413 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_SYS() local 1418 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1420 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1453 uint32_t pllinputfreq, plloutputfreq, pllsource; in RCC_PLL_GetFreqDomain_SAI() local 1459 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SAI() 1461 switch (pllsource) in RCC_PLL_GetFreqDomain_SAI() 1506 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_48M() local 1511 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 1513 switch (pllsource) in RCC_PLL_GetFreqDomain_48M() 1547 uint32_t pllinputfreq, plloutputfreq, pllsource; in RCC_PLLSAI1_GetFreqDomain_SAI() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_rcc.c | 305 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_SYS() local 309 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 311 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 335 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_48M() local 340 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 342 switch (pllsource) in RCC_PLL_GetFreqDomain_48M() 366 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLLI2S_GetFreqDomain_I2S() local 371 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLLI2S_GetFreqDomain_I2S() 373 switch (pllsource) in RCC_PLLI2S_GetFreqDomain_I2S()
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_rcc.c | 898 uint32_t pllsource; in RCC_PLL_GetFreqDomain_SYS() local 903 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 905 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 948 uint32_t pllsource; in RCC_PLL_GetFreqDomain_ADC() local 952 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_ADC() 954 switch (pllsource) in RCC_PLL_GetFreqDomain_ADC() 996 uint32_t pllsource; in RCC_PLL_GetFreqDomain_RNG() local 1000 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_RNG() 1002 switch (pllsource) in RCC_PLL_GetFreqDomain_RNG() 1044 uint32_t pllsource; in RCC_PLL_GetFreqDomain_I2S() local [all …]
|
D | stm32wlxx_hal_rcc_ex.c | 1078 uint32_t pllsource; in RCC_PLL_GetFreqDomain_P() local 1083 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_P() 1085 switch (pllsource) in RCC_PLL_GetFreqDomain_P() 1128 uint32_t pllsource; in RCC_PLL_GetFreqDomain_Q() local 1133 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_Q() 1135 switch (pllsource) in RCC_PLL_GetFreqDomain_Q()
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_rcc.c | 1072 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_SYS() local 1077 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1079 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1103 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_ADC() local 1108 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_ADC() 1110 switch (pllsource) in RCC_PLL_GetFreqDomain_ADC() 1134 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_48M() local 1139 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 1141 switch (pllsource) in RCC_PLL_GetFreqDomain_48M()
|
D | stm32g4xx_hal_rcc.c | 1066 uint32_t pllvco, pllsource, pllr, pllm; in HAL_RCC_GetSysClockFreq() local 1086 pllsource = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC); in HAL_RCC_GetSysClockFreq() 1089 switch (pllsource) in HAL_RCC_GetSysClockFreq() 1362 uint32_t pllvco, pllsource, pllr, pllm; in RCC_GetSysClockFreqFromPLLSource() local 1368 pllsource = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC); in RCC_GetSysClockFreqFromPLLSource() 1371 switch (pllsource) in RCC_GetSysClockFreqFromPLLSource()
|
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_rcc.c | 479 uint32_t pllinputfreq = LL_RCC_PERIPH_FREQUENCY_NO, pllsource; in LL_RCC_GetPLL1ClockFreq() local 487 pllsource = LL_RCC_PLL12_GetSource(); in LL_RCC_GetPLL1ClockFreq() 489 switch (pllsource) in LL_RCC_GetPLL1ClockFreq() 539 uint32_t pllinputfreq = LL_RCC_PERIPH_FREQUENCY_NO, pllsource; in LL_RCC_GetPLL2ClockFreq() local 548 pllsource = LL_RCC_PLL12_GetSource(); in LL_RCC_GetPLL2ClockFreq() 550 switch (pllsource) in LL_RCC_GetPLL2ClockFreq() 610 uint32_t pllinputfreq = LL_RCC_PERIPH_FREQUENCY_NO, pllsource; in LL_RCC_GetPLL3ClockFreq() local 620 pllsource = LL_RCC_PLL3_GetSource(); in LL_RCC_GetPLL3ClockFreq() 622 switch (pllsource) in LL_RCC_GetPLL3ClockFreq() 689 uint32_t pllinputfreq = LL_RCC_PERIPH_FREQUENCY_NO, pllsource; in LL_RCC_GetPLL4ClockFreq() local [all …]
|
D | stm32mp1xx_hal_rcc.c | 1988 uint32_t pllsource = 0U, pll1m = 1U, pll1fracen = 0U, hsivalue = 0U; in HAL_RCC_GetPLL1ClockFreq() local 1991 pllsource = __HAL_RCC_GET_PLL12_SOURCE(); in HAL_RCC_GetPLL1ClockFreq() 1996 switch (pllsource) in HAL_RCC_GetPLL1ClockFreq() 2046 uint32_t pllsource = 0U, pll2m = 1U, pll2fracen = 0U, hsivalue = 0U; in HAL_RCC_GetPLL2ClockFreq() local 2049 pllsource = __HAL_RCC_GET_PLL12_SOURCE(); in HAL_RCC_GetPLL2ClockFreq() 2054 switch (pllsource) in HAL_RCC_GetPLL2ClockFreq() 2103 uint32_t pllsource = 0, pll3m = 1, pll3fracen = 0, hsivalue = 0; in HAL_RCC_GetPLL3ClockFreq() local 2106 pllsource = __HAL_RCC_GET_PLL3_SOURCE(); in HAL_RCC_GetPLL3ClockFreq() 2111 switch (pllsource) in HAL_RCC_GetPLL3ClockFreq() 2162 uint32_t pllsource = 0U, pll4m = 1U, pll4fracen = 0U, hsivalue = 0U; in HAL_RCC_GetPLL4ClockFreq() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_rcc.c | 293 uint32_t pllinputfreq = LL_RCC_PERIPH_FREQUENCY_NO, pllsource; in LL_RCC_GetPLL1ClockFreq() local 299 pllsource = LL_RCC_PLL_GetSource(); in LL_RCC_GetPLL1ClockFreq() 301 switch (pllsource) in LL_RCC_GetPLL1ClockFreq() 367 uint32_t pllinputfreq = LL_RCC_PERIPH_FREQUENCY_NO, pllsource; in LL_RCC_GetPLL2ClockFreq() local 373 pllsource = LL_RCC_PLL_GetSource(); in LL_RCC_GetPLL2ClockFreq() 375 switch (pllsource) in LL_RCC_GetPLL2ClockFreq() 441 uint32_t pllinputfreq = LL_RCC_PERIPH_FREQUENCY_NO, pllsource; in LL_RCC_GetPLL3ClockFreq() local 447 pllsource = LL_RCC_PLL_GetSource(); in LL_RCC_GetPLL3ClockFreq() 449 switch (pllsource) in LL_RCC_GetPLL3ClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_rcc.c | 359 uint32_t pllsource; in LL_RCC_GetPLL1ClockFreq() local 367 pllsource = LL_RCC_PLL1_GetSource(); in LL_RCC_GetPLL1ClockFreq() 369 switch (pllsource) in LL_RCC_GetPLL1ClockFreq() 436 uint32_t pllsource; in LL_RCC_GetPLL2ClockFreq() local 444 pllsource = LL_RCC_PLL2_GetSource(); in LL_RCC_GetPLL2ClockFreq() 446 switch (pllsource) in LL_RCC_GetPLL2ClockFreq() 514 uint32_t pllsource; in LL_RCC_GetPLL3ClockFreq() local 522 pllsource = LL_RCC_PLL3_GetSource(); in LL_RCC_GetPLL3ClockFreq() 524 switch (pllsource) in LL_RCC_GetPLL3ClockFreq() 3260 uint32_t pllsource; in RCC_PLL1_GetFreqSystem() local [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32f0xx/soc/ |
D | system_stm32f0xx.c | 180 uint32_t tmp = 0, pllmull = 0, pllsource = 0, predivfactor = 0; in SystemCoreClockUpdate() local 196 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate() 200 if (pllsource == RCC_CFGR_PLLSRC_HSE_PREDIV) in SystemCoreClockUpdate() 206 else if (pllsource == RCC_CFGR_PLLSRC_HSI48_PREDIV) in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32f3xx/soc/ |
D | system_stm32f3xx.c | 221 uint32_t tmp = 0, pllmull = 0, pllsource = 0, predivfactor = 0; in SystemCoreClockUpdate() local 237 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate() 242 if (pllsource == RCC_CFGR_PLLSRC_HSE_PREDIV) in SystemCoreClockUpdate() 253 if (pllsource == RCC_CFGR_PLLSRC_HSI_DIV2) in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/soc/ |
D | system_stm32wbxx.c | 299 uint32_t tmp, msirange, pllvco, pllr, pllsource, pllm; in SystemCoreClockUpdate() local 326 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate() 329 if (pllsource == 0x02UL) /* HSI used as PLL clock source */ in SystemCoreClockUpdate() 333 else if (pllsource == 0x03UL) /* HSE used as PLL clock source */ in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32f1xx/soc/ |
D | system_stm32f1xx.c | 227 uint32_t tmp = 0U, pllmull = 0U, pllsource = 0U; in SystemCoreClockUpdate() local 252 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate() 257 if (pllsource == 0x00U) in SystemCoreClockUpdate() 292 if (pllsource == 0x00U) in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/soc/ |
D | system_stm32f7xx.c | 202 uint32_t tmp = 0, pllvco = 0, pllp = 2, pllsource = 0, pllm = 2; in SystemCoreClockUpdate() local 220 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) >> 22; in SystemCoreClockUpdate() 223 if (pllsource != 0) in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/soc/ |
D | system_stm32g4xx.c | 230 uint32_t tmp, pllvco, pllr, pllsource, pllm; in SystemCoreClockUpdate() local 247 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate() 249 if (pllsource == 0x02UL) /* HSI used as PLL clock source */ in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/soc/ |
D | system_stm32mp1xx.c | 203 uint32_t pllsource, pll3m, pll3fracen; in SystemCoreClockUpdate() local 221 pllsource = (RCC->RCK3SELR & RCC_RCK3SELR_PLL3SRC); in SystemCoreClockUpdate() 229 switch (pllsource) in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/soc/ |
D | system_stm32g0xx.c | 238 uint32_t pllsource; in SystemCoreClockUpdate() local 261 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate() 264 if(pllsource == 0x03UL) /* HSE used as PLL clock source */ in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/soc/ |
D | system_stm32l5xx.c | 264 uint32_t tmp, msirange, pllvco, pllsource, pllm, pllr; in SystemCoreClockUpdate() local 297 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate() 300 switch (pllsource) in SystemCoreClockUpdate()
|