STM32F479xx HAL User Manual
Defines
DAC interruptions
DAC Exported Constants

IT defines which can be used with LL_DAC_ReadReg and LL_DAC_WriteReg functions. More...

Defines

#define LL_DAC_IT_DMAUDRIE1   (DAC_CR_DMAUDRIE1)
#define LL_DAC_IT_DMAUDRIE2   (DAC_CR_DMAUDRIE2)

Detailed Description

IT defines which can be used with LL_DAC_ReadReg and LL_DAC_WriteReg functions.


Define Documentation

#define LL_DAC_IT_DMAUDRIE1   (DAC_CR_DMAUDRIE1)

DAC channel 1 interruption DMA underrun

Definition at line 210 of file stm32f4xx_ll_dac.h.

Referenced by LL_DAC_EnableIT_DMAUDR2().

#define LL_DAC_IT_DMAUDRIE2   (DAC_CR_DMAUDRIE2)

DAC channel 2 interruption DMA underrun

Definition at line 212 of file stm32f4xx_ll_dac.h.