HAL_MMC_Abort
HAL_StatusTypeDef HAL_MMC_Abort (MMC_HandleTypeDef *
hmmc)
HAL_MMC_Abort_IT
HAL_StatusTypeDef HAL_MMC_Abort_IT
(MMC_HandleTypeDef * hmmc)
28.3 MMC Firmware driver defines
28.3.1 MMC
MMC Error status enumeration Structure definition
HAL_MMC_ERROR_CMD_CRC_FAIL
Command response received (but
CRC check failed)
HAL_MMC_ERROR_DATA_CRC_FAIL
Data block sent/received (CRC
check failed)
HAL_MMC_ERROR_CMD_RSP_TIMEOUT
HAL_MMC_ERROR_DATA_TIMEOUT
HAL_MMC_ERROR_TX_UNDERRUN
HAL_MMC_ERROR_ADDR_MISALIGNED
HAL_MMC_ERROR_BLOCK_LEN_ERR
Transferred block length is not
allowed for the card or the number
of transferred bytes does not
match the block length
HAL_MMC_ERROR_ERASE_SEQ_ERR
An error in the sequence of erase
command occurs
HAL_MMC_ERROR_BAD_ERASE_PARAM
An invalid selection for erase
groups
HAL_MMC_ERROR_WRITE_PROT_VIOLATION
Attempt to program a write protect
block
HAL_MMC_ERROR_LOCK_UNLOCK_FAILED
Sequence or password error has
been detected in unlock command
or if there was an attempt to
access a locked card
HAL_MMC_ERROR_COM_CRC_FAILED
CRC check of the previous
command failed
HAL_MMC_ERROR_ILLEGAL_CMD
Command is not legal for the card
state