SAMV71 Xplained Ultra Software Package 1.4

USB Endpoint types
[USB Endpoint definitions]

Collaboration diagram for USB Endpoint types:

Defines

#define USBEndpointDescriptor_CONTROL   0
#define USBEndpointDescriptor_ISOCHRONOUS   1
#define USBEndpointDescriptor_BULK   2
#define USBEndpointDescriptor_INTERRUPT   3
#define USBEndpointDescriptor_Asynchronous_ISOCHRONOUS   (1<<2)
#define USBEndpointDescriptor_Adaptive_ISOCHRONOUS   (2<<2)
#define USBEndpointDescriptor_Synchronous_ISOCHRONOUS   (3<<2)
#define USBEndpointDescriptor_Feedback_ISOCHRONOUS   (1<<2)
#define USBEndpointDescriptor_Explicit_Feedback_ISOCHRONOUS   (2<<2)

Detailed Description

This section lists definitions of USB endpoint types.


Define Documentation

#define USBEndpointDescriptor_Asynchronous_ISOCHRONOUS   (1<<2)

Synchronisation Type for Isochronous endpoint type.

Definition at line 364 of file USBDescriptors.h.

#define USBEndpointDescriptor_BULK   2

Bulk endpoint type.

Definition at line 358 of file USBDescriptors.h.

#define USBEndpointDescriptor_CONTROL   0

Control endpoint type.

Definition at line 354 of file USBDescriptors.h.

#define USBEndpointDescriptor_Feedback_ISOCHRONOUS   (1<<2)

Usage Type for Isochronous endpoint type.

Definition at line 369 of file USBDescriptors.h.

#define USBEndpointDescriptor_INTERRUPT   3

Interrupt endpoint type.

Definition at line 360 of file USBDescriptors.h.

#define USBEndpointDescriptor_ISOCHRONOUS   1

Isochronous endpoint type.

Definition at line 356 of file USBDescriptors.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines