STM32F439xx HAL User Manual
Functions
Interruption Management
DMA2D Exported Functions

Functions

__STATIC_INLINE void LL_DMA2D_EnableIT_CE (DMA2D_TypeDef *DMA2Dx)
 Enable Configuration Error Interrupt.
__STATIC_INLINE void LL_DMA2D_EnableIT_CTC (DMA2D_TypeDef *DMA2Dx)
 Enable CLUT Transfer Complete Interrupt.
__STATIC_INLINE void LL_DMA2D_EnableIT_CAE (DMA2D_TypeDef *DMA2Dx)
 Enable CLUT Access Error Interrupt.
__STATIC_INLINE void LL_DMA2D_EnableIT_TW (DMA2D_TypeDef *DMA2Dx)
 Enable Transfer Watermark Interrupt.
__STATIC_INLINE void LL_DMA2D_EnableIT_TC (DMA2D_TypeDef *DMA2Dx)
 Enable Transfer Complete Interrupt.
__STATIC_INLINE void LL_DMA2D_EnableIT_TE (DMA2D_TypeDef *DMA2Dx)
 Enable Transfer Error Interrupt.
__STATIC_INLINE void LL_DMA2D_DisableIT_CE (DMA2D_TypeDef *DMA2Dx)
 Disable Configuration Error Interrupt.
__STATIC_INLINE void LL_DMA2D_DisableIT_CTC (DMA2D_TypeDef *DMA2Dx)
 Disable CLUT Transfer Complete Interrupt.
__STATIC_INLINE void LL_DMA2D_DisableIT_CAE (DMA2D_TypeDef *DMA2Dx)
 Disable CLUT Access Error Interrupt.
__STATIC_INLINE void LL_DMA2D_DisableIT_TW (DMA2D_TypeDef *DMA2Dx)
 Disable Transfer Watermark Interrupt.
__STATIC_INLINE void LL_DMA2D_DisableIT_TC (DMA2D_TypeDef *DMA2Dx)
 Disable Transfer Complete Interrupt.
__STATIC_INLINE void LL_DMA2D_DisableIT_TE (DMA2D_TypeDef *DMA2Dx)
 Disable Transfer Error Interrupt.
__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_CE (DMA2D_TypeDef *DMA2Dx)
 Check if the DMA2D Configuration Error interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_CTC (DMA2D_TypeDef *DMA2Dx)
 Check if the DMA2D CLUT Transfer Complete interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_CAE (DMA2D_TypeDef *DMA2Dx)
 Check if the DMA2D CLUT Access Error interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_TW (DMA2D_TypeDef *DMA2Dx)
 Check if the DMA2D Transfer Watermark interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_TC (DMA2D_TypeDef *DMA2Dx)
 Check if the DMA2D Transfer Complete interrupt source is enabled or disabled.
__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_TE (DMA2D_TypeDef *DMA2Dx)
 Check if the DMA2D Transfer Error interrupt source is enabled or disabled.

Function Documentation

__STATIC_INLINE void LL_DMA2D_DisableIT_CAE ( DMA2D_TypeDef *  DMA2Dx)

Disable CLUT Access Error Interrupt.

Reference Manual to LL API cross reference:
CR CAEIE LL_DMA2D_DisableIT_CAE
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1697 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_DisableIT_CE ( DMA2D_TypeDef *  DMA2Dx)

Disable Configuration Error Interrupt.

Reference Manual to LL API cross reference:
CR CEIE LL_DMA2D_DisableIT_CE
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1675 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_DisableIT_CTC ( DMA2D_TypeDef *  DMA2Dx)

Disable CLUT Transfer Complete Interrupt.

Reference Manual to LL API cross reference:
CR CTCIE LL_DMA2D_DisableIT_CTC
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1686 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_DisableIT_TC ( DMA2D_TypeDef *  DMA2Dx)

Disable Transfer Complete Interrupt.

Reference Manual to LL API cross reference:
CR TCIE LL_DMA2D_DisableIT_TC
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1719 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_DisableIT_TE ( DMA2D_TypeDef *  DMA2Dx)

