Home
last modified time | relevance | path

Searched refs:device_framework_full_speed (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_new_interface_create_test.c47 static UCHAR device_framework_full_speed[] = { variable
122 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
346device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
461 device_framework_full_speed[44] = 0; /* bLength: 5 -> 0 */ in tx_test_thread_host_simulation_entry()
473 device_framework_full_speed[44] = 5; in tx_test_thread_host_simulation_entry()
479 device_framework_full_speed[86] = 9; /* bLength: 7 -> 9 */ in tx_test_thread_host_simulation_entry()
491 device_framework_full_speed[86] = 7; in tx_test_thread_host_simulation_entry()
497 device_framework_full_speed[64] = 0; /* bType: 5 -> 0 */ in tx_test_thread_host_simulation_entry()
509 device_framework_full_speed[64] = 5; in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_stack_interfaces_scan_test.c45 static UCHAR device_framework_full_speed[] = { variable
75 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
255device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
388 device_framework_full_speed[18] = 0; /* bLength: 9 -> 0 */ in tx_demo_thread_host_simulation_entry()
402 device_framework_full_speed[18] = 9; in tx_demo_thread_host_simulation_entry()
408 device_framework_full_speed[18] = 99; /* bLength: 9 -> 99 */ in tx_demo_thread_host_simulation_entry()
422 device_framework_full_speed[18] = 9; in tx_demo_thread_host_simulation_entry()
Dusbx_msrc_73492_host_vc_header_parse.c73 static unsigned char device_framework_full_speed[] = { variable
260 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
508 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 8, 0,
512 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 18, 0,
516 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, UX_CONFIG…
520 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, DEVICE_FR…
717device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
1004 device_framework_full_speed[44 + 11] = 1; in tx_test_thread_host_simulation_entry()
1005 device_framework_full_speed[44 + 12] = 5; in tx_test_thread_host_simulation_entry()
1014 device_framework_full_speed[44 + 11] = 1; in tx_test_thread_host_simulation_entry()
[all …]
Dusbx_ux_host_class_cdc_acm_capabilities_get_test.c95 static unsigned char device_framework_full_speed[] = { variable
116 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
382device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
509 device_framework_full_speed[18 + 9 + 8 + 1] = 0; in tx_test_thread_host_simulation_entry()
519 device_framework_full_speed[18 + 9 + 8 + 1] = UX_INTERFACE_DESCRIPTOR_ITEM; in tx_test_thread_host_simulation_entry()
524 device_framework_full_speed[18 + 9 + 8 + 6] = UX_HOST_CLASS_CDC_DLC_SUBCLASS; in tx_test_thread_host_simulation_entry()
534 device_framework_full_speed[18 + 9 + 8 + 6] = UX_HOST_CLASS_CDC_ACM_SUBCLASS; in tx_test_thread_host_simulation_entry()
539 device_framework_full_speed[18 + 9 + 8 + 6] = 0xEE; in tx_test_thread_host_simulation_entry()
549 device_framework_full_speed[18 + 9 + 8 + 6] = UX_HOST_CLASS_CDC_ACM_SUBCLASS; in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_stack_device_descriptor_read_test.c127 static UCHAR device_framework_full_speed[] = { variable
141 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
210 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 7, 0,
214 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 8, 0,
218 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, UX_DEVICE_…
353device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_ux_host_class_cdc_acm_endpoints_get_test.c117 static unsigned char device_framework_full_speed[] = { variable
138 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
392device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
507 device_framework_full_speed[DEVICE_FRAMEWORK_LENGTH_FULL_SPEED - 4] = 3; in tx_test_thread_host_simulation_entry()
524 device_framework_full_speed[DEVICE_FRAMEWORK_LENGTH_FULL_SPEED - 4] = 2; in tx_test_thread_host_simulation_entry()
527 device_framework_full_speed[DEVICE_FRAMEWORK_LENGTH_FULL_SPEED - 11] = 3; in tx_test_thread_host_simulation_entry()
540 device_framework_full_speed[DEVICE_FRAMEWORK_LENGTH_FULL_SPEED - 11] = 2; in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_class_video_dwMaxPayloadTransferSize_test.c73 static unsigned char device_framework_full_speed[] = { variable
260 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
261 #define DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED sizeof(device_framework_full_speed)
262 #define device_framework_high_speed device_framework_full_speed
322 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 8, 0,
326 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 18, 0,
330 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, UX_CONFIG…
334 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, DEVICE_FR…
562device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_ux_device_stack_initialize_test.c116 static UCHAR device_framework_full_speed[] = { variable
131 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
246device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_ux_host_stack_bandwidth_test.c150 static UCHAR device_framework_full_speed[] = { variable
159 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
346device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
438 …{UX_FULL_SPEED_DEVICE, device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, 0x110, 12… in ux_test_thread_simulation_0_entry()
439 …{UX_FULL_SPEED_DEVICE, device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, 0x200, 12… in ux_test_thread_simulation_0_entry()
443 …{UX_FULL_SPEED_DEVICE, device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, 0x200, 600… in ux_test_thread_simulation_0_entry()
444 …{UX_FULL_SPEED_DEVICE, device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, 0x200, 600… in ux_test_thread_simulation_0_entry()
446 …{UX_FULL_SPEED_DEVICE, device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, 0x200, 600… in ux_test_thread_simulation_0_entry()
Dusbx_ux_host_device_basic_memory_tests.c77 static unsigned char device_framework_full_speed[] = { variable
456 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 8, 0,
460 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 18, 0,
464 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, UX_CONFIG…
468 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, DEVICE_FR…
629 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
630device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS] = device_framework_full_speed[DEVICE_FR… in test_swap_framework_bulk_ep_descriptors()
631 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
741device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_ux_host_basic_memory_tests.c90 static unsigned char device_framework_full_speed[] = { variable
469 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 8, 0,
473 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 18, 0,
477 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, UX_CONFIG…
481 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, DEVICE_FR…
642 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
643device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS] = device_framework_full_speed[DEVICE_FR… in test_swap_framework_bulk_ep_descriptors()
644 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
748device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_msrc_81691_standalone_host_stack_enum_double_free_test.c95 static unsigned char device_framework_full_speed[] = { variable
133 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
134 #define DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED sizeof(device_framework_full_speed)
135 #define device_framework_high_speed device_framework_full_speed
351device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
374 device_framework_full_speed[7] = 0x00; in test_application_define()
Dusbx_ux_host_class_video_format_frame_based_test.c74 static unsigned char device_framework_full_speed[] = { variable
337 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
338 #define DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED sizeof(device_framework_full_speed)
339 #define device_framework_high_speed device_framework_full_speed
399 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 8, 0,
403 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 18, 0,
407 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, UX_CONFIG…
411 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, DEVICE_FR…
652device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_ux_host_class_video_format_h264_test.c74 static unsigned char device_framework_full_speed[] = { variable
360 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
361 #define DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED sizeof(device_framework_full_speed)
362 #define device_framework_high_speed device_framework_full_speed
422 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 8, 0,
426 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 18, 0,
430 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, UX_CONFIG…
434 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, DEVICE_FR…
675device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_ux_host_stack_configuration_enumerate_test.c127 static UCHAR device_framework_full_speed[] = { variable
141 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
210 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, UX_CONFIG…
335device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_ux_host_device_basic_tests.c90 static unsigned char device_framework_full_speed[] = { variable
469 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 8, 0,
473 … UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 0, 18, 0,
477 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, UX_CONFIG…
481 …UX_TEST_SIM_REQ_ANSWER | UX_TEST_SETUP_MATCH_REQ_V, 0, device_framework_full_speed + 18, DEVICE_FR…
647 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
648device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS] = device_framework_full_speed[DEVICE_FR… in test_swap_framework_bulk_ep_descriptors()
649 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
760device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_standalone_device_cdc_acm_basic_memory_test.c82 static unsigned char device_framework_full_speed[] = { variable
474 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
475device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS] = device_framework_full_speed[DEVICE_FR… in test_swap_framework_bulk_ep_descriptors()
476 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
561device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_standalone_cdc_acm_basic_memory_test.c82 static unsigned char device_framework_full_speed[] = { variable
490 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
491device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS] = device_framework_full_speed[DEVICE_FR… in test_swap_framework_bulk_ep_descriptors()
492 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
577device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_ux_device_class_hid_wMaxPacketSize_test.c98 static UCHAR device_framework_full_speed[] = { variable
112 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
259device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
393 …_ux_utility_short_put(device_framework_full_speed+DEVICE_FRAMEWORK_OFFSET_FS_EP_MPS, tests[i].wMax… in tx_demo_thread_host_simulation_entry()
Dusbx_msrc_81231_host_prolific_inst_free_tests.c99 static unsigned char device_framework_full_speed[] = { variable
125 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
126 #define DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED sizeof(device_framework_full_speed)
127 #define device_framework_high_speed device_framework_full_speed
354device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_msrc_81232_host_gser_inst_free_tests.c99 static unsigned char device_framework_full_speed[] = { variable
129 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
130 #define DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED sizeof(device_framework_full_speed)
131 #define device_framework_high_speed device_framework_full_speed
346device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_msrc_81233_host_swar_inst_free_tests.c99 static unsigned char device_framework_full_speed[] = { variable
123 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
124 #define DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED sizeof(device_framework_full_speed)
125 #define device_framework_high_speed device_framework_full_speed
340device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_msrc_81575_standalone_host_cdc_acm_allocated_enum_free_test.c95 static unsigned char device_framework_full_speed[] = { variable
133 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
134 #define DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED sizeof(device_framework_full_speed)
135 #define device_framework_high_speed device_framework_full_speed
368device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
Dusbx_msrc_81574_standalone_host_hid_allocated_enum_free_test.c144 static unsigned char device_framework_full_speed[] = { variable
167 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED sizeof(device_framework_full_speed)
168 #define DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED sizeof(device_framework_full_speed)
169 #define device_framework_high_speed device_framework_full_speed
400device_framework_full_speed, DEVICE_FRAMEWORK_LENGTH_FULL_SPEED, in test_application_define()
/USBX-v6.2.1/common/core/src/
Dux_device_stack_initialize.c118 … UCHAR * device_framework_full_speed, ULONG device_framework_length_full_speed, in _ux_device_stack_initialize() argument
153 …tem_slave -> ux_system_slave_device_framework_full_speed = device_framework_full_speed; in _ux_device_stack_initialize()
511 … UCHAR * device_framework_full_speed, ULONG device_framework_length_full_speed, in _uxe_device_stack_initialize() argument
519 (device_framework_full_speed == UX_NULL) || (device_framework_length_full_speed == 0) || in _uxe_device_stack_initialize()
526device_framework_full_speed, device_framework_length_full_speed, in _uxe_device_stack_initialize()

12345678910>>...16