iPXE
Data Fields
USB_ENDPOINT_DESCRIPTOR Struct Reference

Standard Endpoint Descriptor USB 2.0 spec, Section 9.6.6. More...

#include <Usb.h>

Data Fields

UINT8 Length
 
UINT8 DescriptorType
 
UINT8 EndpointAddress
 
UINT8 Attributes
 
UINT16 MaxPacketSize
 
UINT8 Interval
 

Detailed Description

Standard Endpoint Descriptor USB 2.0 spec, Section 9.6.6.

Definition at line 156 of file Usb.h.

Field Documentation

◆ Length

UINT8 USB_ENDPOINT_DESCRIPTOR::Length

Definition at line 157 of file Usb.h.

◆ DescriptorType

UINT8 USB_ENDPOINT_DESCRIPTOR::DescriptorType

Definition at line 158 of file Usb.h.

◆ EndpointAddress

UINT8 USB_ENDPOINT_DESCRIPTOR::EndpointAddress

Definition at line 159 of file Usb.h.

◆ Attributes

UINT8 USB_ENDPOINT_DESCRIPTOR::Attributes

Definition at line 160 of file Usb.h.

◆ MaxPacketSize

UINT16 USB_ENDPOINT_DESCRIPTOR::MaxPacketSize

Definition at line 161 of file Usb.h.

◆ Interval

UINT8 USB_ENDPOINT_DESCRIPTOR::Interval

Definition at line 162 of file Usb.h.


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