Home
last modified time | relevance | path

Searched refs:HSEBypass (Results 1 – 25 of 40) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c165 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/
Dstm32mp1xx_ll_utils.c267 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/
Dstm32h5xx_ll_utils.c553 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/
Dstm32l1xx_ll_utils.c384 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/
Dstm32f3xx_ll_utils.c377 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/
Dstm32l0xx_ll_utils.c392 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/
Dstm32g0xx_ll_utils.c315 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/
Dstm32f0xx_ll_utils.c420 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/
Dstm32u0xx_ll_utils.c418 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/
Dstm32f2xx_ll_utils.c440 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/
Dstm32n6xx_ll_utils.c423 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/
Dstm32g4xx_ll_utils.c488 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/
Dstm32u5xx_ll_utils.c675 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/
Dstm32wbxx_ll_utils.c537 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/
Dstm32f7xx_ll_utils.c546 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/
Dstm32l5xx_ll_utils.c576 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/
Dstm32f4xx_ll_utils.c540 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/
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
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/
Dstm32h7rsxx_ll_utils.c511 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/
Dstm32h7xx_ll_utils.c597 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/
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,

12