Home
last modified time | relevance | path

Searched refs:pUTILS_PLLInitStruct (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c247 ErrorStatus LL_PLL_ConfigSystemClock_HSI(const LL_UTILS_PLLInitTypeDef *pUTILS_PLLInitStruct, in LL_PLL_ConfigSystemClock_HSI() argument
256 assert_param(IS_LL_UTILS_PLLM_VALUE(pUTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_HSI()
257 assert_param(IS_LL_UTILS_PLLN_VALUE(pUTILS_PLLInitStruct->PLLN)); in LL_PLL_ConfigSystemClock_HSI()
258 assert_param(IS_LL_UTILS_PLLP_VALUE(pUTILS_PLLInitStruct->PLLP1)); in LL_PLL_ConfigSystemClock_HSI()
259 assert_param(IS_LL_UTILS_PLLP_VALUE(pUTILS_PLLInitStruct->PLLP2)); in LL_PLL_ConfigSystemClock_HSI()
260 assert_param(IS_LL_UTILS_FRACN_VALUE(pUTILS_PLLInitStruct->FRACN)); in LL_PLL_ConfigSystemClock_HSI()
265 assert_param(IS_LL_UTILS_PLLVCO_INPUT(hsi_clk / pUTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_HSI()
271 if (pUTILS_PLLInitStruct->FRACN == 0U) in LL_PLL_ConfigSystemClock_HSI()
274 pllfreq = LL_RCC_CalcPLLClockFreq(hsi_clk, pUTILS_PLLInitStruct->PLLM, in LL_PLL_ConfigSystemClock_HSI()
275 pUTILS_PLLInitStruct->PLLN, pUTILS_PLLInitStruct->FRACN, in LL_PLL_ConfigSystemClock_HSI()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_utils.h340 ErrorStatus LL_PLL_ConfigSystemClock_HSI(const LL_UTILS_PLLInitTypeDef *pUTILS_PLLInitStruct,
343 ErrorStatus LL_PLL_ConfigSystemClock_MSI(const LL_UTILS_PLLInitTypeDef *pUTILS_PLLInitStruct,
348 const LL_UTILS_PLLInitTypeDef *pUTILS_PLLInitStruct,