次の方法で共有


SD_DATA_TRANSFER_CLOCKS (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.