STM32H735xx HAL User Manual
Defines
IT Defines
DMA2D Exported Constants

IT defines which can be used with LL_DMA2D_ReadReg and LL_DMA2D_WriteReg functions. More...

Defines

#define LL_DMA2D_IT_CEIE   DMA2D_CR_CEIE
#define LL_DMA2D_IT_CTCIE   DMA2D_CR_CTCIE
#define LL_DMA2D_IT_CAEIE   DMA2D_CR_CAEIE
#define LL_DMA2D_IT_TWIE   DMA2D_CR_TWIE
#define LL_DMA2D_IT_TCIE   DMA2D_CR_TCIE
#define LL_DMA2D_IT_TEIE   DMA2D_CR_TEIE

Detailed Description

IT defines which can be used with LL_DMA2D_ReadReg and LL_DMA2D_WriteReg functions.


Define Documentation

#define LL_DMA2D_IT_CAEIE   DMA2D_CR_CAEIE

CLUT Access Error Interrupt

Definition at line 401 of file stm32h7xx_ll_dma2d.h.

#define LL_DMA2D_IT_CEIE   DMA2D_CR_CEIE

Configuration Error Interrupt

Definition at line 399 of file stm32h7xx_ll_dma2d.h.

#define LL_DMA2D_IT_CTCIE   DMA2D_CR_CTCIE

CLUT Transfer Complete Interrupt

Definition at line 400 of file stm32h7xx_ll_dma2d.h.

#define LL_DMA2D_IT_TCIE   DMA2D_CR_TCIE

Transfer Complete Interrupt

Definition at line 403 of file stm32h7xx_ll_dma2d.h.

#define LL_DMA2D_IT_TEIE   DMA2D_CR_TEIE

Transfer Error Interrupt

Definition at line 404 of file stm32h7xx_ll_dma2d.h.

#define LL_DMA2D_IT_TWIE   DMA2D_CR_TWIE

Transfer Watermark Interrupt

Definition at line 402 of file stm32h7xx_ll_dma2d.h.