1.2.20.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.