STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
DMA Error Code. More...
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 |
DMA Error Code.
#define HAL_DMA_ERROR_NONE 0x00000000U |
#include <stm32f4xx_hal_dma.h>
No error
Definition at line 185 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_DeInit(), HAL_DMA_Init(), HAL_DMA_IRQHandler(), HAL_DMA_PollForTransfer(), HAL_DMA_Start(), HAL_DMA_Start_IT(), and HAL_DMAEx_MultiBufferStart_IT().
#define HAL_DMA_ERROR_TE 0x00000001U |
#include <stm32f4xx_hal_dma.h>
Transfer error
Definition at line 186 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_IRQHandler(), HAL_DMA_PollForTransfer(), MMC_DMAError(), SAI_DMAError(), and SD_DMAError().
#define HAL_DMA_ERROR_FE 0x00000002U |
#include <stm32f4xx_hal_dma.h>
FIFO error
Definition at line 187 of file stm32f4xx_hal_dma.h.
Referenced by DCMI_DMAError(), FMPI2C_DMAError(), HAL_DMA_IRQHandler(), HAL_DMA_PollForTransfer(), I2C_DMAError(), MMC_DMAError(), and SD_DMAError().
#define HAL_DMA_ERROR_DME 0x00000004U |
#include <stm32f4xx_hal_dma.h>
Direct Mode error
Definition at line 188 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_IRQHandler(), and HAL_DMA_PollForTransfer().
#define HAL_DMA_ERROR_TIMEOUT 0x00000020U |
#include <stm32f4xx_hal_dma.h>
Timeout error
Definition at line 189 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Abort(), HAL_DMA_Init(), HAL_DMA_PollForTransfer(), HAL_UART_Abort(), HAL_UART_AbortReceive(), and HAL_UART_AbortTransmit().
#define HAL_DMA_ERROR_PARAM 0x00000040U |
#include <stm32f4xx_hal_dma.h>
Parameter error
Definition at line 190 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init(), and HAL_DMAEx_MultiBufferStart_IT().
#define HAL_DMA_ERROR_NO_XFER 0x00000080U |
#include <stm32f4xx_hal_dma.h>
Abort requested with no Xfer ongoing
Definition at line 191 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Abort(), HAL_DMA_Abort_IT(), HAL_DMA_PollForTransfer(), HAL_SAI_Abort(), and HAL_SAI_DMAStop().
#define HAL_DMA_ERROR_NOT_SUPPORTED 0x00000100U |
#include <stm32f4xx_hal_dma.h>
Not supported mode
Definition at line 192 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_PollForTransfer(), HAL_DMAEx_MultiBufferStart(), and HAL_DMAEx_MultiBufferStart_IT().