Status info for one BOT CBW -> Data I/O -> CSW cycle. More...
#include <msdd.h>
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. |
Status info for one BOT CBW -> Data I/O -> CSW cycle.
Definition at line 37 of file msdd.h.
uint32_t MSDD_CmdStatus_TypeDef::lba |
uint32_t MSDD_CmdStatus_TypeDef::maxBurst |
uint8_t* MSDD_CmdStatus_TypeDef::pData |
uint32_t MSDD_CmdStatus_TypeDef::xferLen |
enum { ... } MSDD_CmdStatus_TypeDef::xferType |
MSD media access type.