Home
last modified time | relevance | path

Searched refs:string_index (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_string_get.c82 …t(UX_DEVICE *device, UCHAR *descriptor_buffer, ULONG length, ULONG language_id, ULONG string_index) in _ux_host_stack_device_string_get() argument
106 …_STRING_GET, device, descriptor_buffer, length, (language_id << 16) | string_index, UX_TRACE_HOST_… in _ux_host_stack_device_string_get()
140 …request -> ux_transfer_request_value = (UX_STRING_DESCRIPTOR_ITEM << 8) | string_index; in _ux_host_stack_device_string_get()
195 …t(UX_DEVICE *device, UCHAR *descriptor_buffer, ULONG length, ULONG language_id, ULONG string_index) in _uxe_host_stack_device_string_get() argument
203 …rn(_ux_host_stack_device_string_get(device, descriptor_buffer, length, language_id, string_index)); in _uxe_host_stack_device_string_get()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_ecm_mac_address_get.c97 ULONG string_index; in _ux_host_class_cdc_ecm_mac_address_get() local
251 for (string_index = 0; string_index < string_length; string_index++) in _ux_host_class_cdc_ecm_mac_address_get()
255 element_content = *(mac_address_string + (string_index * 2) + 2); in _ux_host_class_cdc_ecm_mac_address_get()
280 … element_content = *(mac_address_string + ((string_index + 1) * 2) + 2); in _ux_host_class_cdc_ecm_mac_address_get()
305 …*(cdc_ecm -> ux_host_class_cdc_ecm_node_id + string_index / 2) = (UCHAR)(element_hexa_upper << 4 |… in _ux_host_class_cdc_ecm_mac_address_get()
308 string_index ++; in _ux_host_class_cdc_ecm_mac_address_get()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h163 …(UX_DEVICE *device, UCHAR *descriptor_buffer, ULONG length, ULONG language_id, ULONG string_index);
219 …(UX_DEVICE *device, UCHAR *descriptor_buffer, ULONG length, ULONG language_id, ULONG string_index);
Dux_api.h2887 …(UX_DEVICE *device, UCHAR *descriptor_buffer, ULONG length, ULONG language_id, ULONG string_index);