Searched refs:test_device_report_len (Results 1 – 1 of 1) sorted by relevance
19 static UCHAR test_device_report_len = 1; /* Without ID */ variable369 test_device_report_len = 3; /* ... */ in tx_demo_thread_host_simulation_entry()410 test_device_report_len = 1; /* 4 x 1-bit value. */ in tx_demo_thread_host_simulation_entry()457 test_device_report_len = 3; /* 3 x bytes. */ in tx_demo_thread_host_simulation_entry()466 UX_TEST_ASSERT(test_log_report_data_len[c] == test_device_report_len+1); in tx_demo_thread_host_simulation_entry()468 for (i = 0; i < test_device_report_len; i ++) in tx_demo_thread_host_simulation_entry()506 test_device_report_len = 2; /* 1 x 16-bit value. */ in tx_demo_thread_host_simulation_entry()515 UX_TEST_ASSERT(test_log_report_data_len[c] == test_device_report_len+1); in tx_demo_thread_host_simulation_entry()517 for (i = 0; i < test_device_report_len; i ++) in tx_demo_thread_host_simulation_entry()588 hid_event.ux_device_class_hid_event_length = test_device_report_len + 1; in tx_demo_thread_slave_simulation_entry()[all …]