Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_field_decompress.c91 data_offset_byte = (hid_field -> ux_host_class_hid_field_report_offset >> 3); in _ux_host_class_hid_field_decompress()
94 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.c234 new_hid_field -> ux_host_class_hid_field_report_offset = current_field_address; in _ux_host_class_hid_report_add()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_logitech_pro_x_superlight_test.c372 …printf(" Offset %ld, value %ld\n", hid_field -> ux_host_class_hid_field_report_offset, hid_fiel… in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h885 ULONG ux_host_class_hid_field_report_offset; member