/USBX-v6.2.1/test/regression/ |
D | usbx_ux_utility_memory_test.c | 301 UINT n, i, j; in test_application_define() local 330 for (n = 0; n < 3; n ++) in test_application_define() 333 switch(n) in test_application_define() 361 printf("ERROR #%d.%d\n", __LINE__, n); in test_application_define() 386 printf("ERROR #%d.%d.%d: Expect regular pool level down\n", __LINE__, n, j); in test_application_define() 393 printf("ERROR #%d.%d.%d: Expect cache safe pool level down\n", __LINE__, n, j); in test_application_define() 410 …printf("ERROR #%d.%d.%d: Regular pool level diff %lu -> %lu\n", __LINE__, n, j, rpool_free[0], rpo… in test_application_define() 416 …printf("ERROR #%d.%d.%d: Cache safe pool level diff %lu -> %lu\n", __LINE__, n, j, cpool_free[0], … in test_application_define() 440 printf("ERROR #%d.%d.%d.%d: Expect fail\n", __LINE__, n, j, i); in test_application_define() 451 printf("ERROR #%d.%d.%d.%d: memory allocate fail\n", __LINE__, n, j, i); in test_application_define() [all …]
|
D | usbx_hid_keyboard_key_test.c | 448 ULONG i, n; in tx_demo_thread_host_simulation_entry() local 505 for (n = 0; n < 4; n ++) in tx_demo_thread_host_simulation_entry() 524 expected_key = test_array[n][i]; in tx_demo_thread_host_simulation_entry() 529 …ror on line %d, test %ld.%ld, state 0x%lx, key 0x%lx <> 0x%lx\n", __LINE__, n, i, keyboard_state, … in tx_demo_thread_host_simulation_entry() 606 printf("Error on line %d, test %ld.%ld, state 0x%lx\n", __LINE__, n, i, keyboard_state); in tx_demo_thread_host_simulation_entry() 623 printf("Error on line %d, test %ld.%ld, state 0x%lx\n", __LINE__, n, i, keyboard_state); in tx_demo_thread_host_simulation_entry() 749 UINT i, n; in tx_demo_thread_slave_simulation_entry() local 807 for (n = 0; n < 2; n ++) in tx_demo_thread_slave_simulation_entry() 822 hid_event.ux_device_class_hid_event_buffer[0] = state_modifier[n]; in tx_demo_thread_slave_simulation_entry() 861 for (n = 0; n < 2; n ++) in tx_demo_thread_slave_simulation_entry() [all …]
|
D | ux_test.h | 29 #define UX_TEST_MULTI_IFC_OVER(n) ( \ argument 30 (UX_MAX_SLAVE_INTERFACES > (n)) && \ 32 (UX_MAX_DEVICE_INTERFACES > (n))) ) 36 #define UX_TEST_MULTI_CLS_OVER(n) ( \ argument 37 UX_MAX_CLASS_DRIVER > (n) && \ 38 UX_MAX_SLAVE_CLASS_DRIVER > (n) ) 41 #define UX_TEST_MULTI_EP_OVER(n) ( \ argument 42 (UX_MAX_DEVICE_ENDPOINTS > (n)) || \ 48 extern char *ux_test_file_base_name(char *path, int n);
|
D | usbx_test_USBX_6_ux_version_id.c | 84 UINT n, i; in test_application_define() local
|
D | ux_test.c | 1776 char *ux_test_file_base_name(char *path, int n) in ux_test_file_base_name() argument 1780 for (i = 0; i < n; i ++) in ux_test_file_base_name()
|
/USBX-v6.2.1/common/core/inc/ |
D | ux_api.h | 469 #define UX_TRACE_OBJECT_REGISTER(t,p,n,a,b) _ux_trace_object_register(t, (VOID *) p… argument 867 #define UX_TRACE_OBJECT_REGISTER(t,p,n,a,b) argument 2620 #define UX_SYSTEM_HOST_MAX_CLASS_SET(n) do { _ux_system_host->ux_system_host_max_class = (n… argument 2623 #define UX_SYSTEM_HOST_MAX_CLASS_SET(n) UX_PARAMETER_NOT_USED(n) argument 2628 #define UX_SYSTEM_HOST_MAX_HCD_SET(n) do { _ux_system_host->ux_system_host_max_hcd = (n);… argument 2631 #define UX_SYSTEM_HOST_MAX_HCD_SET(n) UX_PARAMETER_NOT_USED(n) argument 2635 #define UX_SYSTEM_HOST_MAX_DEVICES_SET(n) do { _ux_system_host->ux_system_host_max_devices = … argument 2638 #define UX_SYSTEM_HOST_MAX_DEVICES_SET(n) UX_PARAMETER_NOT_USED(n) argument 2681 #define UX_SYSTEM_DEVICE_MAX_CLASS_SET(n) do { _ux_system_slave->ux_system_slave_max_class = … argument 2684 #define UX_SYSTEM_DEVICE_MAX_CLASS_SET(n) do { UX_PARAMETER_NOT_USED(n); } while(0) argument
|
/USBX-v6.2.1/common/usbx_host_classes/src/ |
D | ux_host_class_audio_raw_sampling_parse.c | 162 ULONG n, offset; in _ux_host_class_audio10_sam_parse_func() local 218 for (n = 0, offset = 8; in _ux_host_class_audio10_sam_parse_func() 219 n < packed_audio_descriptor[7]; in _ux_host_class_audio10_sam_parse_func() 220 n ++, offset += 3) in _ux_host_class_audio10_sam_parse_func()
|
D | ux_host_class_storage_tasks_run.c | 680 ULONG n; in _ux_host_class_storage_unit_ready_check() local 687 n = _ux_host_class_storage_lun_scan(storage, UX_FALSE); in _ux_host_class_storage_unit_ready_check() 690 if (n > 0) in _ux_host_class_storage_unit_ready_check()
|
/USBX-v6.2.1/common/usbx_device_classes/inc/ |
D | ux_device_class_ccid.h | 462 #define UX_DEVICE_CLASS_CCID_EVENT_SLOT(n) (1u<<(n)) argument
|