Searched refs:vcoinput_freq (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_utils.c | 327 uint32_t vcoinput_freq; in LL_PLL_ConfigSystemClock_HSI() local 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() 421 uint32_t vcoinput_freq; in LL_PLL_ConfigSystemClock_CSI() local 434 vcoinput_freq = CSI_VALUE / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_CSI() 435 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_CSI() 517 uint32_t vcoinput_freq; in LL_PLL_ConfigSystemClock_HSE() local 532 vcoinput_freq = HSEFrequency / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSE() 533 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_utils.c | 374 uint32_t vcoinput_freq; in LL_PLL_ConfigSystemClock_CSI() local 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() 464 uint32_t vcoinput_freq; in LL_PLL_ConfigSystemClock_HSI() local 480 vcoinput_freq = hsi_clk / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSI() 482 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSI() 559 uint32_t vcoinput_freq; in LL_PLL_ConfigSystemClock_HSE() local 574 vcoinput_freq = HSEFrequency / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSE() 576 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_utils.c | 506 uint32_t vcoinput_freq, vcooutput_freq; in LL_PLL_ConfigSystemClock_HSI() local 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() 602 uint32_t vcoinput_freq, vcooutput_freq; in LL_PLL_ConfigSystemClock_HSE() local 616 vcoinput_freq = HSEFrequency / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSE() 618 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSE()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_utils.c | 275 uint32_t vcoinput_freq, vcooutput_freq; in LL_PLL_ConfigSystemClock_HSE() local 291 vcoinput_freq = HSEFrequency / UTILS_PLLsInitStruct->PLL1.PLLM; in LL_PLL_ConfigSystemClock_HSE() 292 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLL_1600_TYPE)); in LL_PLL_ConfigSystemClock_HSE() 294 vcoinput_freq = HSEFrequency / UTILS_PLLsInitStruct->PLL2.PLLM; in LL_PLL_ConfigSystemClock_HSE() 295 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLL_1600_TYPE)); in LL_PLL_ConfigSystemClock_HSE()
|