STM32H735xx HAL User Manual
Defines
ADC instance - Calibration mode for offset and linearity
ADC Exported Constants

Defines

#define LL_ADC_CALIB_OFFSET   (ADC_CALIB_FACTOR_OFFSET_REGOFFSET)
#define LL_ADC_CALIB_LINEARITY   (ADC_CALIB_FACTOR_LINEARITY_REGOFFSET)
#define LL_ADC_CALIB_OFFSET_LINEARITY   (ADC_CALIB_FACTOR_LINEARITY_REGOFFSET | ADC_CR_ADCALLIN)

Define Documentation

Calibration of ADC linearity. Duration of calibration of linearity: 15104 ADC clock cycles. For devices with differential mode available: Calibration of linearity is common to both single-ended and differential modes.

Definition at line 751 of file stm32h7xx_ll_adc.h.

Calibration of ADC offset. Duration of calibration of offset duration: 1280 ADC clock cycles. For devices with differential mode available: Calibration of offset is specific to each of single-ended and differential modes.

Definition at line 750 of file stm32h7xx_ll_adc.h.

Calibration of ADC offset and linearity. Duration of calibration of offset and linearity: 16384 ADC clock cycles. For devices with differential mode available: Calibration of offset is specific to each of single-ended and differential modes, calibration of linearity is common to both single-ended and differential modes.

Definition at line 752 of file stm32h7xx_ll_adc.h.