Macros
Collaboration diagram for USB Endpoint types:

Macros

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

Detailed Description

This section lists definitions of USB endpoint types.

Macro Definition Documentation

◆ USBEndpointDescriptor_Adaptive_ISOCHRONOUS

#define USBEndpointDescriptor_Adaptive_ISOCHRONOUS   (2<<2)

Definition at line 365 of file USBDescriptors.h.

◆ USBEndpointDescriptor_Asynchronous_ISOCHRONOUS

#define USBEndpointDescriptor_Asynchronous_ISOCHRONOUS   (1<<2)

Synchronisation Type for Isochronous endpoint type.

Definition at line 364 of file USBDescriptors.h.

◆ USBEndpointDescriptor_BULK

#define USBEndpointDescriptor_BULK   2

Bulk endpoint type.

Definition at line 358 of file USBDescriptors.h.

◆ USBEndpointDescriptor_CONTROL

#define USBEndpointDescriptor_CONTROL   0

Control endpoint type.

Definition at line 354 of file USBDescriptors.h.

◆ USBEndpointDescriptor_Explicit_Feedback_ISOCHRONOUS

#define USBEndpointDescriptor_Explicit_Feedback_ISOCHRONOUS   (2<<2)

Definition at line 370 of file USBDescriptors.h.

◆ USBEndpointDescriptor_Feedback_ISOCHRONOUS

#define USBEndpointDescriptor_Feedback_ISOCHRONOUS   (1<<2)

Usage Type for Isochronous endpoint type.

Definition at line 369 of file USBDescriptors.h.

◆ USBEndpointDescriptor_INTERRUPT

#define USBEndpointDescriptor_INTERRUPT   3

Interrupt endpoint type.

Definition at line 360 of file USBDescriptors.h.

◆ USBEndpointDescriptor_ISOCHRONOUS

#define USBEndpointDescriptor_ISOCHRONOUS   1

Isochronous endpoint type.

Definition at line 356 of file USBDescriptors.h.

◆ USBEndpointDescriptor_Synchronous_ISOCHRONOUS

#define USBEndpointDescriptor_Synchronous_ISOCHRONOUS   (3<<2)

Definition at line 366 of file USBDescriptors.h.



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