MSDD_CmdStatus_TypeDef Struct Reference
[Msd]

Status info for one BOT CBW -> Data I/O -> CSW cycle. More...

#include <msdd.h>

Collaboration diagram for MSDD_CmdStatus_TypeDef:
Collaboration graph
[legend]

Public Types

enum  {
  XFER_MEMORYMAPPED = 0,
  XFER_INDIRECT
}

Data Fields

bool valid
 True if the CBW is valid.
uint8_t direction
 Set if BOT direction is IN.
uint8_t * pData
 Media data pointer.
uint32_t lba
 SCSI Read/Write lba address.
uint32_t xferLen
 BOT transfer length.
uint32_t maxBurst
 Max length of one transfer.
enum MSDD_CmdStatus_TypeDef:: { ... }  xferType
 MSD media access type.

Detailed Description

Status info for one BOT CBW -> Data I/O -> CSW cycle.

Definition at line 39 of file msdd.h.


Field Documentation

Set if BOT direction is IN.

Definition at line 42 of file msdd.h.

SCSI Read/Write lba address.

Definition at line 44 of file msdd.h.

Max length of one transfer.

Definition at line 46 of file msdd.h.

Media data pointer.

Definition at line 43 of file msdd.h.

True if the CBW is valid.

Definition at line 41 of file msdd.h.

BOT transfer length.

Definition at line 45 of file msdd.h.

MSD media access type.


The documentation for this struct was generated from the following file: