2.106.24 SDMMC_RESET_TYPE Enum
C
typedef enum
{
// Reset all errors
SDMMC_RESET_ALL = 0x01,
// Reset command errors
SDMMC_RESET_CMD = 0x02,
// Reset data errors
SDMMC_RESET_DAT = 0x04
} SDMMC_RESET_TYPE;
Summary
The enumeration lists error type to reset.
Description
The enumeration is used to select the error type to reset and is passed as an argument to the SDMMCx_ErrorReset() API
Remarks
None.
