Home
last modified time | relevance | path

Searched refs:IS_ADC_CALFACT_ADC3 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc_ex.h933 #define IS_ADC_CALFACT_ADC3(__CALIBRATION_FACTOR__) ((__CALIBRATION_FACTOR__) <= (0x7FU)) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c276 assert_param(IS_ADC_CALFACT_ADC3(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()