Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_report_multiple_reports_ids_test.c6 #define TEST_LOG_N 8 macro
12 static INT test_log_report_id[TEST_LOG_N] = {-1};
13 static UCHAR test_log_report_data[TEST_LOG_N][32];
14 static ULONG test_log_report_data_len[TEST_LOG_N];
308 for (i = 0; i < TEST_LOG_N; i ++) in test_log_reset()
316 if (test_log_index < TEST_LOG_N) in test_log_add()