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

HAL_MMC_ERROR_DMA macro

Error while DMA transfer

Syntax

#define HAL_MMC_ERROR_DMA SDMMC_ERROR_DMA

References

LocationText
stm32f4xx_hal_mmc.h:307
#define HAL_MMC_ERROR_DMA SDMMC_ERROR_DMA /*!< Error while DMA transfer */
stm32f4xx_hal_mmc.c:1232
hmmc->ErrorCode = HAL_MMC_ERROR_DMA;
stm32f4xx_hal_mmc.c:1383
hmmc->ErrorCode |= HAL_MMC_ERROR_DMA;
stm32f4xx_hal_mmc.c:2437
hmmc->ErrorCode |= HAL_MMC_ERROR_DMA;
stm32f4xx_hal_mmc.c:2445
hmmc->ErrorCode |= HAL_MMC_ERROR_DMA;
stm32f4xx_hal_mmc.c:2628
hmmc->ErrorCode |= HAL_MMC_ERROR_DMA;