Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_test_USBX_141_keyboard_layout.c443 #define N_TEST 3 in tx_demo_thread_host_simulation_entry() macro
450 UCHAR decode_disable[N_TEST] = {UX_FALSE, UX_FALSE, UX_TRUE}; in tx_demo_thread_host_simulation_entry()
451 UX_HOST_CLASS_HID_KEYBOARD_LAYOUT *layouts[N_TEST] = {&test_layout_jp_0_9, UX_NULL, &test_layout_jp… in tx_demo_thread_host_simulation_entry()
452 UCHAR expected_keys[N_TEST][N_KEY] = { in tx_demo_thread_host_simulation_entry()
478 for (i = 0; i < N_TEST; i ++) in tx_demo_thread_host_simulation_entry()
Dusbx_standalone_cdc_acm_basic_test.c854 #undef N_TEST in test_cdc_acm_device_read_write_blocking()
855 #define N_TEST 5 in test_cdc_acm_device_read_write_blocking() macro
859 } tests[N_TEST] = { in test_cdc_acm_device_read_write_blocking()
867 for (test = 0; test < N_TEST; test ++) in test_cdc_acm_device_read_write_blocking()
972 #undef N_TEST in test_cdc_acm_device_read_write()
973 #define N_TEST 6 in test_cdc_acm_device_read_write() macro
977 } tests[N_TEST] = { in test_cdc_acm_device_read_write()
1003 for (test = 0; test < N_TEST; test ++) in test_cdc_acm_device_read_write()
Dusbx_standalone_device_cdc_acm_transmission_test.c702 #define N_TEST 6 in test_cdc_acm_device_transmission() macro
706 } tests[N_TEST] = { in test_cdc_acm_device_transmission()
727 for (test = 0; test < N_TEST; test ++) in test_cdc_acm_device_transmission()
Dusbx_standalone_device_cdc_acm_basic_test.c789 #define N_TEST 6 in test_cdc_acm_device_read_write() macro
793 } tests[N_TEST] = { in test_cdc_acm_device_read_write()
814 for (test = 0; test < N_TEST; test ++) in test_cdc_acm_device_read_write()