Searched refs:IS_RCC_PLLSAI2M_VALUE (Results 1 – 4 of 4) sorted by relevance
2968 #define IS_RCC_PLLSAI2M_VALUE(__VALUE__) ((1U <= (__VALUE__)) && ((__VALUE__) <= 16U)) macro2970 #define IS_RCC_PLLSAI2M_VALUE(__VALUE__) ((1U <= (__VALUE__)) && ((__VALUE__) <= 8U)) macro
1748 assert_param(IS_RCC_PLLSAI2M_VALUE(PLLSAI2Init->PLLSAI2M)); in HAL_RCCEx_EnablePLLSAI2()2670 assert_param(IS_RCC_PLLSAI2M_VALUE(pPllSai2->PLLSAI2M)); in RCCEx_PLLSAI2_Config()
2183 assert_param(IS_RCC_PLLSAI2M_VALUE(PLLSAI2Init->PLLSAI2M)); in HAL_RCCEx_EnablePLLSAI2()3120 assert_param(IS_RCC_PLLSAI2M_VALUE(PllSai2->PLLSAI2M)); in RCCEx_PLLSAI2_Config()
2126 #define IS_RCC_PLLSAI2M_VALUE(__VALUE__) ((1U <= (__VALUE__)) && ((__VALUE__) <= 16U)) macro