1.22.24.9 1.32.25.9 SDHCx_ErrorReset Function
C
/* x = SDHC instance number (x is applicable only on devices with more than one instances of SDHC) */ void SDHCx_ErrorReset ( SDHC_RESET_TYPE resetType )
Summary
Resets errors as specified by the resetType
Description
Resets errors as specified by the resetType
Precondition
SDHCx_Initialize() must have been called first for the associated instance.
Parameters
Param | Description |
---|---|
resetType | Type of error to reset |
Returns
None.
Example
SDHC1_ErrorReset(SDHC_RESET_ALL);
Remarks
None.