USB Host Shield 2.0
|
#include <masstorage.h>
Public Member Functions | |
CommandBlockWrapperBase () | |
CommandBlockWrapperBase (uint32_t tag, uint32_t xflen, uint8_t flgs) | |
Public Attributes | |
uint32_t | dCBWSignature |
uint32_t | dCBWTag |
uint32_t | dCBWDataTransferLength |
uint8_t | bmCBWFlags |
Definition at line 353 of file masstorage.h.
|
inline |
Definition at line 360 of file masstorage.h.
|
inline |
Definition at line 363 of file masstorage.h.
uint32_t CommandBlockWrapperBase::dCBWSignature |
Definition at line 354 of file masstorage.h.
uint32_t CommandBlockWrapperBase::dCBWTag |
Definition at line 355 of file masstorage.h.
uint32_t CommandBlockWrapperBase::dCBWDataTransferLength |
Definition at line 356 of file masstorage.h.
uint8_t CommandBlockWrapperBase::bmCBWFlags |
Definition at line 357 of file masstorage.h.