Home
last modified time | relevance | path

Searched refs:hid_report_descriptor_mem (Results 1 – 1 of 1) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_local_item_parse_test.c145 static UCHAR hid_report_descriptor_mem[HID_REPORT_LENGTH + _DIV200(UX_HOST_CLASS_HID_USAGES + 10) *… variable
146 static UCHAR *hid_report_descriptor1 = hid_report_descriptor_mem;
147 static UCHAR *hid_report_descriptor2 = hid_report_descriptor_mem;
154 UCHAR *ptr = hid_report_descriptor_mem; in hid_report_descriptor_generate()
212 printf(" %2x", hid_report_descriptor_mem[i]); in hid_report_descriptor_generate()