Searched refs:IS_RCC_PLLSAI2P_VALUE (Results 1 – 2 of 2) sorted by relevance
3053 #define IS_RCC_PLLSAI2P_VALUE(__VALUE__) (((__VALUE__) >= 2U) && ((__VALUE__) <= 31U)) macro3055 #define IS_RCC_PLLSAI2P_VALUE(__VALUE__) (((__VALUE__) == 7U) || ((__VALUE__) == 17U)) macro
2172 assert_param(IS_RCC_PLLSAI2P_VALUE(PLLSAI2Init->PLLSAI2P)); in HAL_RCCEx_EnablePLLSAI2()3175 assert_param(IS_RCC_PLLSAI2P_VALUE(PllSai2->PLLSAI2P)); in RCCEx_PLLSAI2_Config()