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 |
This section lists definitions of USB endpoint maximum sizes.
#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.