SD_DATA_TRANSFER_CLOCKS (Windows Embedded CE 6.0)
1/6/2010
This structure is used to set data transfer clock timeouts of a device for read and write data transfers. This structure applies to the SD_SET_DATA_TRANSFER_CLOCKS card feature of the SDSetCardFeature function.
Syntax
typedef struct _SD_DATA_TRANSFER_CLOCKS {
ULONG ReadClocks;
ULONG WriteClocks;
} SD_DATA_TRANSFER_TRANSFER_CLOCKS, *PSD_DATA_TRANSFER_CLOCKS;
Members
- ReadClocks
Worst-case number of read clocks before read data is sent.
- WriteClocks
Number of clocks that the busy signal can remain asserted.
Requirements
Header | sdcardddk.h |
Windows Embedded CE | Windows CE 5.0 and later |