Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hid_report_item_analyse.c94 item -> ux_host_class_hid_item_report_length = (USHORT) *(descriptor + 1); in _ux_host_class_hid_report_item_analyse()
111 item -> ux_host_class_hid_item_report_length = 4; in _ux_host_class_hid_report_item_analyse()
116 … item -> ux_host_class_hid_item_report_length = item_byte & UX_HOST_CLASS_HID_ITEM_LENGTH_MASK; in _ux_host_class_hid_report_item_analyse()
Dux_host_class_hid_report_descriptor_get.c168 descriptor += item.ux_host_class_hid_item_report_length; in _ux_host_class_hid_report_descriptor_get()
171 if (length < item.ux_host_class_hid_item_report_length) in _ux_host_class_hid_report_descriptor_get()
180 …length -= (ULONG)(item.ux_host_class_hid_item_report_length + item.ux_host_class_hid_item_report_… in _ux_host_class_hid_report_descriptor_get()
Dux_host_class_hid_item_data_get.c81 switch (item -> ux_host_class_hid_item_report_length) in _ux_host_class_hid_item_data_get()
Dux_host_class_hid_entry.c424 descriptor += item.ux_host_class_hid_item_report_length; in _ux_host_class_hid_report_descriptor_parse()
427 if (length < item.ux_host_class_hid_item_report_length) in _ux_host_class_hid_report_descriptor_parse()
436 …length -= (ULONG)(item.ux_host_class_hid_item_report_length + item.ux_host_class_hid_item_report_… in _ux_host_class_hid_report_descriptor_parse()
/USBX-v6.3.0/common/usbx_host_classes/inc/
Dux_host_class_hid.h955 USHORT ux_host_class_hid_item_report_length; member