STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches

DMA Error Code. More...

Collaboration diagram for DMA Error Code:

Macros

#define HAL_DMA_ERROR_NONE   0x00000000U
#define HAL_DMA_ERROR_TE   0x00000001U
#define HAL_DMA_ERROR_FE   0x00000002U
#define HAL_DMA_ERROR_DME   0x00000004U
#define HAL_DMA_ERROR_TIMEOUT   0x00000020U
#define HAL_DMA_ERROR_PARAM   0x00000040U
#define HAL_DMA_ERROR_NO_XFER   0x00000080U
#define HAL_DMA_ERROR_NOT_SUPPORTED   0x00000100U

Detailed Description

DMA Error Code.

Macro Definition Documentation

◆ HAL_DMA_ERROR_DME

#define HAL_DMA_ERROR_DME   0x00000004U

Direct Mode error

Definition at line 188 of file stm32f4xx_hal_dma.h.

◆ HAL_DMA_ERROR_FE

#define HAL_DMA_ERROR_FE   0x00000002U

FIFO error

Definition at line 187 of file stm32f4xx_hal_dma.h.

◆ HAL_DMA_ERROR_NO_XFER

#define HAL_DMA_ERROR_NO_XFER   0x00000080U

Abort requested with no Xfer ongoing

Definition at line 191 of file stm32f4xx_hal_dma.h.

◆ HAL_DMA_ERROR_NONE

#define HAL_DMA_ERROR_NONE   0x00000000U

No error

Definition at line 185 of file stm32f4xx_hal_dma.h.

◆ HAL_DMA_ERROR_NOT_SUPPORTED

#define HAL_DMA_ERROR_NOT_SUPPORTED   0x00000100U

Not supported mode

Definition at line 192 of file stm32f4xx_hal_dma.h.

◆ HAL_DMA_ERROR_PARAM

#define HAL_DMA_ERROR_PARAM   0x00000040U

Parameter error

Definition at line 190 of file stm32f4xx_hal_dma.h.

◆ HAL_DMA_ERROR_TE

#define HAL_DMA_ERROR_TE   0x00000001U

Transfer error

Definition at line 186 of file stm32f4xx_hal_dma.h.

◆ HAL_DMA_ERROR_TIMEOUT

#define HAL_DMA_ERROR_TIMEOUT   0x00000020U

Timeout error

Definition at line 189 of file stm32f4xx_hal_dma.h.