Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_report_add.c189 current_field_address = new_hid_report -> ux_host_class_hid_report_bit_length; in _ux_host_class_hid_report_add()
190 …new_hid_report -> ux_host_class_hid_report_bit_length += hid_parser -> ux_host_class_hid_parser_g… in _ux_host_class_hid_report_add()
194 … ux_host_class_hid_report_byte_length = new_hid_report -> ux_host_class_hid_report_bit_length >> … in _ux_host_class_hid_report_add()
197 if (new_hid_report -> ux_host_class_hid_report_bit_length & 7) in _ux_host_class_hid_report_add()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_logitech_pro_x_superlight_test.c364 …report -> ux_host_class_hid_report_byte_length, hid_report -> ux_host_class_hid_report_bit_length); in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h911 ULONG ux_host_class_hid_report_bit_length; member