GD32F10x USB-Device
V1.0.0
GD32F10x USB-Device
|
USB_CDC_Class_Private_Variables
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
Variable Documentation
USBD_Class_cb_TypeDef USBD_CDC_cb |
Initial value:
=
{
USBD_CDC_Init,
USBD_CDC_DeInit,
USBD_CDC_GetClassDescriptor,
USBD_CDC_ClassReqHandle,
USBD_CDC_GetInterface,
USBD_CDC_SetInterface,
NULL,
USBD_CDC_EP0_RxReady,
USBD_CDC_DataIn,
USBD_CDC_DataOut,
USBD_CDC_SOF,
USBD_CDC_GetCfgDesc,
}
Definition at line 67 of file usbd_cdc_core.c.
Generated on Fri Feb 6 2015 14:56:36 for GD32F10x USB-Device by 1.8.8