/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_utils.c | 165 static ErrorStatus UTILS_PLL_HSE_ConfigSystemClock(uint32_t PLL_InputFrequency, uint32_t HSEBypass, 429 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 437 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 444 …status = UTILS_PLL_HSE_ConfigSystemClock(HSEFrequency, HSEBypass, UTILS_PLLInitStruct, UTILS_ClkIn… in LL_PLL_ConfigSystemClock_HSE() 482 ErrorStatus LL_PLL_ConfigSystemClock_PLL2(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_PLL2() argument 492 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_PLL2() 500 …status = UTILS_PLL_HSE_ConfigSystemClock(HSEFrequency, HSEBypass, UTILS_PLLInitStruct, UTILS_ClkIn… in LL_PLL_ConfigSystemClock_PLL2() 571 static ErrorStatus UTILS_PLL_HSE_ConfigSystemClock(uint32_t PLL_InputFrequency, uint32_t HSEBypass, in UTILS_PLL_HSE_ConfigSystemClock() argument 584 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in UTILS_PLL_HSE_ConfigSystemClock()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_utils.c | 267 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 284 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 338 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE() 342 else if (HSEBypass == LL_UTILS_HSEBYPASSDIG_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_utils.c | 553 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 570 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 599 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE() 604 else if (HSEBypass == LL_UTILS_HSEBYPASS_DIGITAL_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_utils.c | 384 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 392 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 405 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_utils.c | 377 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 385 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 404 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_utils.c | 392 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 400 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 412 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_utils.c | 315 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 323 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 335 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_utils.c | 420 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 428 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 447 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_utils.c | 418 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEBypass, LL_UTILS_PLLInitTypeDef *UTILS_PLLInit… in LL_PLL_ConfigSystemClock_HSE() argument 425 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 437 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_utils.c | 440 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 448 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 460 if(HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_utils.c | 423 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 433 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 462 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_utils.c | 488 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 497 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 509 if(HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_utils.c | 675 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 684 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 696 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_utils.c | 537 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEBypass, LL_UTILS_PLLInitTypeDef *UTILS_PLLInit… in LL_PLL_ConfigSystemClock_HSE() argument 544 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 567 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_utils.c | 546 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 554 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 566 if(HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_utils.c | 576 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 585 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 597 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_utils.c | 540 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 548 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 560 if(HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_utils.h | 244 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, 247 ErrorStatus LL_PLL_ConfigSystemClock_PLL2(uint32_t HSEFrequency, uint32_t HSEBypass, LL_UTILS_PLLIn…
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_utils.c | 669 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 681 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 693 if(HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_utils.c | 511 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 528 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 556 if (HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_utils.c | 597 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument 612 assert_param(IS_LL_UTILS_HSE_BYPASS(HSEBypass)); in LL_PLL_ConfigSystemClock_HSE() 639 if(HSEBypass == LL_UTILS_HSEBYPASS_ON) in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_utils.h | 243 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_utils.h | 244 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_utils.h | 249 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_utils.h | 257 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,
|