#include <usb_descriptors.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 200 of file usb_descriptors.h.
|
Size of this descriptor in bytes.
Definition at line 201 of file usb_descriptors.h. |
|
ENDPOINT descriptor type.
Definition at line 202 of file usb_descriptors.h. |
|
Address of the endpoint.
Definition at line 203 of file usb_descriptors.h. |
|
Endpoint's attributes.
Definition at line 204 of file usb_descriptors.h. |
|
Maximum packet size for this EP.
Definition at line 205 of file usb_descriptors.h. |
|
Interval for polling EP in ms.
Definition at line 206 of file usb_descriptors.h. |