Home
last modified time | relevance | path

Searched refs:string_framework (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/USBX-v6.2.1/common/core/src/
Dux_device_stack_descriptor_send.c119 UCHAR *string_framework; in _ux_device_stack_descriptor_send() local
416 string_framework = _ux_system_slave -> ux_system_slave_string_framework; in _ux_device_stack_descriptor_send()
425 if (_ux_utility_short_get(string_framework) == request_index) in _ux_device_stack_descriptor_send()
429 if (*(string_framework + 2) == descriptor_index) in _ux_device_stack_descriptor_send()
433 if (((*(string_framework + 3)*2) + 2) > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH) in _ux_device_stack_descriptor_send()
456 *string_memory = (UCHAR)((*(string_framework + 3)*2) + 2); in _ux_device_stack_descriptor_send()
462 … for (string_length = 0; string_length < *(string_framework + 3) ; string_length ++) in _ux_device_stack_descriptor_send()
466 … *(string_memory + 2 + (string_length * 2)) = *(string_framework + 4 + string_length); in _ux_device_stack_descriptor_send()
473 if (host_length > (UINT)((*(string_framework + 3)*2) + 2)) in _ux_device_stack_descriptor_send()
474 length = (ULONG)((*(string_framework + 3)*2) + 2); in _ux_device_stack_descriptor_send()
[all …]
Dux_device_stack_initialize.c119 UCHAR * string_framework, ULONG string_framework_length, in _ux_device_stack_initialize() argument
157 _ux_system_slave -> ux_system_slave_string_framework = string_framework; in _ux_device_stack_initialize()
512 UCHAR * string_framework, ULONG string_framework_length, in _uxe_device_stack_initialize() argument
520 ((string_framework == UX_NULL) && (string_framework_length != 0)) || in _uxe_device_stack_initialize()
527 string_framework, string_framework_length, in _uxe_device_stack_initialize()
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_stack_initialize_test.c160 static UCHAR string_framework[] = { variable
176 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework)
247 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_device_class_cdc_ecm_uninitialize_test.c181 static unsigned char string_framework[] = { variable
292 string_framework, sizeof(string_framework), in thread_entry_device()
Dusbx_ux_host_stack_class_instance_get_test.c114 static UCHAR string_framework[] = { variable
130 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework)
250 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_host_stack_interfaces_scan_test.c118 static UCHAR string_framework[] = { variable
134 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework)
256 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_device_stack_descriptor_send_test.c110 static UCHAR string_framework[] = { variable
226 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
332 string_framework[3] = 12; in tx_demo_thread_host_simulation_entry()
349 string_framework[3] = 0xff; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_stack_class_instance_destroy_test.c114 static UCHAR string_framework[] = { variable
130 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework)
250 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_host_stack_class_interface_scan_test.c120 static UCHAR string_framework[] = { variable
136 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework)
267 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_host_stack_configuration_enumerate_test.c169 static UCHAR string_framework[] = { variable
185 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework)
336 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_host_stack_interface_endpoint_get_test.c114 static UCHAR string_framework[] = { variable
130 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework)
252 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_device_stack_bos_test.c131 static UCHAR string_framework[] = { variable
147 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework)
248 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_host_stack_new_interface_create_test.c214 static UCHAR string_framework[] = { variable
230 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework)
347 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_cdc_ecm_mac_address_invalid_length_test.c34 .string_framework = invalid_mac_address_string_length,
Dusbx_msrc_72427_ecm_host_mac_test.c30 .string_framework = invalid_mac_address_string_length,
Dusbx_hid_report_descriptor_get_zero_length_item_data_test.c110 static UCHAR string_framework[] = { variable
215 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_hid_report_descriptor_incoherent_usage_min_max_test.c88 static UCHAR string_framework[] = { variable
198 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_hid_report_descriptor_invalid_length_test.c85 static UCHAR string_framework[] = { variable
195 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_hid_report_descriptor_unknown_local_tag_test.c87 static UCHAR string_framework[] = { variable
197 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_hid_report_descriptor_usages_overflow_via_max_test.c90 static UCHAR string_framework[] = { variable
199 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_host_class_hid_mouse_entry_test2.c97 static UCHAR string_framework[] = { variable
203 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_host_class_hid_mouse_entry_test3.c97 static UCHAR string_framework[] = { variable
203 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_ux_host_class_hid_remote_control_entry_test3.c108 static UCHAR string_framework[] = { variable
220 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_hid_report_descriptor_collection_overflow_test.c106 static UCHAR string_framework[] = { variable
216 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
Dusbx_hid_report_descriptor_delimiter_nested_close_test.c98 static UCHAR string_framework[] = { variable
208 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()

12345678910>>...16