STM32L443xx HAL User Manual
|
Defines | |
#define | LL_DAC_OUTPUT_CONNECT_GPIO 0x00000000U |
#define | LL_DAC_OUTPUT_CONNECT_INTERNAL (DAC_MCR_MODE1_0) |
#define LL_DAC_OUTPUT_CONNECT_GPIO 0x00000000U |
The selected DAC channel output is connected to external pin
Definition at line 360 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 361 of file stm32l4xx_ll_dac.h.