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

#include <MdePkg/Include/IndustryStandard/Usb.h>

Data Fields

UINT8 RequestType
 
UINT8 Request
 
UINT16 Value
 
UINT16 Index
 
UINT16 Length
 

Detailed Description

Format of Setup Data for USB Device Requests USB 2.0 spec, Section 9.3

Definition at line 92 of file Usb.h.

Field Documentation

◆ Index

UINT16 USB_DEVICE_REQUEST::Index

Definition at line 96 of file Usb.h.

◆ Length

UINT16 USB_DEVICE_REQUEST::Length

Definition at line 97 of file Usb.h.

◆ Request

UINT8 USB_DEVICE_REQUEST::Request

Definition at line 94 of file Usb.h.

◆ RequestType

UINT8 USB_DEVICE_REQUEST::RequestType

Definition at line 93 of file Usb.h.

◆ Value

UINT16 USB_DEVICE_REQUEST::Value

Definition at line 95 of file Usb.h.


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