GD32F1x0: USB/GD32_USB_Device_Library/Class/cdc/src/usbd_cdc_core.c File Reference

GD32F1x0

usbd_cdc_core.c File Reference

USB CDC class device core functions. More...

#include "usbd_cdc_core.h" #include "usbd_enum.h"

Go to the source code of this file.

Variables

CDC_IF_Fop_TypeDef APP_FOPS
 
uint8_t USB_Tx_State = 0
 
uint8_t USB_DATA_Buffer [USB_CDC_DATA_PACKET_SIZE]
 
uint8_t USB_CMD_Buffer [USB_CDC_CMD_PACKET_SIZE]
 
uint8_t APP_DATA_Buffer [APP_RX_DATA_SIZE]
 
__IO uint32_t end_packet = 0
 
uint32_t AppBufInPtr = 0
 
uint32_t AppBufOutPtr = 0
 
uint32_t AppRxLength = 0
 
USBD_Class_cb_TypeDef USBD_CDC_cb
 
const uint8_t USBD_CDC_CfgDesc [USB_CDC_CONFIG_DESC_SIZE]
 

Detailed Description

USB CDC class device core functions.

Author
MCU SD
Version
V1.0.1
Date
6-Sep-2014
Author
MCU SD
Version
V1.0.1
Date
26-Dec-2014

Definition in file usbd_cdc_core.c.

Generated by   doxygen 1.8.10