APM:Libraries
|
#include <usbd_msc_bot.h>
Public Attributes | |
uint32_t | dSignature |
uint32_t | dTag |
uint32_t | dDataResidue |
uint8_t | bStatus |
Definition at line 98 of file usbd_msc_bot.h.
uint8_t _MSC_BOT_CSW::bStatus |
Definition at line 103 of file usbd_msc_bot.h.
Referenced by MSC_BOT_SendCSW(), and MSC_BOT_SendData().
uint32_t _MSC_BOT_CSW::dDataResidue |
Definition at line 102 of file usbd_msc_bot.h.
Referenced by MSC_BOT_CBW_Decode(), MSC_BOT_SendData(), SCSI_ProcessRead(), and SCSI_ProcessWrite().
uint32_t _MSC_BOT_CSW::dSignature |
Definition at line 100 of file usbd_msc_bot.h.
Referenced by MSC_BOT_SendCSW().
uint32_t _MSC_BOT_CSW::dTag |
Definition at line 101 of file usbd_msc_bot.h.
Referenced by MSC_BOT_CBW_Decode().