STM32F479xx HAL User Manual
Defines
DAC channel output resolution
DAC Exported Constants

Defines

#define LL_DAC_RESOLUTION_12B   0x00000000UL
#define LL_DAC_RESOLUTION_8B   0x00000002UL

Define Documentation

#define LL_DAC_RESOLUTION_12B   0x00000000UL

DAC channel resolution 12 bits

Definition at line 304 of file stm32f4xx_ll_dac.h.

#define LL_DAC_RESOLUTION_8B   0x00000002UL

DAC channel resolution 8 bits

Definition at line 305 of file stm32f4xx_ll_dac.h.