Prusa MINI Firmware overview
|
#include <masstorage.h>
|
| CommandBlockWrapper () |
|
| CommandBlockWrapper (uint32_t tag, uint32_t xflen, uint8_t flgs, uint8_t lu, uint8_t cmdlen, uint8_t cmd) |
|
| CommandBlockWrapper (uint32_t tag, uint32_t xflen, CDB6_t *cdb, uint8_t dir) |
|
| CommandBlockWrapper (uint32_t tag, uint32_t xflen, CDB10_t *cdb, uint8_t dir) |
|
Public Member Functions inherited from CommandBlockWrapperBase |
| CommandBlockWrapperBase () |
|
| CommandBlockWrapperBase (uint32_t tag, uint32_t xflen, uint8_t flgs) |
|
◆ CommandBlockWrapper() [1/4]
CommandBlockWrapper::CommandBlockWrapper |
( |
| ) |
|
411 for (
int i = 0;
i < 16;
i++)
CBWCB[
i] = 0;
◆ CommandBlockWrapper() [2/4]
419 for (
int i = 0;
i < 16;
i++)
CBWCB[
i] = 0;
◆ CommandBlockWrapper() [3/4]
CommandBlockWrapper::CommandBlockWrapper |
( |
uint32_t |
tag, |
|
|
uint32_t |
xflen, |
|
|
CDB6_t * |
cdb, |
|
|
uint8_t |
dir |
|
) |
| |
432 memcpy(&
CBWCB, cdb, 6);
◆ CommandBlockWrapper() [4/4]
CommandBlockWrapper::CommandBlockWrapper |
( |
uint32_t |
tag, |
|
|
uint32_t |
xflen, |
|
|
CDB10_t * |
cdb, |
|
|
uint8_t |
dir |
|
) |
| |
439 memcpy(&
CBWCB, cdb, 10);
◆ bmCBWLUN
uint8_t CommandBlockWrapper::bmCBWLUN |
◆ bmReserved1
uint8_t CommandBlockWrapper::bmReserved1 |
◆ @35
◆ bmCBWCBLength
uint8_t CommandBlockWrapper::bmCBWCBLength |
◆ bmReserved2
uint8_t CommandBlockWrapper::bmReserved2 |
◆ @37
◆ CBWCB
uint8_t CommandBlockWrapper::CBWCB[16] |
uint8_t CBWCB[16]
Definition: masstorage.h:404
unsigned LUN
Definition: masstorage.h:233
uint8_t i
Definition: screen_test_graph.c:72
uint8_t bmReserved1
Definition: masstorage.h:396
Definition: masstorage.h:192
CommandBlockWrapperBase()
Definition: masstorage.h:384
uint8_t bmCBWLUN
Definition: masstorage.h:395
uint8_t bmReserved2
Definition: masstorage.h:401
unsigned LUN
Definition: masstorage.h:196
uint8_t bmCBWCBLength
Definition: masstorage.h:400
unsigned LUN
Definition: masstorage.h:207