Macros
USB Composite Device Configure
Collaboration diagram for USB Composite Device Configure:

Macros

#define CDCAUDD_Descriptors_DATAIN0   0x03
 
#define CDCAUDD_Descriptors_DATAOUT0   0x02
 
#define CDCAUDD_Descriptors_ISO_DATAOUT   0x01
 
#define CDCAUDD_Descriptors_NOTIFICATION0   0x04
 
#define CDCD_Descriptors_DATAIN0   2
 Address of the CDC0 bulk-in endpoint. More...
 
#define CDCD_Descriptors_DATAIN0   2
 Address of the CDC0 bulk-in endpoint. More...
 
#define CDCD_Descriptors_DATAIN0   2
 Address of the CDC0 bulk-in endpoint. More...
 
#define CDCD_Descriptors_DATAIN1   5
 Address of the CDC1 bulk-in endpoint. More...
 
#define CDCD_Descriptors_DATAOUT0   1
 Address of the CDC0 bulk-out endpoint. More...
 
#define CDCD_Descriptors_DATAOUT0   1
 Address of the CDC0 bulk-out endpoint. More...
 
#define CDCD_Descriptors_DATAOUT0   1
 Address of the CDC0 bulk-out endpoint. More...
 
#define CDCD_Descriptors_DATAOUT1   4
 Address of the CDC1 bulk-out endpoint. More...
 
#define CDCD_Descriptors_NOTIFICATION0   3
 Address of the CDC0 interrupt-in endpoint. More...
 
#define CDCD_Descriptors_NOTIFICATION0   3
 Address of the CDC0 interrupt-in endpoint. More...
 
#define CDCD_Descriptors_NOTIFICATION0   3
 Address of the CDC0 interrupt-in endpoint. More...
 
#define CDCD_Descriptors_NOTIFICATION1   6
 Address of the CDC1 interrupt-in endpoint. More...
 
#define HIDAUDD_Descriptors_INTERRUPTIN   0x03
 
#define HIDAUDD_Descriptors_INTERRUPTOUT   0x04
 
#define HIDAUDD_Descriptors_ISO_DATAOUT   0x02
 
#define HIDD_Descriptors_INTERRUPTIN   4
 
#define HIDD_Descriptors_INTERRUPTOUT   5
 
#define HIDMSDD_Descriptors_BULKIN   3
 
#define HIDMSDD_Descriptors_BULKOUT   2
 
#define HIDMSDD_Descriptors_INTERRUPTIN   4
 
#define HIDMSDD_Descriptors_INTERRUPTOUT   5
 
#define MSDD_Descriptors_BULKIN   5
 
#define MSDD_Descriptors_BULKOUT   4
 

Detailed Description

Macro Definition Documentation

◆ CDCAUDD_Descriptors_DATAIN0

#define CDCAUDD_Descriptors_DATAIN0   0x03

Address of the CDC bulk-in endpoint.

Definition at line 319 of file USBD_Config.h.

◆ CDCAUDD_Descriptors_DATAOUT0

#define CDCAUDD_Descriptors_DATAOUT0   0x02

Address of the CDC bulk-out endpoint.

Definition at line 321 of file USBD_Config.h.

◆ CDCAUDD_Descriptors_ISO_DATAOUT

#define CDCAUDD_Descriptors_ISO_DATAOUT   0x01

Address of the Audio ISO-out endpoint.

Definition at line 323 of file USBD_Config.h.

◆ CDCAUDD_Descriptors_NOTIFICATION0

#define CDCAUDD_Descriptors_NOTIFICATION0   0x04

Address of the CDC interrupt-in endpoint.

Definition at line 317 of file USBD_Config.h.

◆ CDCD_Descriptors_DATAIN0 [1/3]

#define CDCD_Descriptors_DATAIN0   2

Address of the CDC0 bulk-in endpoint.

Address of the CDC bulk-in endpoint.

Definition at line 385 of file USBD_Config.h.

◆ CDCD_Descriptors_DATAIN0 [2/3]

#define CDCD_Descriptors_DATAIN0   2

Address of the CDC0 bulk-in endpoint.

Address of the CDC bulk-in endpoint.

Definition at line 385 of file USBD_Config.h.

◆ CDCD_Descriptors_DATAIN0 [3/3]

#define CDCD_Descriptors_DATAIN0   2

Address of the CDC0 bulk-in endpoint.

Address of the CDC bulk-in endpoint.

Definition at line 385 of file USBD_Config.h.

◆ CDCD_Descriptors_DATAIN1

#define CDCD_Descriptors_DATAIN1   5

Address of the CDC1 bulk-in endpoint.

Definition at line 340 of file USBD_Config.h.

