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

HAL_DMA_ERROR_NONE macro

No error

Syntax

#define HAL_DMA_ERROR_NONE 0x00000000U

References

LocationText
stm32f4xx_hal_dma.h:185
#define HAL_DMA_ERROR_NONE 0x00000000U /*!< No error */
stm32f4xx_hal_dma.c:295
hdma->ErrorCode = HAL_DMA_ERROR_NONE;
stm32f4xx_hal_dma.c:365
hdma->ErrorCode = HAL_DMA_ERROR_NONE;
stm32f4xx_hal_dma.c:423
hdma->ErrorCode = HAL_DMA_ERROR_NONE;
stm32f4xx_hal_dma.c:470
hdma->ErrorCode = HAL_DMA_ERROR_NONE;
stm32f4xx_hal_dma.c:701
if(hdma->ErrorCode != HAL_DMA_ERROR_NONE)
stm32f4xx_hal_dma.c:924
if(hdma->ErrorCode != HAL_DMA_ERROR_NONE)
stm32f4xx_hal_dma_ex.c:184
hdma->ErrorCode = HAL_DMA_ERROR_NONE;