Searched refs:ux_host_class_hid_field_report_offset (Results 1 – 4 of 4) sorted by relevance
91 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()
234 new_hid_field -> ux_host_class_hid_field_report_offset = current_field_address; in _ux_host_class_hid_report_add()
372 …printf(" Offset %ld, value %ld\n", hid_field -> ux_host_class_hid_field_report_offset, hid_fiel… in tx_demo_thread_host_simulation_entry()
885 ULONG ux_host_class_hid_field_report_offset; member