Searched refs:IS_RCC_PLLSAI1Q_VALUE (Results 1 – 2 of 2) sorted by relevance
2055 assert_param(IS_RCC_PLLSAI1Q_VALUE(PLLSAI1Init->PLLSAI1Q)); in HAL_RCCEx_EnablePLLSAI1()3006 assert_param(IS_RCC_PLLSAI1Q_VALUE(PllSai1->PLLSAI1Q)); in RCCEx_PLLSAI1_Config()
3032 #define IS_RCC_PLLSAI1Q_VALUE(__VALUE__) (((__VALUE__) == 2U) || ((__VALUE__) == 4U) || \ macro