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

Defines

#define LL_ADC_DATA_ALIGN_RIGHT   (0x00000000UL)
#define LL_ADC_DATA_ALIGN_LEFT   (ADC3_CFGR_ALIGN)

Define Documentation

#define LL_ADC_DATA_ALIGN_LEFT   (ADC3_CFGR_ALIGN)

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

Definition at line 803 of file stm32h7xx_ll_adc.h.

#define LL_ADC_DATA_ALIGN_RIGHT   (0x00000000UL)

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

Definition at line 802 of file stm32h7xx_ll_adc.h.