STM32L443xx HAL User Manual
|
Defines | |
#define | LL_ADC_DATA_ALIGN_RIGHT (0x00000000UL) |
#define | LL_ADC_DATA_ALIGN_LEFT (ADC_CFGR_ALIGN) |
#define LL_ADC_DATA_ALIGN_LEFT (ADC_CFGR_ALIGN) |
ADC conversion data alignment: left aligned (alignment on data register MSB bit 15)
Definition at line 716 of file stm32l4xx_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 715 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_StructInit().