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

HAL_DMA_ERROR_TIMEOUT macro

Timeout error

Syntax

#define HAL_DMA_ERROR_TIMEOUT 0x00000020U

References

LocationText
stm32f4xx_hal_dma.h:189
#define HAL_DMA_ERROR_TIMEOUT 0x00000020U /*!< Timeout error */
stm32f4xx_hal_dma.c:218
hdma->ErrorCode = HAL_DMA_ERROR_TIMEOUT;
stm32f4xx_hal_dma.c:550
hdma->ErrorCode = HAL_DMA_ERROR_TIMEOUT;
stm32f4xx_hal_dma.c:658
hdma->ErrorCode = HAL_DMA_ERROR_TIMEOUT;
stm32f4xx_hal_uart.c:1885
if (HAL_DMA_GetError(huart->hdmatx) == HAL_DMA_ERROR_TIMEOUT)
stm32f4xx_hal_uart.c:1910
if (HAL_DMA_GetError(huart->hdmarx) == HAL_DMA_ERROR_TIMEOUT)
stm32f4xx_hal_uart.c:1967
if (HAL_DMA_GetError(huart->hdmatx) == HAL_DMA_ERROR_TIMEOUT)
stm32f4xx_hal_uart.c:2025
if (HAL_DMA_GetError(huart->hdmarx) == HAL_DMA_ERROR_TIMEOUT)