NetBurner 3.5.7
PDF Version
_usb_host_ufi_inquiry_data Struct Reference

UFI standard inquiry data structure. More...

#include <usb_host_msd.h>

Public Attributes

uint8_t peripheralDeviceType
 
uint8_t removableMediaBit
 
uint8_t version
 
uint8_t responseDataFormat
 
uint8_t additionalLength
 
uint8_t reserved1 [3]
 
uint8_t vendorInformation [8]
 
uint8_t productIdentification [16]
 
uint8_t productRevisionLevel [4]
 

Detailed Description

UFI standard inquiry data structure.

Member Data Documentation

◆ additionalLength

uint8_t _usb_host_ufi_inquiry_data::additionalLength

Specify the length in bytes of the parameters

◆ peripheralDeviceType

uint8_t _usb_host_ufi_inquiry_data::peripheralDeviceType

Identifies the device currently connected to the requested logical unit

◆ productIdentification

uint8_t _usb_host_ufi_inquiry_data::productIdentification[16]

Contains 16 bytes of ASCII data as defined by the vendor

◆ productRevisionLevel

uint8_t _usb_host_ufi_inquiry_data::productRevisionLevel[4]

Contains 4 bytes of ASCII data as defined by the vendor

◆ removableMediaBit

uint8_t _usb_host_ufi_inquiry_data::removableMediaBit

This shall be set to one to indicate removable media

◆ reserved1

uint8_t _usb_host_ufi_inquiry_data::reserved1[3]

Reserved field

◆ responseDataFormat

uint8_t _usb_host_ufi_inquiry_data::responseDataFormat

A value of 01h shall be used for UFI device

◆ vendorInformation

uint8_t _usb_host_ufi_inquiry_data::vendorInformation[8]

Contains 8 bytes of ASCII data identifying the vendor of the product

◆ version

uint8_t _usb_host_ufi_inquiry_data::version

Version


The documentation for this struct was generated from the following file: