STM32F439xx HAL User Manual
Defines
DAC flags
DAC Exported Constants

Flags defines which can be used with LL_DAC_ReadReg function. More...

Defines

#define LL_DAC_FLAG_DMAUDR1   (DAC_SR_DMAUDR1)
#define LL_DAC_FLAG_DMAUDR2   (DAC_SR_DMAUDR2)

Detailed Description

Flags defines which can be used with LL_DAC_ReadReg function.


Define Documentation

#define LL_DAC_FLAG_DMAUDR1   (DAC_SR_DMAUDR1)

DAC channel 1 flag DMA underrun

Definition at line 201 of file stm32f4xx_ll_dac.h.

Referenced by LL_DAC_ClearFlag_DMAUDR1(), and LL_DAC_IsActiveFlag_DMAUDR1().

#define LL_DAC_FLAG_DMAUDR2   (DAC_SR_DMAUDR2)

DAC channel 2 flag DMA underrun

Definition at line 205 of file stm32f4xx_ll_dac.h.

Referenced by LL_DAC_ClearFlag_DMAUDR2(), and LL_DAC_IsActiveFlag_DMAUDR2().