iPXE
Data Fields
USB_DEVICE_REQUEST Struct Reference

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

#include <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

◆ RequestType

UINT8 USB_DEVICE_REQUEST::RequestType

Definition at line 93 of file Usb.h.

Referenced by efi_usb_control_transfer().

◆ Request

UINT8 USB_DEVICE_REQUEST::Request

Definition at line 94 of file Usb.h.

Referenced by efi_usb_control_transfer().

◆ Value

UINT16 USB_DEVICE_REQUEST::Value

Definition at line 95 of file Usb.h.

Referenced by efi_usb_control_transfer().

◆ Index

UINT16 USB_DEVICE_REQUEST::Index

Definition at line 96 of file Usb.h.

Referenced by efi_usb_control_transfer().

◆ Length

UINT16 USB_DEVICE_REQUEST::Length

Definition at line 97 of file Usb.h.

Referenced by efi_usb_control_transfer().


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