1.2.20.1 1.9.18.1 1.25.19.1 1.26.17.1 1.27.19.1 1.28.22.1 SDMMCx_SpeedModeSet Function
C
/* x = SDMMC instance number */ void SDMMCx_SpeedModeSet ( SDMMC_SPEED_MODE speedMode )
Summary
Sets the bus speed.
Description
Sets the bus speed to either high speed or default speed.
Precondition
SDMMCx_Initialize() must have been called first for the associated instance.
Parameters
Param | Description |
---|---|
speedMode | Enumeration of SDMMC_SPEED_MODE type identifying the speed mode to set |
Returns
None.
Example
SDMMC1_SpeedModeSet(SDMMC_SPEED_MODE_HIGH);
Remarks
None.