SAMV71 Xplained Ultra Software Package 1.3

USB Endpoint maximum sizes
[USB Endpoint definitions]

Collaboration diagram for USB Endpoint maximum sizes:

Defines

#define USBEndpointDescriptor_MAXCTRLSIZE_FS   64
#define USBEndpointDescriptor_MAXCTRLSIZE_HS   64
#define USBEndpointDescriptor_MAXBULKSIZE_FS   64
#define USBEndpointDescriptor_MAXBULKSIZE_HS   512
#define USBEndpointDescriptor_MAXINTERRUPTSIZE_FS   64
#define USBEndpointDescriptor_MAXINTERRUPTSIZE_HS   1024
#define USBEndpointDescriptor_MAXISOCHRONOUSSIZE_FS   1023
#define USBEndpointDescriptor_MAXISOCHRONOUSSIZE_HS   1024

Detailed Description

This section lists definitions of USB endpoint maximum sizes.


Define Documentation

#define USBEndpointDescriptor_MAXBULKSIZE_FS   64

Maximum size for a full-speed bulk endpoint.

Definition at line 390 of file USBDescriptors.h.

#define USBEndpointDescriptor_MAXBULKSIZE_HS   512

Maximum size for a high-speed bulk endpoint.

Definition at line 392 of file USBDescriptors.h.

#define USBEndpointDescriptor_MAXCTRLSIZE_FS   64

Maximum size for a full-speed control endpoint.

Definition at line 386 of file USBDescriptors.h.

#define USBEndpointDescriptor_MAXCTRLSIZE_HS   64

Maximum size for a high-speed control endpoint.

Definition at line 388 of file USBDescriptors.h.

#define USBEndpointDescriptor_MAXINTERRUPTSIZE_FS   64

Maximum size for a full-speed interrupt endpoint.

Definition at line 394 of file USBDescriptors.h.

#define USBEndpointDescriptor_MAXINTERRUPTSIZE_HS   1024

Maximum size for a high-speed interrupt endpoint.

Definition at line 396 of file USBDescriptors.h.

#define USBEndpointDescriptor_MAXISOCHRONOUSSIZE_FS   1023

Maximum size for a full-speed isochronous endpoint.

Definition at line 398 of file USBDescriptors.h.

#define USBEndpointDescriptor_MAXISOCHRONOUSSIZE_HS   1024

Maximum size for a high-speed isochronous endpoint.

Definition at line 400 of file USBDescriptors.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines