1.34.6.1 HSMCI_SpeedModeSet Function
C
void HSMCI_SpeedModeSet ( HSMCI_SPEED_MODE speedMode )
Summary
Sets the bus speed.
Description
Sets the bus speed as specified by the HSMCI_SPEED_MODE enum
Precondition
HSMCI_Initialize() must have been called first.
Parameters
Param | Description |
---|---|
speedMode | Enumeration of HSMCI_SPEED_MODE type identifying the speed mode |
Returns
None.
Example
HSMCI_SpeedModeSet(HSMCI_SPEED_MODE_HIGH);
Remarks
None.