Searched refs:IS_RCC_PLLSAI2Q_VALUE (Results 1 – 2 of 2) sorted by relevance
2187 assert_param(IS_RCC_PLLSAI2Q_VALUE(PLLSAI2Init->PLLSAI2Q)); in HAL_RCCEx_EnablePLLSAI2()3242 assert_param(IS_RCC_PLLSAI2Q_VALUE(PllSai2->PLLSAI2Q)); in RCCEx_PLLSAI2_Config()
2986 #define IS_RCC_PLLSAI2Q_VALUE(__VALUE__) (((__VALUE__) == 2U) || ((__VALUE__) == 4U) || \ macro