STM32F439xx 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 215 of file stm32f4xx_ll_dac.h.

Referenced by LL_DAC_DisableIT_DMAUDR1(), LL_DAC_EnableIT_DMAUDR1(), and LL_DAC_IsEnabledIT_DMAUDR1().

#define LL_DAC_IT_DMAUDRIE2   (DAC_CR_DMAUDRIE2)

DAC channel 2 interruption DMA underrun

Definition at line 217 of file stm32f4xx_ll_dac.h.

Referenced by LL_DAC_DisableIT_DMAUDR2(), LL_DAC_EnableIT_DMAUDR2(), and LL_DAC_IsEnabledIT_DMAUDR2().