Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_report_item_analyse.c87 item -> ux_host_class_hid_item_report_format = UX_HOST_CLASS_HID_ITEM_TAG_LONG; in _ux_host_class_hid_report_item_analyse()
102 item -> ux_host_class_hid_item_report_format = UX_HOST_CLASS_HID_ITEM_TAG_SHORT; in _ux_host_class_hid_report_item_analyse()
Dux_host_class_hid_report_descriptor_get.c124 descriptor += item.ux_host_class_hid_item_report_format; in _ux_host_class_hid_report_descriptor_get()
179 …-= (ULONG)(item.ux_host_class_hid_item_report_length + item.ux_host_class_hid_item_report_format); in _ux_host_class_hid_report_descriptor_get()
Dux_host_class_hid_entry.c380 descriptor += item.ux_host_class_hid_item_report_format; in _ux_host_class_hid_report_descriptor_parse()
435 …-= (ULONG)(item.ux_host_class_hid_item_report_length + item.ux_host_class_hid_item_report_format); in _ux_host_class_hid_report_descriptor_parse()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h955 USHORT ux_host_class_hid_item_report_format; member