USB_Host_Shield_2.0
|
#include <masstorage.h>
Public Attributes | |
uint32_t | dCBWSignature |
uint32_t | dCBWTag |
uint32_t | dCBWDataTransferLength |
uint8_t | bmCBWFlags |
struct { | |
uint8_t bmCBWLUN: 4 | |
uint8_t bmReserved1: 4 | |
}; | |
struct { | |
uint8_t bmCBWCBLength: 4 | |
uint8_t bmReserved2: 4 | |
}; | |
uint8_t | CBWCB [16] |
Definition at line 124 of file masstorage.h.
struct { ... } |
struct { ... } |
uint8_t CommandBlockWrapper::bmCBWCBLength |
Definition at line 138 of file masstorage.h.
uint8_t CommandBlockWrapper::bmCBWFlags |
Definition at line 129 of file masstorage.h.
uint8_t CommandBlockWrapper::bmCBWLUN |
Definition at line 133 of file masstorage.h.
uint8_t CommandBlockWrapper::bmReserved1 |
Definition at line 134 of file masstorage.h.
uint8_t CommandBlockWrapper::bmReserved2 |
Definition at line 139 of file masstorage.h.
uint8_t CommandBlockWrapper::CBWCB[16] |
Definition at line 142 of file masstorage.h.
uint32_t CommandBlockWrapper::dCBWDataTransferLength |
Definition at line 128 of file masstorage.h.
uint32_t CommandBlockWrapper::dCBWSignature |
Definition at line 126 of file masstorage.h.
uint32_t CommandBlockWrapper::dCBWTag |
Definition at line 127 of file masstorage.h.