Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_report_descriptor_compress_array_test.c271 UCHAR report_buffer_compressed[1024] = {0}; in tx_demo_thread_host_simulation_entry() local
321 …_class_hid_report_compress(hid, &client_report, report_buffer_compressed, sizeof(report_buffer_com… in tx_demo_thread_host_simulation_entry()
324 UX_TEST_ASSERT(report_buffer_compressed[0] == 0x1); in tx_demo_thread_host_simulation_entry()
325 UX_TEST_ASSERT(report_buffer_compressed[1] == 0x2); in tx_demo_thread_host_simulation_entry()
326 UX_TEST_ASSERT(report_buffer_compressed[2] == 0x3); in tx_demo_thread_host_simulation_entry()
327 UX_TEST_ASSERT(report_buffer_compressed[3] == 0x4); in tx_demo_thread_host_simulation_entry()
328 UX_TEST_ASSERT(report_buffer_compressed[4] == 0x5); in tx_demo_thread_host_simulation_entry()
329 UX_TEST_ASSERT(report_buffer_compressed[5] == 0x6); in tx_demo_thread_host_simulation_entry()
351 …_class_hid_report_compress(hid, &client_report, report_buffer_compressed, sizeof(report_buffer_com… in tx_demo_thread_host_simulation_entry()
375 …_class_hid_report_compress(hid, &client_report, report_buffer_compressed, sizeof(report_buffer_com… in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_multiple_reports_input_test.c7 static UCHAR report_buffer_compressed[1024]; variable
320 report_buffer_compressed[0] = 0x01; in tx_demo_thread_host_simulation_entry()
321 report_buffer_compressed[1] = 0x23; in tx_demo_thread_host_simulation_entry()
324 …us = _ux_host_class_hid_report_decompress(hid, &input_report_request, report_buffer_compressed, 2); in tx_demo_thread_host_simulation_entry()
376 report_buffer_compressed[0] = 0x02; // First byte is the Report ID. in tx_demo_thread_host_simulation_entry()
377 report_buffer_compressed[1] = 0x45; in tx_demo_thread_host_simulation_entry()
378 report_buffer_compressed[2] = 0x67; in tx_demo_thread_host_simulation_entry()
379 report_buffer_compressed[3] = 0x89; in tx_demo_thread_host_simulation_entry()
382 …us = _ux_host_class_hid_report_decompress(hid, &input_report_request, report_buffer_compressed, 3); in tx_demo_thread_host_simulation_entry()
431 report_buffer_compressed[0] = 0x04; // First byte is the Report ID. in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_decompress_array_test.c7 static UCHAR report_buffer_compressed[1024]; variable
309 report_buffer_compressed[0] = 0x00; in tx_demo_thread_host_simulation_entry()
310 report_buffer_compressed[1] = 0x10; in tx_demo_thread_host_simulation_entry()
311 report_buffer_compressed[2] = 0x23; in tx_demo_thread_host_simulation_entry()
312 report_buffer_compressed[3] = 0x37; in tx_demo_thread_host_simulation_entry()
313 report_buffer_compressed[4] = 0x43; in tx_demo_thread_host_simulation_entry()
314 report_buffer_compressed[5] = 0x65; in tx_demo_thread_host_simulation_entry()
317 …us = _ux_host_class_hid_report_decompress(hid, &input_report_request, report_buffer_compressed, 6); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_decompress_test.c8 static UCHAR report_buffer_compressed[1024]; variable
463 status = _ux_host_class_hid_report_compress(hid, &client_report, report_buffer_compressed, 28); in tx_demo_thread_host_simulation_entry()
472 …if(ux_utility_memory_compare(report_buffer_compressed, report_buffer_compressed_original, 17) != U… in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_extended_usages_test.c7 static UCHAR report_buffer_compressed[1024]; variable
298 …us = _ux_host_class_hid_report_decompress(hid, &input_report_request, report_buffer_compressed, 1); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_fields_and_reports_test.c7 static UCHAR report_buffer_compressed[1024]; variable