Home
last modified time | relevance | path

Searched refs:IS_LL_UTILS_PLLVCO_INPUT (Results 1 – 17 of 17) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_utils.c111 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__, __TYPE__) ( \ macro
292 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLL_1600_TYPE)); in LL_PLL_ConfigSystemClock_HSE()
295 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLL_1600_TYPE)); in LL_PLL_ConfigSystemClock_HSE()
297 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freqPLL3, UTILS_PLL_800_TYPE)); in LL_PLL_ConfigSystemClock_HSE()
298 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freqPLL4, UTILS_PLL_800_TYPE)); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_utils.c136 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__, __RANGE__) ( \ macro
389 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_CSI()
482 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSI()
576 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSE()
855 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq, UTILS_PLLInitStruct->VCO_Input)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c112 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((__VALUE__) <= UTILS_PLLVCO_INPUT_MAX) macro
265 assert_param(IS_LL_UTILS_PLLVCO_INPUT(hsi_clk / pUTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_HSI()
349 assert_param(IS_LL_UTILS_PLLVCO_INPUT(MSI_VALUE / pUTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_MSI()
442 assert_param(IS_LL_UTILS_PLLVCO_INPUT(HSEFrequency / pUTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_utils.c140 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__, __RANGE__) \ macro
344 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSI()
435 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_CSI()
533 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/
Dstm32h7xx_ll_utils.c214 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__, __RANGE__) ( \ macro
522 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSI()
618 assert_param(IS_LL_UTILS_PLLVCO_INPUT(vcoinput_freq, UTILS_PLLInitStruct->VCO_Input)); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_utils.c99 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__))\ macro
508 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_utils.c111 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__)) && ((__VALUE_… macro
465 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_utils.c116 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__)) && \ macro
585 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_utils.c159 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__)) && ((__VALUE_… macro
523 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_utils.c127 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__)) && ((__VALUE_… macro
596 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_utils.c110 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__))\ macro
670 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_utils.c118 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__))\ macro
760 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c111 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__)) &&\ macro
633 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_utils.c174 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__)) && ((__VALUE_… macro
629 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c102 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__)) && ((__VALUE_… macro
683 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_utils.c203 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__)) && ((__VALUE_… macro
623 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_utils.c127 #define IS_LL_UTILS_PLLVCO_INPUT(__VALUE__) ((UTILS_PLLVCO_INPUT_MIN <= (__VALUE__)) && ((__VALUE_… macro
784 assert_param(IS_LL_UTILS_PLLVCO_INPUT(pllfreq)); in UTILS_GetPLLOutputFrequency()