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

HAL_DMA_ERROR_PARAM macro

Parameter error

Syntax

#define HAL_DMA_ERROR_PARAM 0x00000040U

References

LocationText
stm32f4xx_hal_dma.h:190
#define HAL_DMA_ERROR_PARAM 0x00000040U /*!< Parameter error */
stm32f4xx_hal_dma.c:274
hdma->ErrorCode = HAL_DMA_ERROR_PARAM;
stm32f4xx_hal_dma_ex.c:171
hdma->ErrorCode = HAL_DMA_ERROR_PARAM;