Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_report_descriptor_decompress_test.c9 static SLONG report_buffer_decompressed[1024]; variable
349 client_report.ux_host_class_hid_client_report_buffer = report_buffer_decompressed; in tx_demo_thread_host_simulation_entry()
386 report_buffer_decompressed[0] != 0x00010001 || in tx_demo_thread_host_simulation_entry()
387 report_buffer_decompressed[1] != 0x01 || in tx_demo_thread_host_simulation_entry()
392 report_buffer_decompressed[2] != 0x00010002 || in tx_demo_thread_host_simulation_entry()
393 report_buffer_decompressed[3] != 0x01 || in tx_demo_thread_host_simulation_entry()
396 report_buffer_decompressed[4] != 0x00010003 || in tx_demo_thread_host_simulation_entry()
397 report_buffer_decompressed[5] != 0x00 || in tx_demo_thread_host_simulation_entry()
400 report_buffer_decompressed[6] != 0x00010004 || in tx_demo_thread_host_simulation_entry()
401 report_buffer_decompressed[7] != 0x01 || in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_compress_array_test.c270 SLONG report_buffer_decompressed[1024]; in tx_demo_thread_host_simulation_entry() local
292 report_buffer_decompressed[0] = 0x00070001; in tx_demo_thread_host_simulation_entry()
293 report_buffer_decompressed[1] = 0x1; in tx_demo_thread_host_simulation_entry()
296 report_buffer_decompressed[2] = 0x00070002; in tx_demo_thread_host_simulation_entry()
297 report_buffer_decompressed[3] = 0x2; in tx_demo_thread_host_simulation_entry()
300 report_buffer_decompressed[4] = 0x00070003; in tx_demo_thread_host_simulation_entry()
301 report_buffer_decompressed[5] = 0x3; in tx_demo_thread_host_simulation_entry()
304 report_buffer_decompressed[6] = 0x00070004; in tx_demo_thread_host_simulation_entry()
305 report_buffer_decompressed[7] = 0x4; in tx_demo_thread_host_simulation_entry()
308 report_buffer_decompressed[8] = 0x00070005; in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_multiple_reports_input_test.c8 static SLONG report_buffer_decompressed[1024]; variable
314 input_report_request.ux_host_class_hid_client_report_buffer = report_buffer_decompressed; in tx_demo_thread_host_simulation_entry()
335 report_buffer_decompressed[0] != 0x00010001 || in tx_demo_thread_host_simulation_entry()
336 report_buffer_decompressed[1] != 0x01 || in tx_demo_thread_host_simulation_entry()
337 report_buffer_decompressed[2] != 0x00010002 || in tx_demo_thread_host_simulation_entry()
338 report_buffer_decompressed[3] != 0x00 || in tx_demo_thread_host_simulation_entry()
339 report_buffer_decompressed[4] != 0x00010003 || in tx_demo_thread_host_simulation_entry()
340 report_buffer_decompressed[5] != 0x03 || in tx_demo_thread_host_simulation_entry()
341 report_buffer_decompressed[6] != 0x00010004 || in tx_demo_thread_host_simulation_entry()
342 report_buffer_decompressed[7] != 0x02 in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_decompress_array_test.c8 static SLONG report_buffer_decompressed[1024]; variable
303 input_report_request.ux_host_class_hid_client_report_buffer = report_buffer_decompressed; in tx_demo_thread_host_simulation_entry()
328 report_buffer_decompressed[0] != 0x00010000 || in tx_demo_thread_host_simulation_entry()
329 report_buffer_decompressed[1] != 0x00 || in tx_demo_thread_host_simulation_entry()
330 report_buffer_decompressed[2] != 0x00010010 || in tx_demo_thread_host_simulation_entry()
331 report_buffer_decompressed[3] != 0x10 || in tx_demo_thread_host_simulation_entry()
332 report_buffer_decompressed[4] != 0x00010023 || in tx_demo_thread_host_simulation_entry()
333 report_buffer_decompressed[5] != 0x23 || in tx_demo_thread_host_simulation_entry()
334 report_buffer_decompressed[6] != 0x00010037 || in tx_demo_thread_host_simulation_entry()
335 report_buffer_decompressed[7] != 0x37 || in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_extended_usages_test.c8 static SLONG report_buffer_decompressed[1024]; variable
292 input_report_request.ux_host_class_hid_client_report_buffer = report_buffer_decompressed; in tx_demo_thread_host_simulation_entry()
308 report_buffer_decompressed[0] != 0x00040031 in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_fields_and_reports_test.c8 static SLONG report_buffer_decompressed[1024]; variable