HAL + 0/54 examples
CodeScope will show references to ADC_InitTypeDef::DataAlign from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Applications
USB_Device
Examples
ADC
STM32469I-Discovery
Examples
ADC
STM32469I_EVAL
Examples
ADC
STM324x9I_EVAL
Applications
LwIP
USB_Device
Examples
ADC
STM324xG_EVAL
Applications
LwIP
USB_Device
Examples
ADC
STM32F4-Discovery
Examples
ADC
STM32F401-Discovery
Examples
ADC
STM32F411E-Discovery
Examples
ADC
STM32F412G-Discovery
Examples
ADC
STM32F412ZG-Nucleo
Examples
ADC
STM32F413H-Discovery
Examples
ADC
STM32F413ZH-Nucleo
Examples
ADC
STM32F429I-Discovery
Examples
ADC
STM32F429ZI-Nucleo
Examples
ADC
Examples_MIX
ADC
STM32F446ZE-Nucleo
Examples
ADC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALADC_InitTypeDef::DataAlign

ADC_InitTypeDef::DataAlign field

Specifies ADC data alignment to right (MSB on register bit 11 and LSB on register bit 0) (default setting) or to left (if regular group: MSB on register bit 15 and LSB on register bit 4, if injected group (MSB kept as signed value due to potential negative value after offset application): MSB on register bit 14 and LSB on register bit 3). This parameter can be a value of ADC_Data_align

Syntax

uint32_t DataAlign;

Examples

ADC_InitTypeDef::DataAlign is referenced by 54 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_adc.h:66
uint32_t DataAlign; /*!< Specifies ADC data alignment to right (MSB on register bit 11 and LSB on register bit 0) (default setting)
stm32f4xx_hal_adc.c:328HAL_ADC_Init()
assert_param(IS_ADC_DATA_ALIGN(hadc->Init.DataAlign));
stm32f4xx_hal_adc.c:1930ADC_Init()
hadc->Instance->CR2 |= hadc->Init.DataAlign;

Data Use

Functions reading ADC_InitTypeDef::DataAlign
ADC_InitTypeDef::DataAlign
all items filtered out
Type of ADC_InitTypeDef::DataAlign
ADC_InitTypeDef::DataAlign
uint32_t
all items filtered out