|
Contiki 2.5
|
Usb Endpoint Descriptor. More...
#include <cpu/avr/dev/usb/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. | |
Usb Endpoint Descriptor.
Definition at line 369 of file usb_descriptors.h.
1.8.3.1