STM32H735xx HAL User Manual
|
Defines | |
#define | LL_DAC_OUTPUT_CONNECT_GPIO 0x00000000UL |
#define | LL_DAC_OUTPUT_CONNECT_INTERNAL (DAC_MCR_MODE1_0) |
#define LL_DAC_OUTPUT_CONNECT_GPIO 0x00000000UL |
The selected DAC channel output is connected to external pin
Definition at line 347 of file stm32h7xx_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 series, 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 348 of file stm32h7xx_ll_dac.h.