#include <UHS_BULK_STORAGE.h>
|
| UHS_BULK_CommandBlockWrapper () |
|
| UHS_BULK_CommandBlockWrapper (uint32_t tag, uint32_t xflen, uint8_t flgs, uint8_t lu, uint8_t cmdlen, uint8_t cmd) |
|
| UHS_BULK_CommandBlockWrapper (uint32_t tag, uint32_t xflen, SCSI_CDB6_t *cdb, uint8_t dir) |
|
| UHS_BULK_CommandBlockWrapper (uint32_t tag, uint32_t xflen, SCSI_CDB10_t *cdb, uint8_t dir) |
|
Public Member Functions inherited from UHS_BULK_CommandBlockWrapperBase |
| UHS_BULK_CommandBlockWrapperBase () |
|
| UHS_BULK_CommandBlockWrapperBase (uint32_t tag, uint32_t xflen, uint8_t flgs) |
|
◆ UHS_BULK_CommandBlockWrapper() [1/4]
UHS_BULK_CommandBlockWrapper::UHS_BULK_CommandBlockWrapper |
( |
| ) |
|
128 for(
int i = 0;
i < 16;
i++)
CBWCB[
i] = 0;
◆ UHS_BULK_CommandBlockWrapper() [2/4]
UHS_BULK_CommandBlockWrapper::UHS_BULK_CommandBlockWrapper |
( |
uint32_t |
tag, |
|
|
uint32_t |
xflen, |
|
|
uint8_t |
flgs, |
|
|
uint8_t |
lu, |
|
|
uint8_t |
cmdlen, |
|
|
uint8_t |
cmd |
|
) |
| |
136 for(
int i = 0;
i < 16;
i++)
CBWCB[
i] = 0;
◆ UHS_BULK_CommandBlockWrapper() [3/4]
UHS_BULK_CommandBlockWrapper::UHS_BULK_CommandBlockWrapper |
( |
uint32_t |
tag, |
|
|
uint32_t |
xflen, |
|
|
SCSI_CDB6_t * |
cdb, |
|
|
uint8_t |
dir |
|
) |
| |
146 memcpy(&
CBWCB, cdb, 6);
◆ UHS_BULK_CommandBlockWrapper() [4/4]
UHS_BULK_CommandBlockWrapper::UHS_BULK_CommandBlockWrapper |
( |
uint32_t |
tag, |
|
|
uint32_t |
xflen, |
|
|
SCSI_CDB10_t * |
cdb, |
|
|
uint8_t |
dir |
|
) |
| |
153 memcpy(&
CBWCB, cdb, 10);
◆ bmCBWLUN
uint8_t UHS_BULK_CommandBlockWrapper::bmCBWLUN |
◆ bmReserved1
uint8_t UHS_BULK_CommandBlockWrapper::bmReserved1 |
◆ @47
◆ bmCBWCBLength
uint8_t UHS_BULK_CommandBlockWrapper::bmCBWCBLength |
◆ bmReserved2
uint8_t UHS_BULK_CommandBlockWrapper::bmReserved2 |
◆ @49
◆ CBWCB
uint8_t UHS_BULK_CommandBlockWrapper::CBWCB[16] |