Searched refs:IS_RCC_PLLSAI2M_VALUE (Results 1 – 2 of 2) sorted by relevance
3045 #define IS_RCC_PLLSAI2M_VALUE(__VALUE__) ((1U <= (__VALUE__)) && ((__VALUE__) <= 16U)) macro3047 #define IS_RCC_PLLSAI2M_VALUE(__VALUE__) ((1U <= (__VALUE__)) && ((__VALUE__) <= 8U)) macro
2170 assert_param(IS_RCC_PLLSAI2M_VALUE(PLLSAI2Init->PLLSAI2M)); in HAL_RCCEx_EnablePLLSAI2()3090 assert_param(IS_RCC_PLLSAI2M_VALUE(PllSai2->PLLSAI2M)); in RCCEx_PLLSAI2_Config()