Библиотека LUFA (раннее название MyUSB) версия 101122
SCSI_Inquiry_Response_t Struct Reference

Структура SCSI запроса (Inquiry) класса Mass Storage. More...

#include <MassStorage.h>

Data Fields

unsigned char DeviceType: 5
unsigned char PeripheralQualifier: 3
unsigned char Reserved: 7
unsigned char Removable: 1
uint8_t Version
unsigned char ResponseDataFormat: 4
unsigned char Reserved2: 1
unsigned char NormACA: 1
unsigned char TrmTsk: 1
unsigned char AERC: 1
uint8_t AdditionalLength
uint8_t Reserved3 [2]
unsigned char SoftReset: 1
unsigned char CmdQue: 1
unsigned char Reserved4: 1
unsigned char Linked: 1
unsigned char Sync: 1
unsigned char WideBus16Bit: 1
unsigned char WideBus32Bit: 1
unsigned char RelAddr: 1
uint8_t VendorID [8]
uint8_t ProductID [16]
uint8_t RevisionID [4]

Detailed Description

Определение типа для структуры SCSI запроса (Inquiry). Структуры этого типа заполняются устройством через функцию MS_Host_GetInquiryData(), что предоставляет информацию о подключенном устройстве.

Для подробной информации по содержимому структуры см. спецификации стандарта SCSI.


Field Documentation


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines