SD_CARD_INTERFACE (Compact 2013)
3/26/2014
This structure stores information on the physical nature of a secure digital (SD) card and its interface.
Syntax
typedef struct _SD_CARD_INTERFACE {
SD_INTERFACE_MODE InterfaceMode;
ULONG ClockRate;
BOOL WriteProtected;
} SD_CARD_INTERFACE, *PSD_CARD_INTERFACE;
Members
- InterfaceMode
Physical interface mode for an SD device.
- ClockRate
Clock rate used to communicate with the SD card, in hertz (Hz).
- WriteProtected
Indicates if the card is write-protected. This value is only necessary for SD memory cards.
Requirements
Header |
sdcardddk.h |