Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_report_descriptor_multiple_fields_test.c8 static SLONG decompressed_output_report_buffer[1024]; variable
306 input_report_request.ux_host_class_hid_client_report_buffer = decompressed_output_report_buffer; in tx_demo_thread_host_simulation_entry()
339 decompressed_output_report_buffer[0] != 0x00010001 || in tx_demo_thread_host_simulation_entry()
340 decompressed_output_report_buffer[1] != 0x01 || in tx_demo_thread_host_simulation_entry()
341 decompressed_output_report_buffer[2] != 0x00010002 || in tx_demo_thread_host_simulation_entry()
342 decompressed_output_report_buffer[3] != 0x00 || in tx_demo_thread_host_simulation_entry()
343 decompressed_output_report_buffer[4] != 0x00010003 || in tx_demo_thread_host_simulation_entry()
344 decompressed_output_report_buffer[5] != 0x03 || in tx_demo_thread_host_simulation_entry()
345 decompressed_output_report_buffer[6] != 0x00010004 || in tx_demo_thread_host_simulation_entry()
346 decompressed_output_report_buffer[7] != 0x02 || in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_usages_min_max_test.c8 static SLONG decompressed_output_report_buffer[1024]; variable
294 input_report_request.ux_host_class_hid_client_report_buffer = decompressed_output_report_buffer; in tx_demo_thread_host_simulation_entry()
314 decompressed_output_report_buffer[0] != 0x000700e0 || in tx_demo_thread_host_simulation_entry()
315 decompressed_output_report_buffer[2] != 0x000700e1 || in tx_demo_thread_host_simulation_entry()
316 decompressed_output_report_buffer[4] != 0x000700e2 || in tx_demo_thread_host_simulation_entry()
317 decompressed_output_report_buffer[6] != 0x000700e3 || in tx_demo_thread_host_simulation_entry()
318 decompressed_output_report_buffer[8] != 0x000700e4 || in tx_demo_thread_host_simulation_entry()
319 decompressed_output_report_buffer[10] != 0x000700e5 || in tx_demo_thread_host_simulation_entry()
320 decompressed_output_report_buffer[12] != 0x000700e6 || in tx_demo_thread_host_simulation_entry()
321 decompressed_output_report_buffer[14] != 0x000700e7 in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_single_usage_multiple_data_test.c8 static SLONG decompressed_output_report_buffer[1024]; variable
288 input_report_request.ux_host_class_hid_client_report_buffer = decompressed_output_report_buffer; in tx_demo_thread_host_simulation_entry()
305 decompressed_output_report_buffer[0] != 0x00010030 || in tx_demo_thread_host_simulation_entry()
306 decompressed_output_report_buffer[2] != 0x00010030 || in tx_demo_thread_host_simulation_entry()
307 decompressed_output_report_buffer[4] != 0x00010030 in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_usages_single_test.c8 static SLONG decompressed_output_report_buffer[1024]; variable
298 input_report_request.ux_host_class_hid_client_report_buffer = decompressed_output_report_buffer; in tx_demo_thread_host_simulation_entry()
315 decompressed_output_report_buffer[0] != 0x00010030 || in tx_demo_thread_host_simulation_entry()
316 decompressed_output_report_buffer[2] != 0x00010031 || in tx_demo_thread_host_simulation_entry()
317 decompressed_output_report_buffer[4] != 0x00010032 in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_previous_report_test.c8 static SLONG decompressed_output_report_buffer[1024]; variable