1.2.20.22 1.9.18.22 1.25.19.22 1.26.17.22 1.27.19.22 1.28.22.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.