STM32F103xB HAL User Manual
Defines
DMA Error Code
DMA Exported Constants

Defines

#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

Define Documentation

#define HAL_DMA_ERROR_NO_XFER   0x00000004U

no ongoing transfer

Definition at line 153 of file stm32f1xx_hal_dma.h.

Referenced by HAL_DMA_Abort(), HAL_DMA_Abort_IT(), and HAL_DMA_PollForTransfer().

#define HAL_DMA_ERROR_NONE   0x00000000U

No error

Definition at line 151 of file stm32f1xx_hal_dma.h.

Referenced by HAL_DMA_DeInit(), HAL_DMA_Init(), HAL_DMA_Start(), and HAL_DMA_Start_IT().

#define HAL_DMA_ERROR_NOT_SUPPORTED   0x00000100U

Not supported mode

Definition at line 155 of file stm32f1xx_hal_dma.h.

Referenced by HAL_DMA_PollForTransfer().

#define HAL_DMA_ERROR_TE   0x00000001U

Transfer error

Definition at line 152 of file stm32f1xx_hal_dma.h.

Referenced by HAL_DMA_IRQHandler(), and HAL_DMA_PollForTransfer().

#define HAL_DMA_ERROR_TIMEOUT   0x00000020U