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

HAL_SD_ERROR_DMA macro

Error while DMA transfer

Syntax

#define HAL_SD_ERROR_DMA SDMMC_ERROR_DMA

References

LocationText
stm32f4xx_hal_sd.h:328
#define HAL_SD_ERROR_DMA SDMMC_ERROR_DMA /*!< Error while DMA transfer */
stm32f4xx_hal_sd.c:1225
hsd->ErrorCode |= HAL_SD_ERROR_DMA;
stm32f4xx_hal_sd.c:1384
hsd->ErrorCode |= HAL_SD_ERROR_DMA;
stm32f4xx_hal_sd.c:2374
hsd->ErrorCode |= HAL_SD_ERROR_DMA;
stm32f4xx_hal_sd.c:2382
hsd->ErrorCode |= HAL_SD_ERROR_DMA;
stm32f4xx_hal_sd.c:2576
hsd->ErrorCode |= HAL_SD_ERROR_DMA;