Searched refs:IS_RCC_PLLSAI1M_VALUE (Results 1 – 2 of 2) sorted by relevance
3019 #define IS_RCC_PLLSAI1M_VALUE(__VALUE__) ((1U <= (__VALUE__)) && ((__VALUE__) <= 16U)) macro3021 #define IS_RCC_PLLSAI1M_VALUE(__VALUE__) ((1U <= (__VALUE__)) && ((__VALUE__) <= 8U)) macro
2052 assert_param(IS_RCC_PLLSAI1M_VALUE(PLLSAI1Init->PLLSAI1M)); in HAL_RCCEx_EnablePLLSAI1()2885 assert_param(IS_RCC_PLLSAI1M_VALUE(PllSai1->PLLSAI1M)); in RCCEx_PLLSAI1_Config()