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 173 of file Usb.h.

Field Documentation

◆ Length

UINT8 USB_ENDPOINT_DESCRIPTOR::Length

Definition at line 174 of file Usb.h.

◆ DescriptorType

UINT8 USB_ENDPOINT_DESCRIPTOR::DescriptorType

Definition at line 175 of file Usb.h.

◆ EndpointAddress

UINT8 USB_ENDPOINT_DESCRIPTOR::EndpointAddress

Definition at line 176 of file Usb.h.

◆ Attributes

UINT8 USB_ENDPOINT_DESCRIPTOR::Attributes

Definition at line 177 of file Usb.h.

◆ MaxPacketSize

UINT16 USB_ENDPOINT_DESCRIPTOR::MaxPacketSize

Definition at line 178 of file Usb.h.

◆ Interval

UINT8 USB_ENDPOINT_DESCRIPTOR::Interval

Definition at line 179 of file Usb.h.


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