HAL
HAL_DMA_ERROR_NOT_SUPPORTED is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_DMA_ERROR_NOT_SUPPORTED

HAL_DMA_ERROR_NOT_SUPPORTED macro

Not supported mode

Syntax

#define HAL_DMA_ERROR_NOT_SUPPORTED 0x00000100U

References

LocationText
stm32f4xx_hal_dma.h:192
#define HAL_DMA_ERROR_NOT_SUPPORTED 0x00000100U /*!< Not supported mode */
stm32f4xx_hal_dma.c:631
hdma->ErrorCode = HAL_DMA_ERROR_NOT_SUPPORTED;
stm32f4xx_hal_dma_ex.c:110
hdma->ErrorCode = HAL_DMA_ERROR_NOT_SUPPORTED;
stm32f4xx_hal_dma_ex.c:164
hdma->ErrorCode = HAL_DMA_ERROR_NOT_SUPPORTED;