iPXE
Data Fields
USB_CONFIG_DESCRIPTOR Struct Reference

Standard Configuration Descriptor USB 2.0 spec, Section 9.6.3. More...

#include <Usb.h>

Data Fields

UINT8 Length
 
UINT8 DescriptorType
 
UINT16 TotalLength
 
UINT8 NumInterfaces
 
UINT8 ConfigurationValue
 
UINT8 Configuration
 
UINT8 Attributes
 
UINT8 MaxPower
 

Detailed Description

Standard Configuration Descriptor USB 2.0 spec, Section 9.6.3.

Definition at line 125 of file Usb.h.

Field Documentation

◆ Length

UINT8 USB_CONFIG_DESCRIPTOR::Length

Definition at line 126 of file Usb.h.

◆ DescriptorType

UINT8 USB_CONFIG_DESCRIPTOR::DescriptorType

Definition at line 127 of file Usb.h.

◆ TotalLength

UINT16 USB_CONFIG_DESCRIPTOR::TotalLength

Definition at line 128 of file Usb.h.

Referenced by usbio_config().

◆ NumInterfaces

UINT8 USB_CONFIG_DESCRIPTOR::NumInterfaces

Definition at line 129 of file Usb.h.

◆ ConfigurationValue

UINT8 USB_CONFIG_DESCRIPTOR::ConfigurationValue

Definition at line 130 of file Usb.h.

Referenced by usbio_config().

◆ Configuration

UINT8 USB_CONFIG_DESCRIPTOR::Configuration

Definition at line 131 of file Usb.h.

◆ Attributes

UINT8 USB_CONFIG_DESCRIPTOR::Attributes

Definition at line 132 of file Usb.h.

◆ MaxPower

UINT8 USB_CONFIG_DESCRIPTOR::MaxPower

Definition at line 133 of file Usb.h.


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