GD32F10x USB-Device
V1.0.0
GD32F10x USB-Device
|
USB_HID_Class_Exported_Variables
Variables | |
USBD_Class_cb_TypeDef | USBD_HID_cb |
USBD_Class_cb_TypeDef | USBD_HID_cb |
const uint8_t | USBD_HID_CfgDesc [USB_HID_CONFIG_DESC_SIZE] |
const uint8_t | HID_ReportDesc [USB_HID_REPORT_DESC_SIZE] |
Detailed Description
Variable Documentation
const uint8_t HID_ReportDesc[USB_HID_REPORT_DESC_SIZE] |
Initial value:
=
{
0x05, 0x01,
0x09, 0x02,
0xA1, 0x01,
0x09, 0x30,
0x09, 0x31,
0x15, 0x81,
0x25, 0x7F,
0x75, 0x08,
0x95, 0x02,
0x81, 0x06,
0xc0,
}
Definition at line 112 of file usbd_hid_core.c.
USBD_Class_cb_TypeDef USBD_HID_cb |
Initial value:
=
{
USBD_HID_Init,
USBD_HID_DeInit,
USBD_HID_GetClassDescriptor,
USBD_HID_ClassReqHandle,
USBD_HID_GetInterface,
USBD_HID_SetInterface,
NULL,
NULL,
NULL,
NULL,
NULL,
USBD_HID_GetCfgDesc,
}
Definition at line 51 of file usbd_hid_core.c.
Generated on Fri Feb 6 2015 14:56:36 for GD32F10x USB-Device by 1.8.8