STM32L443xx HAL User Manual
Defines
DAC User Trimming
DAC Exported Constants

Defines

#define DAC_TRIMMING_FACTORY   0x00000000U
#define DAC_TRIMMING_USER   0x00000001U

Define Documentation

#define DAC_TRIMMING_FACTORY   0x00000000U

Factory trimming

Definition at line 330 of file stm32l4xx_hal_dac.h.

#define DAC_TRIMMING_USER   0x00000001U

User trimming

Definition at line 331 of file stm32l4xx_hal_dac.h.

Referenced by HAL_DAC_ConfigChannel(), HAL_DACEx_SelfCalibrate(), and HAL_DACEx_SetUserTrimming().