STM32F439xx HAL User Manual
Defines
ADC instance - Data alignment
ADC Exported Constants

Defines

#define LL_ADC_DATA_ALIGN_RIGHT   0x00000000U
#define LL_ADC_DATA_ALIGN_LEFT   (ADC_CR2_ALIGN)

Define Documentation

#define LL_ADC_DATA_ALIGN_LEFT   (ADC_CR2_ALIGN)

ADC conversion data alignment: left aligned (aligment on data register MSB bit 15)

Definition at line 599 of file stm32f4xx_ll_adc.h.

#define LL_ADC_DATA_ALIGN_RIGHT   0x00000000U

ADC conversion data alignment: right aligned (alignment on data register LSB bit 0)

Definition at line 598 of file stm32f4xx_ll_adc.h.

Referenced by LL_ADC_StructInit().