Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_stack_class_control_request_test.c18 static UINT test_entry_class[UX_MAX_SLAVE_INTERFACES] = {0, 0, 0, 0}; variable
21 test_entry_class[0] = 0; in _test_entry_log_reset()
22 test_entry_class[1] = 0; in _test_entry_log_reset()
23 test_entry_class[2] = 0; in _test_entry_log_reset()
24 test_entry_class[3] = 0; in _test_entry_log_reset()
28 if (test_entry_count < UX_MAX_SLAVE_INTERFACES) { test_entry_class[test_entry_count++] = c; }
30 (test_entry_class[0] != c1) || (test_entry_class[1] != c2) || \
31 (test_entry_class[2] != c3) || (test_entry_class[3] != c4)
216 test_entry_class[0], test_entry_class[1], test_entry_class[2], test_entry_class[3], in test_application_define()