Searched refs:IS_RCC_PLLSAI2P_VALUE (Results 1 – 4 of 4) sorted by relevance
2980 #define IS_RCC_PLLSAI2P_VALUE(__VALUE__) (((__VALUE__) >= 2U) && ((__VALUE__) <= 31U)) macro2982 #define IS_RCC_PLLSAI2P_VALUE(__VALUE__) (((__VALUE__) == 7U) || ((__VALUE__) == 17U)) macro
1750 assert_param(IS_RCC_PLLSAI2P_VALUE(PLLSAI2Init->PLLSAI2P)); in HAL_RCCEx_EnablePLLSAI2()2726 assert_param(IS_RCC_PLLSAI2P_VALUE(pPllSai2->PLLSAI2P)); in RCCEx_PLLSAI2_Config()
2185 assert_param(IS_RCC_PLLSAI2P_VALUE(PLLSAI2Init->PLLSAI2P)); in HAL_RCCEx_EnablePLLSAI2()3205 assert_param(IS_RCC_PLLSAI2P_VALUE(PllSai2->PLLSAI2P)); in RCCEx_PLLSAI2_Config()
2130 #define IS_RCC_PLLSAI2P_VALUE(__VALUE__) (((__VALUE__) >= 2U) && ((__VALUE__) <= 31U)) macro