Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_report_get_test.c334 ULONG *input_report_buffer_long = (ULONG *)input_report_buffer_char; in tx_demo_thread_host_simulation_entry() local
384 input_report_request.ux_host_class_hid_client_report_buffer = input_report_buffer_long; in tx_demo_thread_host_simulation_entry()
459 if (input_report_buffer_long[2*0 + 1] != 0) in tx_demo_thread_host_simulation_entry()
468 if (input_report_buffer_long[2*0 + 0] != 0x000700e0 || in tx_demo_thread_host_simulation_entry()
469 input_report_buffer_long[2*0 + 1] != 1 || in tx_demo_thread_host_simulation_entry()
470 input_report_buffer_long[2*1 + 0] != 0x000700e1 || in tx_demo_thread_host_simulation_entry()
471 input_report_buffer_long[2*1 + 1] != 0 || in tx_demo_thread_host_simulation_entry()
472 input_report_buffer_long[2*2 + 0] != 0x000700e2 || in tx_demo_thread_host_simulation_entry()
473 input_report_buffer_long[2*2 + 1] != 1 || in tx_demo_thread_host_simulation_entry()
474 input_report_buffer_long[2*3 + 0] != 0x000700e3 || in tx_demo_thread_host_simulation_entry()
[all …]