iPXE
Data Fields
hid_descriptor Struct Reference

The HID descriptor identifies the length and type of subordinate descriptors for a device. More...

#include <Usb.h>

Data Fields

UINT8 Length
 
UINT8 DescriptorType
 
UINT16 BcdHID
 
UINT8 CountryCode
 
UINT8 NumDescriptors
 
EFI_USB_HID_CLASS_DESCRIPTOR HidClassDesc [1]
 

Detailed Description

The HID descriptor identifies the length and type of subordinate descriptors for a device.

HID 1.1, section 6.2.1

Definition at line 368 of file Usb.h.

Field Documentation

◆ Length

UINT8 hid_descriptor::Length

Definition at line 369 of file Usb.h.

◆ DescriptorType

UINT8 hid_descriptor::DescriptorType

Definition at line 370 of file Usb.h.

◆ BcdHID

UINT16 hid_descriptor::BcdHID

Definition at line 371 of file Usb.h.

◆ CountryCode

UINT8 hid_descriptor::CountryCode

Definition at line 372 of file Usb.h.

◆ NumDescriptors

UINT8 hid_descriptor::NumDescriptors

Definition at line 373 of file Usb.h.

◆ HidClassDesc

EFI_USB_HID_CLASS_DESCRIPTOR hid_descriptor::HidClassDesc[1]

Definition at line 374 of file Usb.h.


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