SD_CARD_INTERFACE_EX (Windows Embedded CE 6.0)
1/6/2010
This structure stores information on the physical nature of an SD card and its interface. SD_CARD_INTERFACE_EX is the extended structure for SD_CARD_INTERFACE and is for use with version 2.0 of the Microsoft SD bus.
Syntax
typedef struct _SD_CARD_INTERFACE_EX{
SD_INTERFACE_MODE_EX InterfaceModeEx;
ULONG ClockRate;
ULONG Reserved[6];
}SD_CARD_INTERFACE_EX, *PSD_CARD_INTERFACE_EX;
Members
- InterfaceModeEx
Extended physical interface mode for an SD device.
- ClockRate
Clock rate used to communicate with the SD card, in hertz (Hz).
- Reserved[6]
A buffer of 6 ULONG values, reserved for future use. Drivers should not use this space.
Requirements
Header | sdcardddk.h |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |