_SENSE_ITEM is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

_SENSE_ITEM struct

Syntax

typedef struct _SENSE_ITEM {   uint8_t Skey;   union   {     struct _ASCs     {       uint8_t ASC;       uint8_t ASCQ;     } b;     uint8_t ASC;     uint8_t *pData;   } w; } USBD_SCSI_SenseTypeDef;

Fields

Skey

No summary provided. Read more...

w

No summary provided. Read more...