iPXE
Data Fields
usb_interface_association_descriptor Struct Reference

A USB interface association descriptor. More...

#include <usb.h>

Data Fields

struct usb_descriptor_header header
 Descriptor header. More...
 
uint8_t first
 First interface number. More...
 
uint8_t count
 Interface count. More...
 
struct usb_class class
 Association class. More...
 
uint8_t name
 Association name. More...
 

Detailed Description

A USB interface association descriptor.

Definition at line 314 of file usb.h.

Field Documentation

◆ header

struct usb_descriptor_header usb_interface_association_descriptor::header

Descriptor header.

Definition at line 316 of file usb.h.

◆ first

uint8_t usb_interface_association_descriptor::first

First interface number.

Definition at line 318 of file usb.h.

Referenced by usb_describe().

◆ count

uint8_t usb_interface_association_descriptor::count

Interface count.

Definition at line 320 of file usb.h.

Referenced by usb_describe().

◆ class

struct usb_class usb_interface_association_descriptor::class

Association class.

Definition at line 322 of file usb.h.

Referenced by usb_describe().

◆ name

uint8_t usb_interface_association_descriptor::name

Association name.

Definition at line 324 of file usb.h.


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