GD32F10x USB-Device
V1.0.0
GD32F10x USB-Device
|
USB_CustomHID_Private_Variables
Variables | |
uint8_t | Report_buf [2] |
uint8_t | USBD_CUSTOMHID_Report_ID = 0 |
uint8_t | flag = 0 |
USBD_Class_cb_TypeDef | USBD_CUSTOMHID_cb |
const uint8_t | USBD_HID_CfgDesc [CUSTOMHID_CONFIG_DESC_SIZE] |
const uint8_t | CustomHID_ReportDescriptor [CUSTOMHID_REPORT_DESC_SIZE] |
Detailed Description
Variable Documentation
USBD_Class_cb_TypeDef USBD_CUSTOMHID_cb |
Initial value:
=
{
USBD_CUSTOMHID_Init,
USBD_CUSTOMHID_DeInit,
USBD_CUSTOMHID_GetClassDescriptor,
USBD_CUSTOMHID_ClassReqHandle,
USBD_CUSTOMHID_GetInterface,
USBD_CUSTOMHID_SetInterface,
NULL,
NULL,
USBD_CUSTOMHID_DataIn,
USBD_CUSTOMHID_DataOut,
NULL,
USBD_CUSTOMHID_GetCfgDesc,
}
Definition at line 50 of file usbd_custom_hid_core.c.
Generated on Fri Feb 6 2015 14:56:36 for GD32F10x USB-Device by 1.8.8