#include <usb_enum.h>
Data Fields | |
| U8 | bLength |
| Size of this descriptor in bytes. | |
| U8 | bDescriptorType |
| ENDPOINT descriptor type. | |
| U8 | bEndpointAddress |
| Address of the endpoint. | |
| U8 | bmAttributes |
| Endpoint's attributes. | |
| U16 | wMaxPacketSize |
| Maximum packet size for this EP. | |
| U8 | bInterval |
| Interval for polling EP in ms. | |
Definition at line 170 of file usb_enum.h.
|
|
Size of this descriptor in bytes.
Definition at line 171 of file usb_enum.h. |
|
|
ENDPOINT descriptor type.
Definition at line 172 of file usb_enum.h. |
|
|
Address of the endpoint.
Definition at line 173 of file usb_enum.h. |
|
|
Endpoint's attributes.
Definition at line 174 of file usb_enum.h. |
|
|
Maximum packet size for this EP.
Definition at line 175 of file usb_enum.h. |
|
|
Interval for polling EP in ms.
Definition at line 176 of file usb_enum.h. |
1.3.7