APM:Libraries
|
#include <usbd_msc_bot.h>
Public Attributes | |
uint32_t | dSignature |
uint32_t | dTag |
uint32_t | dDataLength |
uint8_t | bmFlags |
uint8_t | bLUN |
uint8_t | bCBLength |
uint8_t | CB [16] |
Definition at line 85 of file usbd_msc_bot.h.
uint8_t _MSC_BOT_CBW::bCBLength |
Definition at line 92 of file usbd_msc_bot.h.
Referenced by MSC_BOT_CBW_Decode().
uint8_t _MSC_BOT_CBW::bLUN |
Definition at line 91 of file usbd_msc_bot.h.
Referenced by MSC_BOT_CBW_Decode(), MSC_BOT_DataIn(), MSC_BOT_DataOut(), SCSI_Read10(), SCSI_TestUnitReady(), and SCSI_Write10().
uint8_t _MSC_BOT_CBW::bmFlags |
Definition at line 90 of file usbd_msc_bot.h.
Referenced by MSC_BOT_Abort(), SCSI_Read10(), and SCSI_Write10().
uint8_t _MSC_BOT_CBW::CB[16] |
Definition at line 93 of file usbd_msc_bot.h.
Referenced by MSC_BOT_CBW_Decode(), MSC_BOT_DataIn(), and MSC_BOT_DataOut().
uint32_t _MSC_BOT_CBW::dDataLength |
Definition at line 89 of file usbd_msc_bot.h.
Referenced by MSC_BOT_Abort(), MSC_BOT_CBW_Decode(), MSC_BOT_SendData(), SCSI_Read10(), SCSI_TestUnitReady(), and SCSI_Write10().
uint32_t _MSC_BOT_CBW::dSignature |
Definition at line 87 of file usbd_msc_bot.h.
Referenced by MSC_BOT_CBW_Decode().
uint32_t _MSC_BOT_CBW::dTag |
Definition at line 88 of file usbd_msc_bot.h.
Referenced by MSC_BOT_CBW_Decode().