![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
DMA Error Code. More...
Macros | |
#define | HAL_DMA_ERROR_NONE ((uint32_t)0x00000000U) |
#define | HAL_DMA_ERROR_TE ((uint32_t)0x00000001U) |
#define | HAL_DMA_ERROR_FE ((uint32_t)0x00000002U) |
#define | HAL_DMA_ERROR_DME ((uint32_t)0x00000004U) |
#define | HAL_DMA_ERROR_TIMEOUT ((uint32_t)0x00000020U) |
#define | HAL_DMA_ERROR_PARAM ((uint32_t)0x00000040U) |
#define | HAL_DMA_ERROR_NO_XFER ((uint32_t)0x00000080U) |
#define | HAL_DMA_ERROR_NOT_SUPPORTED ((uint32_t)0x00000100U) |
DMA Error Code.
#define HAL_DMA_ERROR_DME ((uint32_t)0x00000004U) |
Direct Mode error
Definition at line 207 of file stm32f7xx_hal_dma.h.
#define HAL_DMA_ERROR_FE ((uint32_t)0x00000002U) |
FIFO error
Definition at line 206 of file stm32f7xx_hal_dma.h.
#define HAL_DMA_ERROR_NO_XFER ((uint32_t)0x00000080U) |
Abort requested with no Xfer ongoing
Definition at line 210 of file stm32f7xx_hal_dma.h.
#define HAL_DMA_ERROR_NONE ((uint32_t)0x00000000U) |
No error
Definition at line 204 of file stm32f7xx_hal_dma.h.
#define HAL_DMA_ERROR_NOT_SUPPORTED ((uint32_t)0x00000100U) |
Not supported mode
Definition at line 211 of file stm32f7xx_hal_dma.h.
#define HAL_DMA_ERROR_PARAM ((uint32_t)0x00000040U) |
Parameter error
Definition at line 209 of file stm32f7xx_hal_dma.h.
#define HAL_DMA_ERROR_TE ((uint32_t)0x00000001U) |
Transfer error
Definition at line 205 of file stm32f7xx_hal_dma.h.
#define HAL_DMA_ERROR_TIMEOUT ((uint32_t)0x00000020U) |
Timeout error
Definition at line 208 of file stm32f7xx_hal_dma.h.