APM:Libraries
|
#include <usbd_msc_scsi.h>
Public Attributes | |
char | Skey |
union { | |
struct _ASCs { | |
char ASC | |
char ASCQ | |
} b | |
unsigned int ASC | |
char * pData | |
} | w |
Definition at line 138 of file usbd_msc_scsi.h.
char _SENSE_ITEM::ASC |
Definition at line 142 of file usbd_msc_scsi.h.
Referenced by SCSI_SenseCode().
unsigned int _SENSE_ITEM::ASC |
Definition at line 145 of file usbd_msc_scsi.h.
char _SENSE_ITEM::ASCQ |
Definition at line 143 of file usbd_msc_scsi.h.
struct { ... } ::_ASCs _SENSE_ITEM::b |
Referenced by SCSI_RequestSense().
char* _SENSE_ITEM::pData |
Definition at line 146 of file usbd_msc_scsi.h.
char _SENSE_ITEM::Skey |
Definition at line 139 of file usbd_msc_scsi.h.
Referenced by SCSI_RequestSense(), and SCSI_SenseCode().
union { ... } _SENSE_ITEM::w |
Referenced by SCSI_RequestSense(), and SCSI_SenseCode().