|
STM32L443xx HAL User Manual
|
Defines | |
| #define | LL_DAC_OUTPUT_BUFFER_ENABLE 0x00000000U |
| #define | LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_MCR_MODE1_1) |
| #define LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_MCR_MODE1_1) |
The selected DAC channel output is not buffered: lower drive current capability, but also lower current consumption
Definition at line 352 of file stm32l4xx_ll_dac.h.
| #define LL_DAC_OUTPUT_BUFFER_ENABLE 0x00000000U |
The selected DAC channel output is buffered: higher drive current capability, but also higher current consumption
Definition at line 351 of file stm32l4xx_ll_dac.h.
Referenced by LL_DAC_StructInit().
1.7.6.1