Macros
USB_VCP_Class_Layer_Parameter
Collaboration diagram for USB_VCP_Class_Layer_Parameter:

Macros

#define APP_FOPS   VCP_fops
 
#define APP_RX_DATA_SIZE
 
#define APP_TX_DATA_SIZE   2048 /* total size of the OUT (inbound to FC) buffer */
 
#define CDC_CMD_EP   0x82 /* EP2 for CDC commands */
 
#define CDC_CMD_PACKET_SZE   8 /* Control Endpoint Packet size */
 
#define CDC_DATA_MAX_PACKET_SIZE   64 /* Endpoint IN & OUT Packet size */
 
#define CDC_IN_EP   0x81 /* EP1 for data IN */
 
#define CDC_IN_FRAME_INTERVAL   1 /* Number of frames between IN transfers */
 
#define CDC_OUT_EP   0x01 /* EP1 for data OUT */
 
#define HID_IN_EP   0x83
 
#define HID_IN_PACKET   8
 
#define MSC_IN_EP   0x81
 
#define MSC_MAX_PACKET   64
 
#define MSC_MEDIA_PACKET   4096
 
#define MSC_OUT_EP   0x01
 

Detailed Description

Macro Definition Documentation

◆ APP_FOPS

#define APP_FOPS   VCP_fops

Definition at line 82 of file usbd_conf.h.

◆ APP_RX_DATA_SIZE

#define APP_RX_DATA_SIZE
Value:
2048 /* Total size of IN (outbound from FC) buffer:
APP_RX_DATA_SIZE*8/MAX_BAUDARATE*1000 should be > CDC_IN_FRAME_INTERVAL */

Definition at line 60 of file usbd_conf.h.

◆ APP_TX_DATA_SIZE

#define APP_TX_DATA_SIZE   2048 /* total size of the OUT (inbound to FC) buffer */

Definition at line 62 of file usbd_conf.h.

◆ CDC_CMD_EP

#define CDC_CMD_EP   0x82 /* EP2 for CDC commands */

Definition at line 41 of file usbd_conf.h.

◆ CDC_CMD_PACKET_SZE

#define CDC_CMD_PACKET_SZE   8 /* Control Endpoint Packet size */

Definition at line 57 of file usbd_conf.h.

◆ CDC_DATA_MAX_PACKET_SIZE

#define CDC_DATA_MAX_PACKET_SIZE   64 /* Endpoint IN & OUT Packet size */

Definition at line 56 of file usbd_conf.h.

◆ CDC_IN_EP

#define CDC_IN_EP   0x81 /* EP1 for data IN */

Definition at line 39 of file usbd_conf.h.

◆ CDC_IN_FRAME_INTERVAL

#define CDC_IN_FRAME_INTERVAL   1 /* Number of frames between IN transfers */

Definition at line 59 of file usbd_conf.h.

◆ CDC_OUT_EP

#define CDC_OUT_EP   0x01 /* EP1 for data OUT */

Definition at line 40 of file usbd_conf.h.

◆ HID_IN_EP

#define HID_IN_EP   0x83

Definition at line 43 of file usbd_conf.h.

◆ HID_IN_PACKET

#define HID_IN_PACKET   8

Definition at line 44 of file usbd_conf.h.

◆ MSC_IN_EP

#define MSC_IN_EP   0x81

Definition at line 66 of file usbd_conf.h.

◆ MSC_MAX_PACKET

#define MSC_MAX_PACKET   64

Definition at line 75 of file usbd_conf.h.

◆ MSC_MEDIA_PACKET

#define MSC_MEDIA_PACKET   4096

Definition at line 79 of file usbd_conf.h.

◆ MSC_OUT_EP

#define MSC_OUT_EP   0x01

Definition at line 67 of file usbd_conf.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:16