GD32F1x0: USB_HID_Class_Exported_Variables

GD32F1x0

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]
 
USBD_Class_cb_TypeDef USBD_PRINTER_cb
 
const uint8_t USBD_PRINTER_CfgDesc [USB_PRINTER_CONFIG_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 115 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,
USBD_HID_DataIn,
NULL,
NULL,
USBD_HID_GetCfgDesc,
}

Definition at line 54 of file usbd_hid_core.c.

USBD_Class_cb_TypeDef USBD_PRINTER_cb
Initial value:
=
{
USBD_PRINTER_Init,
USBD_PRINTER_DeInit,
USBD_PRINTER_GetClassDescriptor,
USBD_PRINTER_ClassReqHandle,
USBD_PRINTER_GetInterface,
USBD_PRINTER_SetInterface,
NULL,
NULL,
USBD_PRINTER_DataIn,
USBD_PRINTER_DataOut,
NULL,
USBD_PRINTER_GetCfgDesc,
}

Definition at line 54 of file usbd_printer_core.c.

Generated by   doxygen 1.8.10