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

HAL_MMC_ERROR_BUSY macro

Error when transfer process is busy

Syntax

#define HAL_MMC_ERROR_BUSY SDMMC_ERROR_BUSY

References

LocationText
stm32f4xx_hal_mmc.h:306
#define HAL_MMC_ERROR_BUSY SDMMC_ERROR_BUSY /*!< Error when transfer process is busy */
stm32f4xx_hal_mmc.c:788
hmmc->ErrorCode |= HAL_MMC_ERROR_BUSY;
stm32f4xx_hal_mmc.c:966
hmmc->ErrorCode |= HAL_MMC_ERROR_BUSY;