Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_report_descriptor_multiple_fields_test.c7 static UCHAR raw_output_report_buffer[1024]; variable
314 raw_output_report_buffer[0] = 0x01; in tx_demo_thread_host_simulation_entry()
315 raw_output_report_buffer[1] = 0x23; in tx_demo_thread_host_simulation_entry()
318 raw_output_report_buffer[2] = 0x45; in tx_demo_thread_host_simulation_entry()
319 raw_output_report_buffer[3] = 0x67; in tx_demo_thread_host_simulation_entry()
320 raw_output_report_buffer[4] = 0x89; in tx_demo_thread_host_simulation_entry()
323 raw_output_report_buffer[5] = 0xab; in tx_demo_thread_host_simulation_entry()
324 raw_output_report_buffer[6] = 0xcd; in tx_demo_thread_host_simulation_entry()
327 …us = _ux_host_class_hid_report_decompress(hid, &input_report_request, raw_output_report_buffer, 1); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_usages_min_max_test.c7 static UCHAR raw_output_report_buffer[1024]; variable
300 raw_output_report_buffer[0] = 0xaa; in tx_demo_thread_host_simulation_entry()
303 …us = _ux_host_class_hid_report_decompress(hid, &input_report_request, raw_output_report_buffer, 1); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_single_usage_multiple_data_test.c7 static UCHAR raw_output_report_buffer[1024]; variable
294 …us = _ux_host_class_hid_report_decompress(hid, &input_report_request, raw_output_report_buffer, 1); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_usages_single_test.c7 static UCHAR raw_output_report_buffer[1024]; variable
304 …us = _ux_host_class_hid_report_decompress(hid, &input_report_request, raw_output_report_buffer, 1); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_previous_report_test.c7 static UCHAR raw_output_report_buffer[1024]; variable