HAL
LL_ADC_DATA_ALIGN_RIGHT is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_ADC_DATA_ALIGN_RIGHT macro

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

Syntax

#define LL_ADC_DATA_ALIGN_RIGHT 0x00000000UL

References

LocationText
stm32f4xx_ll_adc.h:593
#define LL_ADC_DATA_ALIGN_RIGHT 0x00000000UL /*!< ADC conversion data alignment: right aligned (alignment on data register LSB bit 0)*/
stm32f4xx_ll_adc.c:638
ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT;