GD32F1x0
|
usbd_msc_cdc_wrapper.c File Reference
This file calls to the separate CDC and HID class layer handlers. More...
#include "usbd_msc_cdc_wrapper.h"
Go to the source code of this file.
Variables | |
USBD_Class_cb_TypeDef | USBD_MSC_CDC_cb |
const uint8_t | USBD_MSC_CDC_CfgDesc [USB_MSC_CDC_CONFIG_DESC_SIZE] |
USBD_Class_cb_TypeDef | USBD_MSC_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_msc_cdc_wrapper.c.
Variable Documentation
USBD_Class_cb_TypeDef USBD_MSC_CDC_cb |
Initial value:
=
{
USBD_MSC_CDC_Init,
USBD_MSC_CDC_DeInit,
USBD_MSC_CDC_GetClassDescriptor,
USBD_MSC_CDC_ClassReqHandle,
USBD_MSC_CDC_GetInterface,
USBD_MSC_CDC_SetInterface,
NULL,
USBD_MSC_CDC_EP0_RxReady,
USBD_MSC_CDC_DataIn,
USBD_MSC_CDC_DataOut,
USBD_MSC_CDC_SOF,
USBD_MSC_CDC_GetCfgDesc,
USBD_MSC_CDC_ClearFeature
}
Definition at line 28 of file usbd_msc_cdc_wrapper.c.
Generated by 1.8.10