GD32F1x0: USB/GD32_USB_Device_Library/Class/cdc_printer_wrapper/src/usbd_printer_cdc_wrapper.c File Reference

GD32F1x0

usbd_printer_cdc_wrapper.c File Reference

This file calls to the separate CDC and HID class layer handlers. More...

Go to the source code of this file.

Variables

USBD_Class_cb_TypeDef USBD_PRINTER_CDC_cb
 
const uint8_t USBD_PRINTER_CDC_CfgDesc [USB_PRINTER_CDC_CONFIG_DESC_SIZE]
 
USBD_Class_cb_TypeDef USBD_PRINTER_cb
 
USBD_Class_cb_TypeDef USBD_CDC_cb
 

Detailed Description

This file calls to the separate CDC and HID class layer handlers.

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

Definition in file usbd_printer_cdc_wrapper.c.

Variable Documentation

USBD_Class_cb_TypeDef USBD_PRINTER_CDC_cb
Initial value:
=
{
USBD_PRINTER_CDC_Init,
USBD_PRINTER_CDC_DeInit,
USBD_PRINTER_CDC_GetClassDescriptor,
USBD_PRINTER_CDC_ClassReqHandle,
USBD_PRINTER_CDC_GetInterface,
USBD_PRINTER_CDC_SetInterface,
NULL,
USBD_PRINTER_CDC_EP0_RxReady,
USBD_PRINTER_CDC_DataIn,
USBD_PRINTER_CDC_DataOut,
USBD_PRINTER_CDC_SOF,
USBD_PRINTER_CDC_GetCfgDesc,
NULL
}

Definition at line 27 of file usbd_printer_cdc_wrapper.c.

Generated by   doxygen 1.8.10