iPXE
Data Fields
usb_endpoint_companion_descriptor Struct Reference

A USB endpoint companion descriptor. More...

#include <usb.h>

Data Fields

struct usb_descriptor_header header
 Descriptor header. More...
 
uint8_t burst
 Maximum burst size. More...
 
uint8_t extended
 Extended attributes. More...
 
uint16_t periodic
 Number of bytes per service interval. More...
 

Detailed Description

A USB endpoint companion descriptor.

Definition at line 299 of file usb.h.

Field Documentation

◆ header

struct usb_descriptor_header usb_endpoint_companion_descriptor::header

Descriptor header.

Definition at line 301 of file usb.h.

Referenced by usb_endpoint_companion_descriptor().

◆ burst

uint8_t usb_endpoint_companion_descriptor::burst

Maximum burst size.

Definition at line 303 of file usb.h.

Referenced by usb_endpoint_described().

◆ extended

uint8_t usb_endpoint_companion_descriptor::extended

Extended attributes.

Definition at line 305 of file usb.h.

◆ periodic

uint16_t usb_endpoint_companion_descriptor::periodic

Number of bytes per service interval.

Definition at line 307 of file usb.h.


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