1.2.20.9 1.9.18.9 1.25.19.9 1.26.17.9 1.27.19.9 1.28.22.9 SDMMCx_ErrorReset Function
C
/* x = SDMMC instance number */ void SDMMCx_ErrorReset ( SDMMC_RESET_TYPE resetType )
Summary
Resets errors as specified by the resetType
Description
Resets errors as specified by the resetType
Precondition
SDMMCx_Initialize() must have been called first for the associated instance.
Parameters
Param | Description |
---|---|
resetType | Type of error to reset |
Returns
None.
Example
SDMMCx_ErrorReset(SDMMC_RESET_ALL);
Remarks
None.