/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_rcc.c | 1193 uint32_t pllsource = 0U; in RCC_PLL_GetFreqDomain_SYS() local 1199 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1201 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1239 uint32_t pllsource = 0U; in RCC_PLL_GetFreqDomain_48M() local 1244 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 1246 switch (pllsource) in RCC_PLL_GetFreqDomain_48M() 1272 uint32_t pllsource = 0U; in RCC_PLL_GetFreqDomain_DSI() local 1277 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_DSI() 1279 switch (pllsource) in RCC_PLL_GetFreqDomain_DSI() 1303 uint32_t pllsource = 0U; in RCC_PLL_GetFreqDomain_I2S() local [all …]
|
/hal_stm32-latest/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-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_rcc.c | 1296 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_SYS() local 1301 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1303 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1327 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_48M() local 1332 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 1334 switch (pllsource) in RCC_PLL_GetFreqDomain_48M() 1359 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLL_GetFreqDomain_DSI() local 1364 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_DSI() 1366 switch (pllsource) in RCC_PLL_GetFreqDomain_DSI() 1388 uint32_t pllinputfreq = 0U, pllsource = 0U; in RCC_PLLSAI_GetFreqDomain_SAI() local [all …]
|
/hal_stm32-latest/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-latest/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-latest/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-latest/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-latest/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-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_rcc.c | 993 uint32_t pllsource = 0U; in RCC_PLL_GetFreqDomain_SYS() local 998 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1000 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1032 uint32_t pllsource = 0U; in RCC_PLL_GetFreqDomain_PLLP() local 1037 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_PLLP() 1039 switch (pllsource) in RCC_PLL_GetFreqDomain_PLLP() 1071 uint32_t pllsource = 0U; in RCC_PLL_GetFreqDomain_PLLQ() local 1076 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_PLLQ() 1078 switch (pllsource) in RCC_PLL_GetFreqDomain_PLLQ()
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | system_stm32n6xx_s.c | 276 uint32_t pllcfgr, pllsource, pllbypass, ic_divider; in SystemCoreClockUpdate() local 307 pllsource = pllcfgr & RCC_PLL1CFGR1_PLL1SEL; in SystemCoreClockUpdate() 321 pllsource = pllcfgr & RCC_PLL2CFGR1_PLL2SEL; in SystemCoreClockUpdate() 336 pllsource = pllcfgr & RCC_PLL3CFGR1_PLL3SEL; in SystemCoreClockUpdate() 351 pllsource = pllcfgr & RCC_PLL4CFGR1_PLL4SEL; in SystemCoreClockUpdate() 368 (void)pllsource; in SystemCoreClockUpdate() 373 switch (pllsource) in SystemCoreClockUpdate()
|
D | system_stm32n6xx_fsbl.c | 333 uint32_t pllcfgr, pllsource, pllbypass, ic_divider; in SystemCoreClockUpdate() local 364 pllsource = pllcfgr & RCC_PLL1CFGR1_PLL1SEL; in SystemCoreClockUpdate() 378 pllsource = pllcfgr & RCC_PLL2CFGR1_PLL2SEL; in SystemCoreClockUpdate() 393 pllsource = pllcfgr & RCC_PLL3CFGR1_PLL3SEL; in SystemCoreClockUpdate() 408 pllsource = pllcfgr & RCC_PLL4CFGR1_PLL4SEL; in SystemCoreClockUpdate() 425 (void)pllsource; in SystemCoreClockUpdate() 430 switch (pllsource) in SystemCoreClockUpdate()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_rcc.c | 1092 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_SYS() local 1097 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS() 1099 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS() 1123 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_ADC() local 1128 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_ADC() 1130 switch (pllsource) in RCC_PLL_GetFreqDomain_ADC() 1154 uint32_t pllinputfreq, pllsource; in RCC_PLL_GetFreqDomain_48M() local 1159 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_48M() 1161 switch (pllsource) in RCC_PLL_GetFreqDomain_48M()
|
D | stm32g4xx_hal_rcc.c | 1065 uint32_t pllvco, pllsource, pllr, pllm; in HAL_RCC_GetSysClockFreq() local 1085 pllsource = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC); in HAL_RCC_GetSysClockFreq() 1088 switch (pllsource) in HAL_RCC_GetSysClockFreq() 1361 uint32_t pllvco, pllsource, pllr, pllm; in RCC_GetSysClockFreqFromPLLSource() local 1367 pllsource = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC); in RCC_GetSysClockFreqFromPLLSource() 1370 switch (pllsource) in RCC_GetSysClockFreqFromPLLSource()
|
/hal_stm32-latest/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-latest/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-latest/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-latest/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-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_rcc.c | 378 uint32_t pllsource; in LL_RCC_GetPLL1ClockFreq() local 394 pllsource = LL_RCC_PLL1_GetSource(); in LL_RCC_GetPLL1ClockFreq() 396 switch (pllsource) in LL_RCC_GetPLL1ClockFreq() 461 uint32_t pllsource; in LL_RCC_GetPLL2ClockFreq() local 477 pllsource = LL_RCC_PLL2_GetSource(); in LL_RCC_GetPLL2ClockFreq() 479 switch (pllsource) in LL_RCC_GetPLL2ClockFreq() 545 uint32_t pllsource; in LL_RCC_GetPLL3ClockFreq() local 561 pllsource = LL_RCC_PLL3_GetSource(); in LL_RCC_GetPLL3ClockFreq() 563 switch (pllsource) in LL_RCC_GetPLL3ClockFreq() 3330 uint32_t pllsource; in RCC_PLL1_GetFreqSystem() local [all …]
|
/hal_stm32-latest/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-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_rcc.c | 315 uint32_t pllinputfreq = LL_RCC_PERIPH_FREQUENCY_NO, pllsource; in LL_RCC_GetPLL1ClockFreq() local 321 pllsource = LL_RCC_PLL_GetSource(); in LL_RCC_GetPLL1ClockFreq() 323 switch (pllsource) in LL_RCC_GetPLL1ClockFreq() 399 uint32_t pllinputfreq = LL_RCC_PERIPH_FREQUENCY_NO, pllsource; in LL_RCC_GetPLL2ClockFreq() local 405 pllsource = LL_RCC_PLL_GetSource(); in LL_RCC_GetPLL2ClockFreq() 407 switch (pllsource) in LL_RCC_GetPLL2ClockFreq() 488 uint32_t pllinputfreq = LL_RCC_PERIPH_FREQUENCY_NO, pllsource; in LL_RCC_GetPLL3ClockFreq() local 494 pllsource = LL_RCC_PLL_GetSource(); in LL_RCC_GetPLL3ClockFreq() 496 switch (pllsource) in LL_RCC_GetPLL3ClockFreq()
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | system_stm32f1xx.c | 226 uint32_t tmp = 0U, pllmull = 0U, pllsource = 0U; in SystemCoreClockUpdate() local 251 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate() 256 if (pllsource == 0x00U) in SystemCoreClockUpdate() 291 if (pllsource == 0x00U) in SystemCoreClockUpdate()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_rcc.c | 484 uint32_t pllsource; in LL_RCC_GetPLL1ClockFreq() local 494 pllsource = LL_RCC_PLL1_GetSource(); in LL_RCC_GetPLL1ClockFreq() 496 switch (pllsource) in LL_RCC_GetPLL1ClockFreq() 558 uint32_t pllsource; in LL_RCC_GetPLL2ClockFreq() local 568 pllsource = LL_RCC_PLL2_GetSource(); in LL_RCC_GetPLL2ClockFreq() 570 switch (pllsource) in LL_RCC_GetPLL2ClockFreq() 632 uint32_t pllsource; in LL_RCC_GetPLL3ClockFreq() local 642 pllsource = LL_RCC_PLL3_GetSource(); in LL_RCC_GetPLL3ClockFreq() 644 switch (pllsource) in LL_RCC_GetPLL3ClockFreq() 706 uint32_t pllsource; in LL_RCC_GetPLL4ClockFreq() local [all …]
|