Disable Transfer Error Interrupt.

Reference Manual to LL API cross reference:
CR TEIE LL_DMA2D_DisableIT_TE
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1730 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_DisableIT_TW ( DMA2D_TypeDef *  DMA2Dx)

Disable Transfer Watermark Interrupt.

Reference Manual to LL API cross reference:
CR TWIE LL_DMA2D_DisableIT_TW
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1708 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_EnableIT_CAE ( DMA2D_TypeDef *  DMA2Dx)

Enable CLUT Access Error Interrupt.

Reference Manual to LL API cross reference:
CR CAEIE LL_DMA2D_EnableIT_CAE
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1631 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_EnableIT_CE ( DMA2D_TypeDef *  DMA2Dx)

Enable Configuration Error Interrupt.

Reference Manual to LL API cross reference:
CR CEIE LL_DMA2D_EnableIT_CE
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1609 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_EnableIT_CTC ( DMA2D_TypeDef *  DMA2Dx)

Enable CLUT Transfer Complete Interrupt.

Reference Manual to LL API cross reference:
CR CTCIE LL_DMA2D_EnableIT_CTC
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1620 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_EnableIT_TC ( DMA2D_TypeDef *  DMA2Dx)

Enable Transfer Complete Interrupt.

Reference Manual to LL API cross reference:
CR TCIE LL_DMA2D_EnableIT_TC
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1653 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_EnableIT_TE ( DMA2D_TypeDef *  DMA2Dx)

Enable Transfer Error Interrupt.

Reference Manual to LL API cross reference:
CR TEIE LL_DMA2D_EnableIT_TE
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1664 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE void LL_DMA2D_EnableIT_TW ( DMA2D_TypeDef *  DMA2Dx)

Enable Transfer Watermark Interrupt.

Reference Manual to LL API cross reference:
CR TWIE LL_DMA2D_EnableIT_TW
Parameters:
DMA2DxDMA2D Instance
Return values:
None

Definition at line 1642 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_CAE ( DMA2D_TypeDef *  DMA2Dx)

Check if the DMA2D CLUT Access Error interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CR CAEIE LL_DMA2D_IsEnabledIT_CAE
Parameters:
DMA2DxDMA2D Instance
Return values:
Stateof bit (1 or 0).

Definition at line 1763 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_CE ( DMA2D_TypeDef *  DMA2Dx)

Check if the DMA2D Configuration Error interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CR CEIE LL_DMA2D_IsEnabledIT_CE
Parameters:
DMA2DxDMA2D Instance
Return values:
Stateof bit (1 or 0).

Definition at line 1741 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_CTC ( DMA2D_TypeDef *  DMA2Dx)

Check if the DMA2D CLUT Transfer Complete interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CR CTCIE LL_DMA2D_IsEnabledIT_CTC
Parameters:
DMA2DxDMA2D Instance
Return values:
Stateof bit (1 or 0).

Definition at line 1752 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_TC ( DMA2D_TypeDef *  DMA2Dx)

Check if the DMA2D Transfer Complete interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CR TCIE LL_DMA2D_IsEnabledIT_TC
Parameters:
DMA2DxDMA2D Instance
Return values:
Stateof bit (1 or 0).

Definition at line 1785 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_TE ( DMA2D_TypeDef *  DMA2Dx)

Check if the DMA2D Transfer Error interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CR TEIE LL_DMA2D_IsEnabledIT_TE
Parameters:
DMA2DxDMA2D Instance
Return values:
Stateof bit (1 or 0).

Definition at line 1796 of file stm32f4xx_ll_dma2d.h.

__STATIC_INLINE uint32_t LL_DMA2D_IsEnabledIT_TW ( DMA2D_TypeDef *  DMA2Dx)

Check if the DMA2D Transfer Watermark interrupt source is enabled or disabled.

Reference Manual to LL API cross reference:
CR TWIE LL_DMA2D_IsEnabledIT_TW
Parameters:
DMA2DxDMA2D Instance
Return values:
Stateof bit (1 or 0).

Definition at line 1774 of file stm32f4xx_ll_dma2d.h.