1.2.20.23 1.9.18.23 1.25.19.23 1.26.17.23 1.27.19.23 1.28.22.23 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.