1.34.6.17 HSMCI_SPEED_MODE Enum

C

typedef enum
{
    // HSMCI speed normal
    HSMCI_SPEED_MODE_NORMAL = 0,
	
    // HSMCI speed high speed
    HSMCI_SPEED_MODE_HIGH
    
} HSMCI_SPEED_MODE;

Summary

The enumeration lists the speed mode for the HSMCI bus.

Description

The enumeration is used to identify the speed mode for the HSMCI bus in the HSMCI_SpeedModeSet() API

Remarks

None.