Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_report_multiple_reports_ids_test.c11 static ULONG test_log_index = 0; variable
307 test_log_index = 0; in test_log_reset()
316 if (test_log_index < TEST_LOG_N) in test_log_add()
318 test_log_report_id[test_log_index] = report_id; in test_log_add()
319 test_log_report_data_len[test_log_index] = data_size; in test_log_add()
321 ux_utility_memory_copy(test_log_report_data[test_log_index], data_buf, data_size); in test_log_add()
322 test_log_index ++; in test_log_add()