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

#define APP_FOPS   VCP_fops

Definition at line 82 of file usbd_conf.h.

#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.

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

Definition at line 62 of file usbd_conf.h.

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

Definition at line 41 of file usbd_conf.h.

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

Definition at line 57 of file usbd_conf.h.

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

Definition at line 56 of file usbd_conf.h.

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

Definition at line 39 of file usbd_conf.h.

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

Definition at line 59 of file usbd_conf.h.

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

Definition at line 40 of file usbd_conf.h.

#define HID_IN_EP   0x83

Definition at line 43 of file usbd_conf.h.

#define HID_IN_PACKET   8

Definition at line 44 of file usbd_conf.h.

#define MSC_IN_EP   0x81

Definition at line 66 of file usbd_conf.h.

#define MSC_MAX_PACKET   64

Definition at line 75 of file usbd_conf.h.

#define MSC_MEDIA_PACKET   4096

Definition at line 79 of file usbd_conf.h.

#define MSC_OUT_EP   0x01

Definition at line 67 of file usbd_conf.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56