STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define ADC_DATAALIGN_RIGHT   ((uint32_t)0x00000000U)
 
#define ADC_DATAALIGN_LEFT   ((uint32_t)ADC_CR2_ALIGN)
 

Detailed Description

Macro Definition Documentation

#define ADC_DATAALIGN_LEFT   ((uint32_t)ADC_CR2_ALIGN)

Definition at line 338 of file stm32f7xx_hal_adc.h.

#define ADC_DATAALIGN_RIGHT   ((uint32_t)0x00000000U)

Definition at line 337 of file stm32f7xx_hal_adc.h.