Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_bandwidth_test.c416 INT test; in ux_test_thread_simulation_0_entry() local
476 for (test = 0; test < sizeof(tests)/sizeof(struct _test_def); test ++) in ux_test_thread_simulation_0_entry()
484 hcd -> ux_hcd_version = tests[test].hcd_version; in ux_test_thread_simulation_0_entry()
485 hcd -> ux_hcd_available_bandwidth = tests[test].available_bandwidth; in ux_test_thread_simulation_0_entry()
486 … ux_test_dcd_sim_slave_connect_framework(tests[test].framework, tests[test].framework_length); in ux_test_thread_simulation_0_entry()
487 ux_test_hcd_sim_host_connect(tests[test].speed); in ux_test_thread_simulation_0_entry()
494 printf("ERROR #%d.%d: device_get fail\n", __LINE__, test); in ux_test_thread_simulation_0_entry()
502 printf("ERROR #%d.%d: cfg_get fail\n", __LINE__, test); in ux_test_thread_simulation_0_entry()
522 printf("ERROR #%d.%d: cfg_set fail\n", __LINE__, test); in ux_test_thread_simulation_0_entry()
527 if (tests[test].parent) in ux_test_thread_simulation_0_entry()
[all …]
Dusbx_ux_device_class_hid_idle_rate_test.c317 static void _run_idle_rate_test(INT test, UCHAR idle_rate, UX_SLAVE_CLASS_HID_EVENT *event) in _run_idle_rate_test() argument
328 stepinfo(">>>>>>>>>> #%d - event set\n", test); in _run_idle_rate_test()
334 printf("#%d, Error on line %d, error code: %x\n", test, __LINE__, status); in _run_idle_rate_test()
345 stepinfo(">>>>>>>>>> #%d - Set_Idle : %d\n", test, idle_rate); in _run_idle_rate_test()
351 printf("#%d, Error on line %d, error code: %x\n", test, __LINE__, status); in _run_idle_rate_test()
355 stepinfo(">>>>>>>>>> #%d - Get_Idle : %d\n", test, idle_rate); in _run_idle_rate_test()
361 printf("#%d, Error on line %d, error code: %x\n", test, __LINE__, status); in _run_idle_rate_test()
367 printf("#%d, Error on line %d, idle_rate: %d\n", test, __LINE__, actual_rate); in _run_idle_rate_test()
373 stepinfo(">>>>>>>>>> #%d - Wait %d for idle rate change\n", test, 1000); in _run_idle_rate_test()
380 … stepinfo(">>>>>>>>>> #%d, report count expect %ld vs %ld\n", test, expected_count, actual_count); in _run_idle_rate_test()
[all …]
Dusbx_standalone_cdc_acm_basic_test.c853 ULONG i, test; in test_cdc_acm_device_read_write_blocking() local
867 for (test = 0; test < N_TEST; test ++) in test_cdc_acm_device_read_write_blocking()
869 test_chr = tests[test].chr; in test_cdc_acm_device_read_write_blocking()
870 test_length = tests[test].len; in test_cdc_acm_device_read_write_blocking()
971 ULONG i, test; in test_cdc_acm_device_read_write() local
1003 for (test = 0; test < N_TEST; test ++) in test_cdc_acm_device_read_write()
1005 test_chr = tests[test].chr; in test_cdc_acm_device_read_write()
1006 test_length = tests[test].len; in test_cdc_acm_device_read_write()
Dusbx_standalone_device_cdc_acm_transmission_test.c701 ULONG i, test; in test_cdc_acm_device_transmission() local
727 for (test = 0; test < N_TEST; test ++) in test_cdc_acm_device_transmission()
729 test_chr = tests[test].chr; in test_cdc_acm_device_transmission()
730 test_length = tests[test].len; in test_cdc_acm_device_transmission()
Dusbx_standalone_device_cdc_acm_basic_test.c788 ULONG i, test; in test_cdc_acm_device_read_write() local
814 for (test = 0; test < N_TEST; test ++) in test_cdc_acm_device_read_write()
816 test_chr = tests[test].chr; in test_cdc_acm_device_read_write()
817 test_length = tests[test].len; in test_cdc_acm_device_read_write()
Dusbx_msrc_81292_host_pima_deactivate_semaphore_test.c1013 UINT test, i; in test_disconnect() local
1016 for (test = 0; test < 3; test ++) in test_disconnect()
1018 stepinfo(">>>>>>>>>>>> Disconnect.%d\n", test); in test_disconnect()
1035 stepinfo(">>>>>>>>>>>> Connect.%d\n", test); in test_disconnect()
Dusbx_msrc_81323_host_pima_deactivate_no_int_ep_test.c1007 UINT test, i; in test_disconnect() local
1010 for (test = 0; test < 3; test ++) in test_disconnect()
1012 stepinfo(">>>>>>>>>>>> Disconnect.%d\n", test); in test_disconnect()
1029 stepinfo(">>>>>>>>>>>> Connect.%d\n", test); in test_disconnect()
Dusbx_ux_host_class_storage_media_get_test.c582 #warning Increase UX_MAX_HOST_LUN and UX_HOST_CLASS_STORAGE_MAX_MEDIA for coverage test in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/cmake/
Darm-none-eabi.cmake15 # this makes the test compiles use static library option so that we don't need to pre-set linker fl…
/USBX-v6.2.1/
DREADME.md13 …/azure-rtos/samples) using hero development boards from semiconductors you can build and test with.
/USBX-v6.2.1/docs/
Drevision_history.txt532 Fixed and optimized based on code coverage test results:
2355 … ux_device_stack_transfer_request.c Ignore test for ENDPOINT_HALT if on a control endpoint