Share via


SD_INTERFACE_MODE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumerated type describes the physical interface to an SD card.

Syntax

typedef enum {
  SD_INTERFACE_SD_MMC_1BIT,
  SD_INTERFACE_SD_4BIT
} SD_INTERFACE_MODE;

Elements

  • SD_INTERFACE_SD_MMC_1BIT
    The SD card is connected by a 1-bit physical interface.
  • SD_INTERFACE_SD_4BIT
    The SD card is connected by a 4-bit physical interface.

Requirements

Header sdcardddk.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Secure Digital Card Driver Enumerations