Searched refs:IS_RCC_PLLSAI1P_VALUE (Results 1 – 5 of 5) sorted by relevance
2950 #define IS_RCC_PLLSAI1P_VALUE(__VALUE__) (((__VALUE__) >= 2U) && ((__VALUE__) <= 31U)) macro2952 #define IS_RCC_PLLSAI1P_VALUE(__VALUE__) (((__VALUE__) == 7U) || ((__VALUE__) == 17U)) macro
1635 assert_param(IS_RCC_PLLSAI1P_VALUE(PLLSAI1Init->PLLSAI1P)); in HAL_RCCEx_EnablePLLSAI1()2586 assert_param(IS_RCC_PLLSAI1P_VALUE(pPllSai1->PLLSAI1P)); in RCCEx_PLLSAI1_Config()
225 #define IS_RCC_PLLSAI1P_VALUE(__VALUE__) ((RCC_PLLP_DIV2 <= (__VALUE__)) && ((__VALUE__) <= RCC_P… macro
2067 assert_param(IS_RCC_PLLSAI1P_VALUE(PLLSAI1Init->PLLSAI1P)); in HAL_RCCEx_EnablePLLSAI1()3000 assert_param(IS_RCC_PLLSAI1P_VALUE(PllSai1->PLLSAI1P)); in RCCEx_PLLSAI1_Config()
2116 #define IS_RCC_PLLSAI1P_VALUE(__VALUE__) (((__VALUE__) >= 2U) && ((__VALUE__) <= 31U)) macro