1.25.19.22 SDMMC_SPEED_MODE Enum

C

typedef enum
{
    // SDMMC speed normal
    SDMMC_SPEED_MODE_NORMAL = 0,
	
    // SDMMC speed high speed
    SDMMC_SPEED_MODE_HIGH
    
} SDMMC_SPEED_MODE;

Summary

The enumeration lists the SDMMC speed modes supported by the PLIB

Description

The enumeration is used to identify the speed mode to set using the SDMMCx_SpeedModeSet PLIB

Remarks

None.