STM32L486xx HAL User Manual
Defines
Channel - Single or differential ending
ADC Exported Constants

Defines

#define LL_ADC_SINGLE_ENDED   ( ADC_CALFACT_CALFACT_S)
#define LL_ADC_DIFFERENTIAL_ENDED   (ADC_CR_ADCALDIF | ADC_CALFACT_CALFACT_D)
#define LL_ADC_BOTH_SINGLE_DIFF_ENDED   (LL_ADC_SINGLE_ENDED | LL_ADC_DIFFERENTIAL_ENDED)

Define Documentation

ADC channel ending set to both single ended and differential (literal used only to set calibration factors)

Definition at line 1084 of file stm32l4xx_ll_adc.h.

#define LL_ADC_DIFFERENTIAL_ENDED   (ADC_CR_ADCALDIF | ADC_CALFACT_CALFACT_D)

ADC channel ending set to differential (literal also used to set calibration mode)

Definition at line 1083 of file stm32l4xx_ll_adc.h.

#define LL_ADC_SINGLE_ENDED   ( ADC_CALFACT_CALFACT_S)

ADC channel ending set to single ended (literal also used to set calibration mode)

Definition at line 1082 of file stm32l4xx_ll_adc.h.