STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for DMA2D Error Code:

Macros

#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
 

Detailed Description

Macro Definition Documentation

◆ HAL_DMA2D_ERROR_NONE

#define HAL_DMA2D_ERROR_NONE   0x00000000U

#include <stm32f4xx_hal_dma2d.h>

No error

Definition at line 176 of file stm32f4xx_hal_dma2d.h.

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

◆ HAL_DMA2D_ERROR_TE

#define HAL_DMA2D_ERROR_TE   0x00000001U

#include <stm32f4xx_hal_dma2d.h>

Transfer error

Definition at line 177 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().

◆ HAL_DMA2D_ERROR_CE

#define HAL_DMA2D_ERROR_CE   0x00000002U

#include <stm32f4xx_hal_dma2d.h>

Configuration error

Definition at line 178 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().

◆ HAL_DMA2D_ERROR_CAE

#define HAL_DMA2D_ERROR_CAE   0x00000004U

#include <stm32f4xx_hal_dma2d.h>

CLUT access error

Definition at line 179 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().

◆ HAL_DMA2D_ERROR_TIMEOUT

#define HAL_DMA2D_ERROR_TIMEOUT   0x00000020U