Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
typedef struct _SD_DATA_TRANSFER_CLOCKS {ULONGReadClocks;
ULONGWriteClocks;
} 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
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
See Also
Secure Digital Card Driver Structures
Send Feedback on this topic to the authors