Searched refs:IS_ADC_CALFACT (Results 1 – 4 of 4) sorted by relevance
134 #define IS_ADC_CALFACT(_Calibration_Factor_) ((_Calibration_Factor_) <= ((uint32_t)0x7FU)) macro
230 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
731 #define IS_ADC_CALFACT(__CALIBRATION_FACTOR__) ((__CALIBRATION_FACTOR__) <= (0x7FU)) macro
253 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()