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

HAL_SD_ERROR_BUSY macro

Error when transfer process is busy

Syntax

#define HAL_SD_ERROR_BUSY SDMMC_ERROR_BUSY

References

LocationText
stm32f4xx_hal_sd.h:327
#define HAL_SD_ERROR_BUSY SDMMC_ERROR_BUSY /*!< Error when transfer process is busy */
stm32f4xx_hal_sd.c:772
hsd->ErrorCode |= HAL_SD_ERROR_BUSY;
stm32f4xx_hal_sd.c:963
hsd->ErrorCode |= HAL_SD_ERROR_BUSY;