S_usb_endpoint_descriptor Struct Reference

Usb Endpoint Descriptor. More...

#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.


Detailed Description

Usb Endpoint Descriptor.

Definition at line 205 of file usb_descriptors.h.


Field Documentation

U8 S_usb_endpoint_descriptor::bLength

Size of this descriptor in bytes.

Definition at line 206 of file usb_descriptors.h.

U8 S_usb_endpoint_descriptor::bDescriptorType

ENDPOINT descriptor type.

Definition at line 207 of file usb_descriptors.h.

U8 S_usb_endpoint_descriptor::bEndpointAddress

Address of the endpoint.

Definition at line 208 of file usb_descriptors.h.

U8 S_usb_endpoint_descriptor::bmAttributes

Endpoint's attributes.

Definition at line 209 of file usb_descriptors.h.

U16 S_usb_endpoint_descriptor::wMaxPacketSize

Maximum packet size for this EP.

Definition at line 210 of file usb_descriptors.h.

U8 S_usb_endpoint_descriptor::bInterval

Interval for polling EP in ms.

Definition at line 211 of file usb_descriptors.h.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 15 14:16:00 2007 for Atmel by  doxygen 1.5.1-p1