Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_report_descriptor_compress_and_decompress_test.c6 static UCHAR input_report_buffer_compressed[1024]; variable
408 …status = _ux_host_class_hid_report_compress(hid, &client_report, input_report_buffer_compressed, 1… in tx_demo_thread_host_simulation_entry()
418 input_report_buffer_compressed[0] != 0x0b || in tx_demo_thread_host_simulation_entry()
419 input_report_buffer_compressed[1] != 0x23 || in tx_demo_thread_host_simulation_entry()
420 input_report_buffer_compressed[2] != 0x45 || in tx_demo_thread_host_simulation_entry()
421 input_report_buffer_compressed[3] != 0x67 || in tx_demo_thread_host_simulation_entry()
422 input_report_buffer_compressed[4] != 0x89 || in tx_demo_thread_host_simulation_entry()
423 input_report_buffer_compressed[5] != 0xab || in tx_demo_thread_host_simulation_entry()
424 input_report_buffer_compressed[6] != 0xcd || in tx_demo_thread_host_simulation_entry()
425 input_report_buffer_compressed[7] != 0xef || in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_compress_test.c7 static UCHAR input_report_buffer_compressed[1024]; variable
409 …status = _ux_host_class_hid_report_compress(hid, &client_report, input_report_buffer_compressed, 1… in tx_demo_thread_host_simulation_entry()
419 input_report_buffer_compressed[0] != 0x0b || in tx_demo_thread_host_simulation_entry()
420 input_report_buffer_compressed[1] != 0x23 || in tx_demo_thread_host_simulation_entry()
421 input_report_buffer_compressed[2] != 0x45 || in tx_demo_thread_host_simulation_entry()
422 input_report_buffer_compressed[3] != 0x67 || in tx_demo_thread_host_simulation_entry()
423 input_report_buffer_compressed[4] != 0x89 || in tx_demo_thread_host_simulation_entry()
424 input_report_buffer_compressed[5] != 0xab || in tx_demo_thread_host_simulation_entry()
425 input_report_buffer_compressed[6] != 0xcd || in tx_demo_thread_host_simulation_entry()
426 input_report_buffer_compressed[7] != 0xef || in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_compress_array_test.c8 static UCHAR input_report_buffer_compressed[1024]; variable