MSDSCSI_Inquiry_TypeDef Struct ReferenceKit Drivers > Gecko USB MSD

SCSI Inquiry Command Descriptor Block (CDB) typedef.

Definition at line 58 of file msdscsi.h.

#include <msdscsi.h>

Data Fields

struct {
   uint8_t   Evpd: 1
 
   uint8_t   Obsolete: 1
 
   uint8_t   Reserved: 6
 
}; 
 
uint16_t AllocationLength
 
uint8_t Control
 
uint8_t OpCode
 
uint8_t PageCode
 

Field Documentation

uint16_t MSDSCSI_Inquiry_TypeDef::AllocationLength

Number of inquiry data bytes requested.

Definition at line 66 of file msdscsi.h.

uint8_t MSDSCSI_Inquiry_TypeDef::Control

Control byte.

Definition at line 67 of file msdscsi.h.

uint8_t MSDSCSI_Inquiry_TypeDef::Evpd

Enable Vital Product data.

Definition at line 61 of file msdscsi.h.

uint8_t MSDSCSI_Inquiry_TypeDef::Obsolete

Obsolete, expect any value.

Definition at line 62 of file msdscsi.h.

uint8_t MSDSCSI_Inquiry_TypeDef::OpCode

Command opcode.

Definition at line 59 of file msdscsi.h.

uint8_t MSDSCSI_Inquiry_TypeDef::PageCode

Pagecode.

Definition at line 65 of file msdscsi.h.

uint8_t MSDSCSI_Inquiry_TypeDef::Reserved

Reserved, expect 0.

Definition at line 63 of file msdscsi.h.


The documentation for this struct was generated from the following file:
  • C:/repos/super_h1/hardware/kit/common/drivers/msdscsi.h