Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_device_stack_descriptor_send.c114 UCHAR *string_framework; in _ux_device_stack_descriptor_send() local
395 string_framework = _ux_system_slave -> ux_system_slave_string_framework; in _ux_device_stack_descriptor_send()
404 if (_ux_utility_short_get(string_framework) == request_index) in _ux_device_stack_descriptor_send()
408 if (*(string_framework + 2) == descriptor_index) in _ux_device_stack_descriptor_send()
412 if (((*(string_framework + 3)*2) + 2) > UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH) in _ux_device_stack_descriptor_send()
435 *string_memory = (UCHAR)((*(string_framework + 3)*2) + 2); in _ux_device_stack_descriptor_send()
441 … for (string_length = 0; string_length < *(string_framework + 3) ; string_length ++) in _ux_device_stack_descriptor_send()
445 … *(string_memory + 2 + (string_length * 2)) = *(string_framework + 4 + string_length); in _ux_device_stack_descriptor_send()
452 if (host_length > (UINT)((*(string_framework + 3)*2) + 2)) in _ux_device_stack_descriptor_send()
453 length = (ULONG)((*(string_framework + 3)*2) + 2); in _ux_device_stack_descriptor_send()
[all …]
Dux_device_stack_initialize.c116 UCHAR * string_framework, ULONG string_framework_length, in _ux_device_stack_initialize() argument
154 _ux_system_slave -> ux_system_slave_string_framework = string_framework; in _ux_device_stack_initialize()
/USBX-v6.2.1/samples/
Ddemo_usbx.c94 UCHAR string_framework[] = { variable
203 string_framework, STRING_FRAMEWORK_LENGTH, in tx_application_define()
/USBX-v6.2.1/common/core/inc/
Dux_device_stack.h93 UCHAR * string_framework, ULONG string_framework_length,
Dux_api.h2806 UCHAR * string_framework, ULONG string_framework_length,