Home
last modified time | relevance | path

Searched refs:HSEFrequency (Results 1 – 25 of 38) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_utils.c267 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
283 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
286 vcoinput_freqPLL3 = HSEFrequency / UTILS_PLLsInitStruct->PLL3.PLLM; in LL_PLL_ConfigSystemClock_HSE()
287 vcoinput_freqPLL4 = HSEFrequency / UTILS_PLLsInitStruct->PLL4.PLLM; in LL_PLL_ConfigSystemClock_HSE()
291 vcoinput_freq = HSEFrequency / UTILS_PLLsInitStruct->PLL1.PLLM; in LL_PLL_ConfigSystemClock_HSE()
294 vcoinput_freq = HSEFrequency / UTILS_PLLsInitStruct->PLL2.PLLM; in LL_PLL_ConfigSystemClock_HSE()
302 HSEFrequency, in LL_PLL_ConfigSystemClock_HSE()
310 HSEFrequency, in LL_PLL_ConfigSystemClock_HSE()
318 HSEFrequency, in LL_PLL_ConfigSystemClock_HSE()
326 HSEFrequency, in LL_PLL_ConfigSystemClock_HSE()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c429 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
436 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
441 pllfrequency = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); 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
491 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_PLL2()
497 pllfrequency = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_PLL2()
500 …status = UTILS_PLL_HSE_ConfigSystemClock(HSEFrequency, HSEBypass, UTILS_PLLInitStruct, UTILS_ClkIn… in LL_PLL_ConfigSystemClock_PLL2()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_utils.c511 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
527 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
532 vcoinput_freq = HSEFrequency / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSE()
538 …vcooutput_freq = LL_RCC_CalcPLLClockFreq(HSEFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStr… in LL_PLL_ConfigSystemClock_HSE()
550 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_utils.c553 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
569 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
574 vcoinput_freq = HSEFrequency / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSE()
583 …vcooutput_freq = LL_RCC_CalcPLLClockFreq(HSEFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStr… in LL_PLL_ConfigSystemClock_HSE()
593 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_utils.c597 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
611 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
616 vcoinput_freq = HSEFrequency / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSE()
622 …vcooutput_freq = UTILS_CalcPLLClockFreq(HSEFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStru… in LL_PLL_ConfigSystemClock_HSE()
633 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c423 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
432 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
442 assert_param(IS_LL_UTILS_PLLVCO_INPUT(HSEFrequency / pUTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_HSE()
451 pllfreq = LL_RCC_CalcPLLClockFreq(HSEFrequency, pUTILS_PLLInitStruct->PLLM, in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_utils.c384 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
391 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
399 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_utils.c354 ErrorStatus LL_PLL1_ConfigSystemClock_HSE(uint32_t HSEFrequency, in LL_PLL1_ConfigSystemClock_HSE() argument
362 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL1_ConfigSystemClock_HSE()
368 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL1_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_utils.c377 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
384 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
398 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_utils.c392 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
399 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
406 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_utils.c315 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
322 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
329 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_utils.c420 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
427 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
441 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_utils.c440 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
447 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
454 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_utils.c488 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
496 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
503 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_utils.c675 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
683 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
690 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_utils.c546 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
553 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
560 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c576 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
584 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
591 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_utils.c540 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
547 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
554 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_utils.h244 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/
Dstm32l4xx_ll_utils.c669 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass, in LL_PLL_ConfigSystemClock_HSE() argument
680 assert_param(IS_LL_UTILS_HSE_FREQUENCY(HSEFrequency)); in LL_PLL_ConfigSystemClock_HSE()
687 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_utils.h243 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_utils.h244 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_utils.h249 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_utils.h257 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_utils.h248 ErrorStatus LL_PLL_ConfigSystemClock_HSE(uint32_t HSEFrequency, uint32_t HSEBypass,

12