HAL
HAL_DMA_ERROR_DME is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_DMA_ERROR_DME macro

Direct Mode error

Syntax

#define HAL_DMA_ERROR_DME 0x00000004U

References

LocationText
stm32f4xx_hal_dma.h:188
#define HAL_DMA_ERROR_DME 0x00000004U /*!< Direct Mode error */
stm32f4xx_hal_dma.c:694
hdma->ErrorCode |= HAL_DMA_ERROR_DME;
stm32f4xx_hal_dma.c:793
hdma->ErrorCode |= HAL_DMA_ERROR_DME;