TianoCore EDK2 master
Loading...
Searching...
No Matches
hid_descriptor Struct Reference

#include <MdePkg/Include/IndustryStandard/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 386 of file Usb.h.

Field Documentation

◆ BcdHID

UINT16 hid_descriptor::BcdHID

Definition at line 389 of file Usb.h.

◆ CountryCode

UINT8 hid_descriptor::CountryCode

Definition at line 390 of file Usb.h.

◆ DescriptorType

UINT8 hid_descriptor::DescriptorType

Definition at line 388 of file Usb.h.

◆ HidClassDesc

EFI_USB_HID_CLASS_DESCRIPTOR hid_descriptor::HidClassDesc[1]

Definition at line 392 of file Usb.h.

◆ Length

UINT8 hid_descriptor::Length

Definition at line 387 of file Usb.h.

◆ NumDescriptors

UINT8 hid_descriptor::NumDescriptors

Definition at line 391 of file Usb.h.


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