/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_utils.c | 180 const LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 322 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 334 assert_param(IS_LL_UTILS_PLLM_VALUE(UTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_HSI() 335 assert_param(IS_LL_UTILS_PLLN_VALUE(UTILS_PLLInitStruct->PLLN)); in LL_PLL_ConfigSystemClock_HSI() 336 assert_param(IS_LL_UTILS_PLLP_VALUE(UTILS_PLLInitStruct->PLLP)); in LL_PLL_ConfigSystemClock_HSI() 337 assert_param(IS_LL_UTILS_FRACN_VALUE(UTILS_PLLInitStruct->FRACN)); in LL_PLL_ConfigSystemClock_HSI() 343 vcoinput_freq = hsi_clk / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSI() 344 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSI() 349 …vcooutput_freq = LL_RCC_CalcPLLClockFreq(hsi_clk, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 350 UTILS_PLLInitStruct->FRACN, 1UL); in LL_PLL_ConfigSystemClock_HSI() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_utils.c | 186 const LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 369 ErrorStatus LL_PLL_ConfigSystemClock_CSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_CSI() argument 380 assert_param(IS_LL_UTILS_PLLM_VALUE(UTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_CSI() 381 assert_param(IS_LL_UTILS_PLLN_VALUE(UTILS_PLLInitStruct->PLLN)); in LL_PLL_ConfigSystemClock_CSI() 382 assert_param(IS_LL_UTILS_PLLP_VALUE(UTILS_PLLInitStruct->PLLP)); in LL_PLL_ConfigSystemClock_CSI() 383 assert_param(IS_LL_UTILS_FRACN_VALUE(UTILS_PLLInitStruct->FRACN)); in LL_PLL_ConfigSystemClock_CSI() 387 vcoinput_freq = CSI_VALUE / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_CSI() 389 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_CSI() 392 …assert_param(IS_LL_UTILS_CHECK_VCO_RANGES(UTILS_PLLInitStruct->VCO_Input, UTILS_PLLInitStruct->VCO… in LL_PLL_ConfigSystemClock_CSI() 396 …vcooutput_freq = LL_RCC_CalcPLLClockFreq(CSI_VALUE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_CSI() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_utils.c | 250 …S_GetPLLOutputFrequency(uint32_t PLL_InputFrequency, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 501 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 511 assert_param(IS_LL_UTILS_PLLM_VALUE(UTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_HSI() 512 assert_param(IS_LL_UTILS_PLLN_VALUE(UTILS_PLLInitStruct->PLLN)); in LL_PLL_ConfigSystemClock_HSI() 513 assert_param(IS_LL_UTILS_PLLP_VALUE(UTILS_PLLInitStruct->PLLP)); in LL_PLL_ConfigSystemClock_HSI() 514 assert_param(IS_LL_UTILS_FRACN_VALUE(UTILS_PLLInitStruct->FRACN)); in LL_PLL_ConfigSystemClock_HSI() 520 vcoinput_freq = hsi_clk / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSI() 522 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSI() 526 …_freq = UTILS_CalcPLLClockFreq(hsi_clk, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->PLLN, UTIL… in LL_PLL_ConfigSystemClock_HSI() 528 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLLInitStruct->VCO_Output)); in LL_PLL_ConfigSystemClock_HSI() [all …]
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_utils.c | 117 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 295 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 306 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->PLLDiv)); in LL_PLL_ConfigSystemClock_HSI() 309 UTILS_PLLInitStruct->Prediv = LL_RCC_PREDIV_DIV_2; in LL_PLL_ConfigSystemClock_HSI() 312 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 326 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLMul, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_HSI() 328 LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI_DIV_2, UTILS_PLLInitStruct->PLLMul); in LL_PLL_ConfigSystemClock_HSI() 359 ErrorStatus LL_PLL_ConfigSystemClock_HSI48(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI48() argument 369 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->PLLDiv)); in LL_PLL_ConfigSystemClock_HSI48() 372 pllfreq = UTILS_GetPLLOutputFrequency(HSI48_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI48() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_utils.c | 164 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 166 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 364 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 375 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->PLLDiv)); in LL_PLL_ConfigSystemClock_HSI() 378 UTILS_PLLInitStruct->Prediv = LL_RCC_PREDIV_DIV_2; in LL_PLL_ConfigSystemClock_HSI() 381 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 394 LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI_DIV_2, UTILS_PLLInitStruct->PLLMul); in LL_PLL_ConfigSystemClock_HSI() 430 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument 438 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->Prediv)); in LL_PLL_ConfigSystemClock_HSE() 441 pllfrequency = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_utils.c | 137 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 271 ErrorStatus LL_PLL_ConfigSystemClock_MSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_MSI() argument 312 UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_MSI() 325 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_MSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_MSI() 326 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_MSI() 359 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 369 pllrfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 382 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 383 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_HSI() 418 …atus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEBypass, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSE() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_utils.c | 123 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 308 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 319 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->PLLDiv)); in LL_PLL_ConfigSystemClock_HSI() 322 UTILS_PLLInitStruct->Prediv = LL_RCC_PREDIV_DIV_2; in LL_PLL_ConfigSystemClock_HSI() 325 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 339 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLMul, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_HSI() 341 LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI_DIV_2, UTILS_PLLInitStruct->PLLMul); in LL_PLL_ConfigSystemClock_HSI() 378 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument 392 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->PLLDiv)); in LL_PLL_ConfigSystemClock_HSE() 394 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->Prediv)); in LL_PLL_ConfigSystemClock_HSE() [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_utils.c | 129 LL_UTILS_PLLInitTypeDef * UTILS_PLLInitStruct); 374 ErrorStatus LL_PLL_ConfigSystemClock_MSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_MSI() argument 440 UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_MSI() 468 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_MSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_MSI() 469 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_MSI() 501 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 514 pllrfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 540 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 541 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_HSI() 573 ErrorStatus LL_PLL_ConfigSystemClock_HSE(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSE() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_utils.c | 145 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 483 ErrorStatus LL_PLL_ConfigSystemClock_MSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_MSI() argument 548 UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_MSI() 561 …LL_RCC_PLL1_ConfigDomain_SYS(LL_RCC_PLL1SOURCE_MSIS, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruc… in LL_PLL_ConfigSystemClock_MSI() 562 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_MSI() 616 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 626 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 639 …LL_RCC_PLL1_ConfigDomain_SYS(LL_RCC_PLL1SOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_HSI() 640 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_HSI() 676 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSE() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_utils.c | 136 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 370 ErrorStatus LL_PLL_ConfigSystemClock_MSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_MSI() argument 410 … pllrfreq = UTILS_GetPLLOutputFrequency(__LL_RCC_CALC_MSI_FREQ(msi_range), UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_MSI() 433 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_MSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_MSI() 434 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_MSI() 468 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 478 pllrfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 500 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 501 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_HSI() 537 …atus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEBypass, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSE() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_utils.c | 124 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 369 ErrorStatus LL_PLL_ConfigSystemClock_MSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_MSI() argument 428 UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_MSI() 441 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_MSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_MSI() 442 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_MSI() 495 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 506 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 519 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 520 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_HSI() 577 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_utils.c | 146 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 444 ErrorStatus LL_PLL_ConfigSystemClock_MSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_MSI() argument 506 UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_MSI() 519 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_MSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_MSI() 520 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_MSI() 579 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 593 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 606 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 607 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_HSI() 670 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_utils.c | 118 const LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 298 ErrorStatus LL_PLL1_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL1_ConfigSystemClock_HSI() argument 308 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL1_ConfigSystemClock_HSI() 321 …LL_RCC_PLL1_ConfigDomain_SYS(LL_RCC_PLL1SOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct… in LL_PLL1_ConfigSystemClock_HSI() 322 UTILS_PLLInitStruct->PLLR); in LL_PLL1_ConfigSystemClock_HSI() 355 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL1_ConfigSystemClock_HSE() argument 368 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL1_ConfigSystemClock_HSE() 382 …LL_RCC_PLL1_ConfigDomain_SYS(LL_RCC_PLL1SOURCE_HSE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct… in LL_PLL1_ConfigSystemClock_HSE() 383 UTILS_PLLInitStruct->PLLR); in LL_PLL1_ConfigSystemClock_HSE() 496 …PLLOutputFrequency(uint32_t PLL_InputFrequency, const LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct) in UTILS_GetPLLOutputFrequency() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_utils.c | 129 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 257 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 267 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 280 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 281 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_HSI() 316 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument 329 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE() 353 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSE() 354 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_HSE() 453 …LS_GetPLLOutputFrequency(uint32_t PLL_InputFrequency, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct) in UTILS_GetPLLOutputFrequency() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_utils.c | 177 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 382 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 392 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 405 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 406 UTILS_PLLInitStruct->PLLP); in LL_PLL_ConfigSystemClock_HSI() 441 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument 454 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE() 478 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSE() 479 UTILS_PLLInitStruct->PLLP); in LL_PLL_ConfigSystemClock_HSE() 511 …LS_GetPLLOutputFrequency(uint32_t PLL_InputFrequency, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct) in UTILS_GetPLLOutputFrequency() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_utils.c | 146 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 406 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 417 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 430 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 431 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_HSI() 489 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument 503 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE() 527 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSE() 528 UTILS_PLLInitStruct->PLLR); in LL_PLL_ConfigSystemClock_HSE() 584 …LS_GetPLLOutputFrequency(uint32_t PLL_InputFrequency, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct) in UTILS_GetPLLOutputFrequency() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_utils.c | 194 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 488 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 498 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 511 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 512 UTILS_PLLInitStruct->PLLP); in LL_PLL_ConfigSystemClock_HSI() 547 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument 560 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE() 584 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSE() 585 UTILS_PLLInitStruct->PLLP); in LL_PLL_ConfigSystemClock_HSE() 617 …LS_GetPLLOutputFrequency(uint32_t PLL_InputFrequency, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct) in UTILS_GetPLLOutputFrequency() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_utils.c | 233 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 483 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 493 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 506 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI() 507 UTILS_PLLInitStruct->PLLP); in LL_PLL_ConfigSystemClock_HSI() 541 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument 554 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE() 578 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSE() 579 UTILS_PLLInitStruct->PLLP); in LL_PLL_ConfigSystemClock_HSE() 611 …LS_GetPLLOutputFrequency(uint32_t PLL_InputFrequency, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct) in UTILS_GetPLLOutputFrequency() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_utils.c | 122 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 322 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 332 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 345 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLMul, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_HSI() 385 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument 399 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE() 423 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSE, UTILS_PLLInitStruct->PLLMul, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_HSE() 456 …LS_GetPLLOutputFrequency(uint32_t PLL_InputFrequency, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct) in UTILS_GetPLLOutputFrequency() argument 461 assert_param(IS_LL_UTILS_PLLMUL_VALUE(UTILS_PLLInitStruct->PLLMul)); in UTILS_GetPLLOutputFrequency() 462 assert_param(IS_LL_UTILS_PLLDIV_VALUE(UTILS_PLLInitStruct->PLLDiv)); in UTILS_GetPLLOutputFrequency() [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_utils.c | 122 LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct); 333 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument 343 pllfreq = UTILS_GetPLLOutputFrequency(HSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI() 356 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSI, UTILS_PLLInitStruct->PLLMul, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_HSI() 393 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct) in LL_PLL_ConfigSystemClock_HSE() argument 406 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE() 430 …LL_RCC_PLL_ConfigDomain_SYS(LL_RCC_PLLSOURCE_HSE, UTILS_PLLInitStruct->PLLMul, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_HSE() 462 …LS_GetPLLOutputFrequency(uint32_t PLL_InputFrequency, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct) in UTILS_GetPLLOutputFrequency() argument 467 assert_param(IS_LL_UTILS_PLLMUL_VALUE(UTILS_PLLInitStruct->PLLMul)); in UTILS_GetPLLOutputFrequency() 468 assert_param(IS_LL_UTILS_PLLDIV_VALUE(UTILS_PLLInitStruct->PLLDiv)); in UTILS_GetPLLOutputFrequency() [all …]
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_utils.h | 243 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 246 ErrorStatus LL_PLL_ConfigSystemClock_HSI48(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 250 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct);
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_utils.h | 242 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 245 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct); 247 …Clock_PLL2(uint32_t HSEFrequency, uint32_t HSEBypass, LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct,
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_utils.h | 305 ErrorStatus LL_PLL_ConfigSystemClock_MSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 307 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 309 ErrorStatus LL_PLL_ConfigSystemClock_HSE(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct,
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_utils.h | 285 ErrorStatus LL_PLL_ConfigSystemClock_MSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 287 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 290 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_utils.h | 302 ErrorStatus LL_PLL_ConfigSystemClock_MSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 304 ErrorStatus LL_PLL_ConfigSystemClock_HSI(LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, 307 … LL_UTILS_PLLInitTypeDef *UTILS_PLLInitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct);
|