iPXE
Data Fields
cdc_union_descriptor Struct Reference

Union functional descriptor. More...

#include <cdc.h>

Data Fields

struct usb_descriptor_header header
 Descriptor header. More...
 
uint8_t subtype
 Descriptor subtype. More...
 
uint8_t interface [1]
 Interfaces (variable-length) More...
 

Detailed Description

Union functional descriptor.

Definition at line 28 of file cdc.h.

Field Documentation

◆ header

struct usb_descriptor_header cdc_union_descriptor::header

Descriptor header.

Definition at line 30 of file cdc.h.

Referenced by usb_describe().

◆ subtype

uint8_t cdc_union_descriptor::subtype

Descriptor subtype.

Definition at line 32 of file cdc.h.

◆ interface

uint8_t cdc_union_descriptor::interface[1]

Interfaces (variable-length)

Definition at line 34 of file cdc.h.

Referenced by usb_describe().


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