STM32F439xx HAL User Manual
Defines
DMA2D Error Code
DMA2D Exported Constants

Defines

#define HAL_DMA2D_ERROR_NONE   0x00000000U
#define HAL_DMA2D_ERROR_TE   0x00000001U
#define HAL_DMA2D_ERROR_CE   0x00000002U
#define HAL_DMA2D_ERROR_CAE   0x00000004U
#define HAL_DMA2D_ERROR_TIMEOUT   0x00000020U

Define Documentation

#define HAL_DMA2D_ERROR_CAE   0x00000004U

CLUT access error

Definition at line 183 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().

#define HAL_DMA2D_ERROR_CE   0x00000002U

Configuration error

Definition at line 182 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().

#define HAL_DMA2D_ERROR_NONE   0x00000000U

No error

Definition at line 180 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_DeInit(), HAL_DMA2D_Init(), and HAL_DMA2D_IRQHandler().

#define HAL_DMA2D_ERROR_TE   0x00000001U

Transfer error

Definition at line 181 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().

#define HAL_DMA2D_ERROR_TIMEOUT   0x00000020U