iPXE
Data Fields
usb_hub_descriptor Union Reference

A USB hub descriptor. More...

#include <usbhub.h>

Data Fields

struct usb_descriptor_header header
 Descriptor header. More...
 
struct usb_hub_descriptor_basic basic
 Basic hub descriptor. More...
 
struct usb_hub_descriptor_enhanced enhanced
 Enhanced hub descriptor. More...
 

Detailed Description

A USB hub descriptor.

Definition at line 52 of file usbhub.h.

Field Documentation

◆ header

struct usb_descriptor_header usb_hub_descriptor::header

Descriptor header.

Definition at line 54 of file usbhub.h.

◆ basic

struct usb_hub_descriptor_basic usb_hub_descriptor::basic

Basic hub descriptor.

Definition at line 56 of file usbhub.h.

◆ enhanced

struct usb_hub_descriptor_enhanced usb_hub_descriptor::enhanced

Enhanced hub descriptor.

Definition at line 58 of file usbhub.h.

Referenced by hub_probe().


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