Contiki 2.6

S_usb_endpoint_descriptor Struct Reference

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.

Detailed Description

Usb Endpoint Descriptor.

Definition at line 369 of file usb_descriptors.h.