STM32L486xx HAL User Manual
Defines
DAC data alignment
DAC Exported Constants

Defines

#define DAC_ALIGN_12B_R   ((uint32_t)0x00000000)
#define DAC_ALIGN_12B_L   ((uint32_t)0x00000004)
#define DAC_ALIGN_8B_R   ((uint32_t)0x00000008)

Define Documentation

#define DAC_ALIGN_12B_L   ((uint32_t)0x00000004)

Definition at line 302 of file stm32l4xx_hal_dac.h.

Referenced by HAL_DAC_Start_DMA().

#define DAC_ALIGN_12B_R   ((uint32_t)0x00000000)

Definition at line 301 of file stm32l4xx_hal_dac.h.

Referenced by HAL_DAC_Start_DMA(), and HAL_DACEx_SelfCalibrate().

#define DAC_ALIGN_8B_R   ((uint32_t)0x00000008)

Definition at line 303 of file stm32l4xx_hal_dac.h.

Referenced by HAL_DAC_Start_DMA(), and HAL_DACEx_DualSetValue().