1.22.24.1 1.32.25.1 SDHCx_SpeedModeSet Function
C
/* x = SDHC instance number (x is applicable only on devices with more than one instances of SDHC) */ void SDHCx_SpeedModeSet ( SDHC_SPEED_MODE speedMode )
Summary
Sets the bus speed
Description
Sets the bus speed to either high speed or default speed.
Precondition
SDHCx_Initialize() must have been called first for the associated instance.
Parameters
Param | Description |
---|---|
speedMode | Enumeration identifying bus speed mode |
Returns
None.
Example
SDHC1_SpeedModeSet(SDHC_SPEED_MODE_HIGH);
Remarks
None.