STM32L486xx HAL User Manual
Defines
DAC channel output connection
DAC Exported Constants

Defines

#define LL_DAC_OUTPUT_CONNECT_GPIO   0x00000000U
#define LL_DAC_OUTPUT_CONNECT_INTERNAL   (DAC_MCR_MODE1_0)

Define Documentation

#define LL_DAC_OUTPUT_CONNECT_GPIO   0x00000000U

The selected DAC channel output is connected to external pin

Definition at line 367 of file stm32l4xx_ll_dac.h.

Referenced by LL_DAC_StructInit().

#define LL_DAC_OUTPUT_CONNECT_INTERNAL   (DAC_MCR_MODE1_0)

The selected DAC channel output is connected to on-chip peripherals via internal paths. On this STM32 serie, output connection depends on output mode (normal or sample and hold) and output buffer state. Refer to comments of function LL_DAC_SetOutputConnection().

Definition at line 368 of file stm32l4xx_ll_dac.h.