EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Bulk Only Transport (BOT) Command Block Wrapper (CBW) typedef.
#include <msdbot.h>
Data Fields | |
union { | |
struct { | |
uint8_t Direction: 1 | |
uint8_t Obsolete: 1 | |
uint8_t Reserved1: 6 | |
} | |
uint8_t bmCBWFlags | |
}; | |
union { | |
struct { | |
uint8_t Lun: 4 | |
uint8_t Reserved2: 4 | |
} | |
uint8_t bCBWLUN | |
}; | |
union { | |
struct { | |
uint8_t CBLength: 5 | |
uint8_t Reserved3: 3 | |
} | |
uint8_t bCBWCBLength | |
}; | |
uint8_t | CBWCB [16] |
uint32_t | dCBWDataTransferLength |
uint32_t | dCBWSignature |
uint32_t | dCBWTag |
uint8_t MSDBOT_CBW_TypeDef::CBWCB[16] |
uint32_t MSDBOT_CBW_TypeDef::dCBWDataTransferLength |
uint32_t MSDBOT_CBW_TypeDef::dCBWSignature |
uint8_t MSDBOT_CBW_TypeDef::Direction |
BOT transfer directon, 1=BOT IN
Definition at line 63 of file msdbot.h.
Referenced by MSDBOT_Xfer().