coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
usb_ctrlrequest Struct Reference

#include <usb_ch9.h>

Collaboration diagram for usb_ctrlrequest:
Collaboration graph

Data Fields

u8 bRequestType
 
u8 bRequest
 
u16 wValue
 
u16 wIndex
 
u16 wLength
 

Detailed Description

Definition at line 94 of file usb_ch9.h.

Field Documentation

◆ bRequest

u8 usb_ctrlrequest::bRequest

Definition at line 96 of file usb_ch9.h.

Referenced by dbgp_control_msg().

◆ bRequestType

u8 usb_ctrlrequest::bRequestType

Definition at line 95 of file usb_ch9.h.

Referenced by dbgp_control_msg().

◆ wIndex

u16 usb_ctrlrequest::wIndex

Definition at line 98 of file usb_ch9.h.

Referenced by dbgp_control_msg().

◆ wLength

u16 usb_ctrlrequest::wLength

Definition at line 99 of file usb_ch9.h.

Referenced by dbgp_control_msg().

◆ wValue

u16 usb_ctrlrequest::wValue

Definition at line 97 of file usb_ch9.h.

Referenced by dbgp_control_msg().


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