STM32F103xB HAL User Manual
|
Defines | |
#define | LL_ADC_DATA_ALIGN_RIGHT 0x00000000U |
#define | LL_ADC_DATA_ALIGN_LEFT (ADC_CR2_ALIGN) |
#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 479 of file stm32f1xx_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 478 of file stm32f1xx_ll_adc.h.
Referenced by LL_ADC_StructInit().