Share via


SD_TRANSFER_CLASS (Compact 2013)

3/26/2014

This enumerated type specifies whether a bus request will read data, write data, or send a command to a secure digital (SD) card.

Syntax

typedef enum {
  SD_READ,
  SD_WRITE,
  SD_COMMAND
} SD_TRANSFER_CLASS;

Elements

  • SD_READ
    Specifies that the bus request will read data.
  • SD_WRITE
    Specifies that the bus request will write data.
  • SD_COMMAND
    Specifies that the bus request will send a command to an SD card.

Requirements

Header

sdcardddk.h

See Also

Reference

Secure Digital (SD) Card Driver Enumerations