STM32F103xB HAL User Manual
|
Structure definition of some features of ADC instance. More...
#include <stm32f1xx_ll_adc.h>
Data Fields | |
uint32_t | DataAlignment |
uint32_t | SequencersScanMode |
Structure definition of some features of ADC instance.
Definition at line 279 of file stm32f1xx_ll_adc.h.
uint32_t LL_ADC_InitTypeDef::DataAlignment |
Set ADC conversion data alignment. This parameter can be a value of ADC instance - Data alignment
This feature can be modified afterwards using unitary function LL_ADC_SetDataAlignment().
Definition at line 281 of file stm32f1xx_ll_adc.h.
Referenced by LL_ADC_Init(), and LL_ADC_StructInit().
Set ADC scan selection. This parameter can be a value of ADC instance - Scan selection
This feature can be modified afterwards using unitary function LL_ADC_SetSequencersScanMode().
Definition at line 286 of file stm32f1xx_ll_adc.h.
Referenced by LL_ADC_Init(), and LL_ADC_StructInit().