GD32F1x0
|
usbd_printer_cdc_wrapper.c File Reference
This file calls to the separate CDC and HID class layer handlers. More...
#include "usbd_printer_cdc_wrapper.h"
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
