My Project
Loading...
Searching...
No Matches

Macros

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

Detailed Description

Macro Definition Documentation

◆ HAL_DMA_ERROR_NO_XFER

#define HAL_DMA_ERROR_NO_XFER   (0x00000004U)

no ongoin transfer

◆ HAL_DMA_ERROR_NONE

#define HAL_DMA_ERROR_NONE   (0x00000000U)

No error

◆ HAL_DMA_ERROR_NOT_SUPPORTED

#define HAL_DMA_ERROR_NOT_SUPPORTED   (0x00000100U)

Not supported mode

◆ HAL_DMA_ERROR_TE

#define HAL_DMA_ERROR_TE   (0x00000001U)

Transfer error

◆ HAL_DMA_ERROR_TIMEOUT

#define HAL_DMA_ERROR_TIMEOUT   (0x00000020U)

Timeout error