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

#include <usb_ch9.h>

Collaboration diagram for usb_debug_descriptor:
Collaboration graph

Data Fields

u8 bLength
 
u8 bDescriptorType
 
u8 bDebugInEndpoint
 
u8 bDebugOutEndpoint
 

Detailed Description

Definition at line 102 of file usb_ch9.h.

Field Documentation

◆ bDebugInEndpoint

u8 usb_debug_descriptor::bDebugInEndpoint

Definition at line 107 of file usb_ch9.h.

Referenced by probe_for_debug_descriptor().

◆ bDebugOutEndpoint

u8 usb_debug_descriptor::bDebugOutEndpoint

Definition at line 108 of file usb_ch9.h.

Referenced by probe_for_debug_descriptor().

◆ bDescriptorType

u8 usb_debug_descriptor::bDescriptorType

Definition at line 104 of file usb_ch9.h.

Referenced by probe_for_debug_descriptor().

◆ bLength

u8 usb_debug_descriptor::bLength

Definition at line 103 of file usb_ch9.h.

Referenced by probe_for_debug_descriptor().


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