◆ CDCD_Descriptors_DATAOUT0 [1/3]

#define CDCD_Descriptors_DATAOUT0   1

Address of the CDC0 bulk-out endpoint.

Address of the CDC bulk-out endpoint.

Definition at line 387 of file USBD_Config.h.

◆ CDCD_Descriptors_DATAOUT0 [2/3]

#define CDCD_Descriptors_DATAOUT0   1

Address of the CDC0 bulk-out endpoint.

Address of the CDC bulk-out endpoint.

Definition at line 387 of file USBD_Config.h.

◆ CDCD_Descriptors_DATAOUT0 [3/3]

#define CDCD_Descriptors_DATAOUT0   1

Address of the CDC0 bulk-out endpoint.

Address of the CDC bulk-out endpoint.

Definition at line 387 of file USBD_Config.h.

◆ CDCD_Descriptors_DATAOUT1

#define CDCD_Descriptors_DATAOUT1   4

Address of the CDC1 bulk-out endpoint.

Definition at line 342 of file USBD_Config.h.

◆ CDCD_Descriptors_NOTIFICATION0 [1/3]

#define CDCD_Descriptors_NOTIFICATION0   3

Address of the CDC0 interrupt-in endpoint.

Address of the CDC interrupt-in endpoint.

Definition at line 383 of file USBD_Config.h.

◆ CDCD_Descriptors_NOTIFICATION0 [2/3]

#define CDCD_Descriptors_NOTIFICATION0   3

Address of the CDC0 interrupt-in endpoint.

Address of the CDC interrupt-in endpoint.

Definition at line 383 of file USBD_Config.h.

◆ CDCD_Descriptors_NOTIFICATION0 [3/3]

#define CDCD_Descriptors_NOTIFICATION0   3

Address of the CDC0 interrupt-in endpoint.

Address of the CDC interrupt-in endpoint.

Definition at line 383 of file USBD_Config.h.

◆ CDCD_Descriptors_NOTIFICATION1

#define CDCD_Descriptors_NOTIFICATION1   6

Address of the CDC1 interrupt-in endpoint.

Definition at line 338 of file USBD_Config.h.

◆ HIDAUDD_Descriptors_INTERRUPTIN

#define HIDAUDD_Descriptors_INTERRUPTIN   0x03

Address of the HID interrupt IN endpoint.

Definition at line 304 of file USBD_Config.h.

◆ HIDAUDD_Descriptors_INTERRUPTOUT

#define HIDAUDD_Descriptors_INTERRUPTOUT   0x04

Address of the HID interrupt OUT endpoint.

Definition at line 306 of file USBD_Config.h.

◆ HIDAUDD_Descriptors_ISO_DATAOUT

#define HIDAUDD_Descriptors_ISO_DATAOUT   0x02

Audio data out endpoint number

Definition at line 309 of file USBD_Config.h.

◆ HIDD_Descriptors_INTERRUPTIN

#define HIDD_Descriptors_INTERRUPTIN   4

Address of the HID interrupt IN endpoint.

Definition at line 358 of file USBD_Config.h.

◆ HIDD_Descriptors_INTERRUPTOUT

#define HIDD_Descriptors_INTERRUPTOUT   5

Address of the HID interrupt OUT endpoint.

Definition at line 360 of file USBD_Config.h.

◆ HIDMSDD_Descriptors_BULKIN

#define HIDMSDD_Descriptors_BULKIN   3

Address of the Mass Storage bulk-in endpoint.

Definition at line 371 of file USBD_Config.h.

◆ HIDMSDD_Descriptors_BULKOUT

#define HIDMSDD_Descriptors_BULKOUT   2

Address of the Mass Storage bulk-out endpoint.

Definition at line 369 of file USBD_Config.h.

◆ HIDMSDD_Descriptors_INTERRUPTIN

#define HIDMSDD_Descriptors_INTERRUPTIN   4

Address of the HID interrupt IN endpoint.

Definition at line 374 of file USBD_Config.h.

◆ HIDMSDD_Descriptors_INTERRUPTOUT

#define HIDMSDD_Descriptors_INTERRUPTOUT   5

Address of the HID interrupt OUT endpoint.

Definition at line 376 of file USBD_Config.h.

◆ MSDD_Descriptors_BULKIN

#define MSDD_Descriptors_BULKIN   5

Address of the Mass Storage bulk-in endpoint.

Definition at line 391 of file USBD_Config.h.

◆ MSDD_Descriptors_BULKOUT

#define MSDD_Descriptors_BULKOUT   4

Address of the Mass Storage bulk-out endpoint.

Definition at line 389 of file USBD_Config.h.



inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:09