Macros
USB Endpoint maximum sizes
Collaboration diagram for USB Endpoint maximum sizes:

Macros

#define USBEndpointDescriptor_MAXBULKSIZE_FS   64
 
#define USBEndpointDescriptor_MAXBULKSIZE_HS   512
 
#define USBEndpointDescriptor_MAXCTRLSIZE_FS   64
 
#define USBEndpointDescriptor_MAXCTRLSIZE_HS   64
 
#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.

Macro Definition Documentation

◆ USBEndpointDescriptor_MAXBULKSIZE_FS

#define USBEndpointDescriptor_MAXBULKSIZE_FS   64

Maximum size for a full-speed bulk endpoint.

Definition at line 390 of file USBDescriptors.h.

◆ USBEndpointDescriptor_MAXBULKSIZE_HS

#define USBEndpointDescriptor_MAXBULKSIZE_HS   512

Maximum size for a high-speed bulk endpoint.

Definition at line 392 of file USBDescriptors.h.

◆ USBEndpointDescriptor_MAXCTRLSIZE_FS

#define USBEndpointDescriptor_MAXCTRLSIZE_FS   64

Maximum size for a full-speed control endpoint.

Definition at line 386 of file USBDescriptors.h.

◆ USBEndpointDescriptor_MAXCTRLSIZE_HS

#define USBEndpointDescriptor_MAXCTRLSIZE_HS   64

Maximum size for a high-speed control endpoint.

Definition at line 388 of file USBDescriptors.h.

◆ USBEndpointDescriptor_MAXINTERRUPTSIZE_FS

#define USBEndpointDescriptor_MAXINTERRUPTSIZE_FS   64

Maximum size for a full-speed interrupt endpoint.

Definition at line 394 of file USBDescriptors.h.

◆ USBEndpointDescriptor_MAXINTERRUPTSIZE_HS

#define USBEndpointDescriptor_MAXINTERRUPTSIZE_HS   1024

Maximum size for a high-speed interrupt endpoint.

Definition at line 396 of file USBDescriptors.h.

◆ USBEndpointDescriptor_MAXISOCHRONOUSSIZE_FS

#define USBEndpointDescriptor_MAXISOCHRONOUSSIZE_FS   1023

Maximum size for a full-speed isochronous endpoint.

Definition at line 398 of file USBDescriptors.h.

◆ USBEndpointDescriptor_MAXISOCHRONOUSSIZE_HS

#define USBEndpointDescriptor_MAXISOCHRONOUSSIZE_HS   1024

Maximum size for a high-speed isochronous endpoint.

Definition at line 400 of file USBDescriptors.h.



inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:02