STM32F103xB HAL User Manual
Defines
ADC data alignment
ADC Exported Constants

Defines

#define ADC_DATAALIGN_RIGHT   0x00000000U
#define ADC_DATAALIGN_LEFT   ((uint32_t)ADC_CR2_ALIGN)

Define Documentation

#define ADC_DATAALIGN_LEFT   ((uint32_t)ADC_CR2_ALIGN)

Definition at line 260 of file stm32f1xx_hal_adc.h.

#define ADC_DATAALIGN_RIGHT   0x00000000U

Definition at line 259 of file stm32f1xx_hal_adc.h.