Partager via


SD_IO_FUNCTION_ENABLE_INFO (Compact 2013)

3/26/2014

This structure contains information to control the enabling of a secure digital input output (SDIO) device function. This structure is used as a parameter to the SDSetCardFeature function.

Syntax

typedef struct _SD_IO_FUNCTION_ENABLE_INFO {
  ULONG ReadyRetryCount;
  ULONG Interval;
} SD_IO_FUNCTION_ENABLE_INFO, *PSD_IO_FUNCTION_ENABLE_INFO

Members

  • ReadyRetryCount
    Maximum number of retry attempts to check the status of the function ready bit.
  • Interval
    Interval between retry attempts, in milliseconds.

Requirements

Header

sdcardddk.h

See Also

Reference

Secure Digital (SD) Card Driver Structures
SDSetCardFeature