Searched refs:IS_RCC_PLLSAI1P_VALUE (Results 1 – 2 of 2) sorted by relevance
3027 #define IS_RCC_PLLSAI1P_VALUE(__VALUE__) (((__VALUE__) >= 2U) && ((__VALUE__) <= 31U)) macro3029 #define IS_RCC_PLLSAI1P_VALUE(__VALUE__) (((__VALUE__) == 7U) || ((__VALUE__) == 17U)) macro
2054 assert_param(IS_RCC_PLLSAI1P_VALUE(PLLSAI1Init->PLLSAI1P)); in HAL_RCCEx_EnablePLLSAI1()2970 assert_param(IS_RCC_PLLSAI1P_VALUE(PllSai1->PLLSAI1P)); in RCCEx_PLLSAI1_Config()