GD32F1x0: USB_CustomHID_Private_Variables

GD32F1x0

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]
 
uint8_t Report_buf [65]
 
uint8_t OptionByte [17] = {0}
 
uint8_t DeviceStatus [17]
 
uint8_t BinAddress [17]
 
uint8_t USBD_CUSTOMHID_Report_ID = 0
 
uint8_t flag = 0
 
uint8_t MAL_Buffer [TRANSFER_SIZE]
 
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

const uint8_t CustomHID_ReportDescriptor[CUSTOMHID_REPORT_DESC_SIZE]
Initial value:
=
{
0x05, 0x01,
0x09, 0x00,
0xa1, 0x01,
0x85, 0x01,
0x09, 0x01,
0x15, 0x00,
0x25, 0xff,
0x75, 0x08,
0x95, 0x3f,
0x91, 0x82,
0x85, 0x02,
0x09, 0x02,
0x15, 0x00,
0x25, 0xff,
0x75, 0x08,
0x95, 0x10,
0x81, 0x82,
0xc0
}

Definition at line 141 of file usbd_iap_core.c.

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,
USBD_CUSTOMHID_EP0_RxReady,
USBD_CUSTOMHID_DataIn,
USBD_CUSTOMHID_DataOut,
NULL,
USBD_CUSTOMHID_GetCfgDesc,
}

Definition at line 51 of file usbd_custom_hid_core.c.

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 71 of file usbd_iap_core.c.

Generated by   doxygen 1.8.10