| /USBX-v6.2.1/common/core/src/ |
| D | ux_device_stack_descriptor_send.c | 119 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 …]
|
| D | ux_device_stack_initialize.c | 119 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/ |
| D | usbx_ux_device_stack_initialize_test.c | 160 static UCHAR string_framework[] = { variable 176 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework) 247 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_device_class_cdc_ecm_uninitialize_test.c | 181 static unsigned char string_framework[] = { variable 292 string_framework, sizeof(string_framework), in thread_entry_device()
|
| D | usbx_ux_host_stack_class_instance_get_test.c | 114 static UCHAR string_framework[] = { variable 130 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework) 250 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_host_stack_interfaces_scan_test.c | 118 static UCHAR string_framework[] = { variable 134 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework) 256 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_device_stack_descriptor_send_test.c | 110 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()
|
| D | usbx_ux_host_stack_class_instance_destroy_test.c | 114 static UCHAR string_framework[] = { variable 130 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework) 250 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_host_stack_class_interface_scan_test.c | 120 static UCHAR string_framework[] = { variable 136 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework) 267 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_host_stack_configuration_enumerate_test.c | 169 static UCHAR string_framework[] = { variable 185 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework) 336 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_host_stack_interface_endpoint_get_test.c | 114 static UCHAR string_framework[] = { variable 130 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework) 252 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_device_stack_bos_test.c | 131 static UCHAR string_framework[] = { variable 147 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework) 248 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_host_stack_new_interface_create_test.c | 214 static UCHAR string_framework[] = { variable 230 #define STRING_FRAMEWORK_LENGTH sizeof(string_framework) 347 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_cdc_ecm_mac_address_invalid_length_test.c | 34 .string_framework = invalid_mac_address_string_length,
|
| D | usbx_msrc_72427_ecm_host_mac_test.c | 30 .string_framework = invalid_mac_address_string_length,
|
| D | usbx_hid_report_descriptor_get_zero_length_item_data_test.c | 110 static UCHAR string_framework[] = { variable 215 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_hid_report_descriptor_incoherent_usage_min_max_test.c | 88 static UCHAR string_framework[] = { variable 198 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_hid_report_descriptor_invalid_length_test.c | 85 static UCHAR string_framework[] = { variable 195 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_hid_report_descriptor_unknown_local_tag_test.c | 87 static UCHAR string_framework[] = { variable 197 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_hid_report_descriptor_usages_overflow_via_max_test.c | 90 static UCHAR string_framework[] = { variable 199 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_host_class_hid_mouse_entry_test2.c | 97 static UCHAR string_framework[] = { variable 203 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_host_class_hid_mouse_entry_test3.c | 97 static UCHAR string_framework[] = { variable 203 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_ux_host_class_hid_remote_control_entry_test3.c | 108 static UCHAR string_framework[] = { variable 220 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_hid_report_descriptor_collection_overflow_test.c | 106 static UCHAR string_framework[] = { variable 216 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|
| D | usbx_hid_report_descriptor_delimiter_nested_close_test.c | 98 static UCHAR string_framework[] = { variable 208 string_framework, STRING_FRAMEWORK_LENGTH, in test_application_define()
|