iPXE
|
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 |
Format of Setup Data for USB Device Requests USB 2.0 spec, Section 9.3.
UINT8 USB_DEVICE_REQUEST::RequestType |
Definition at line 95 of file Usb.h.
Referenced by efi_usb_control_transfer().
UINT8 USB_DEVICE_REQUEST::Request |
Definition at line 96 of file Usb.h.
Referenced by efi_usb_control_transfer().
UINT16 USB_DEVICE_REQUEST::Value |
Definition at line 97 of file Usb.h.
Referenced by efi_usb_control_transfer().
UINT16 USB_DEVICE_REQUEST::Index |
Definition at line 98 of file Usb.h.
Referenced by efi_usb_control_transfer().
UINT16 USB_DEVICE_REQUEST::Length |
Definition at line 99 of file Usb.h.
Referenced by efi_usb_control_transfer().