Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_field_decompress.c89 data_offset_byte = (hid_field -> ux_host_class_hid_field_report_offset >> 3); in _ux_host_class_hid_field_decompress()
92 data_offset_bit = hid_field -> ux_host_class_hid_field_report_offset & 7; in _ux_host_class_hid_field_decompress()
Dux_host_class_hid_report_add.c256 new_hid_field -> ux_host_class_hid_field_report_offset = current_field_address; in _ux_host_class_hid_report_add()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h874 ULONG ux_host_class_hid_field_report_offset; member