SAMV71 Xplained Ultra Software Package 1.3

_USBEndpointDescriptor Struct Reference
[USB Descriptors]

Data Fields

uint8_t bLength
uint8_t bDescriptorType
uint8_t bEndpointAddress
uint8_t bmAttributes
uint16_t wMaxPacketSize
uint8_t bInterval

Detailed Description

Definition at line 697 of file USBDescriptors.h.


Field Documentation

Descriptor type (USBGenericDescriptor_ENDPOINT).

Definition at line 702 of file USBDescriptors.h.

Address and direction of the endpoint.

Definition at line 704 of file USBDescriptors.h.

Polling rate of the endpoint.

Definition at line 711 of file USBDescriptors.h.

Size of the descriptor in bytes.

Definition at line 700 of file USBDescriptors.h.

Endpoint type and additional characteristics (for isochronous endpoints).

Definition at line 707 of file USBDescriptors.h.

Maximum packet size (in bytes) of the endpoint.

Definition at line 709 of file USBDescriptors.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines