Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_report_get_test.c333 UCHAR input_report_buffer_char[1024]; in tx_demo_thread_host_simulation_entry() local
334 ULONG *input_report_buffer_long = (ULONG *)input_report_buffer_char; in tx_demo_thread_host_simulation_entry()
408 if (input_report_buffer_char[0] != 0) in tx_demo_thread_host_simulation_entry()
417 if (input_report_buffer_char[0] != 0x45) in tx_demo_thread_host_simulation_entry()
425 if (input_report_buffer_char[2] != 0x04 || in tx_demo_thread_host_simulation_entry()
426 input_report_buffer_char[3] != 0x05 || in tx_demo_thread_host_simulation_entry()
427 input_report_buffer_char[4] != 0x06 || in tx_demo_thread_host_simulation_entry()
428 input_report_buffer_char[5] != 0x07 || in tx_demo_thread_host_simulation_entry()
429 input_report_buffer_char[6] != 0x08 || in tx_demo_thread_host_simulation_entry()
430 input_report_buffer_char[7] != 0x09) in tx_demo_thread_host_simulation_entry()