Macros

#define HAL_DMA_ERROR_NONE   ((uint32_t)0x00000000U)
 
#define HAL_DMA_ERROR_TE   ((uint32_t)0x00000001U)
 
#define HAL_DMA_ERROR_NO_XFER   ((uint32_t)0x00000004U)
 
#define HAL_DMA_ERROR_TIMEOUT   ((uint32_t)0x00000020U)
 

Detailed Description

Macro Definition Documentation

◆ HAL_DMA_ERROR_NO_XFER

#define HAL_DMA_ERROR_NO_XFER   ((uint32_t)0x00000004U)

no ongoing transfer

◆ HAL_DMA_ERROR_NONE

#define HAL_DMA_ERROR_NONE   ((uint32_t)0x00000000U)

No error

◆ HAL_DMA_ERROR_TE

#define HAL_DMA_ERROR_TE   ((uint32_t)0x00000001U)

Transfer error

◆ HAL_DMA_ERROR_TIMEOUT

#define HAL_DMA_ERROR_TIMEOUT   ((uint32_t)0x00000020U)

Timeout error