Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_device_stack_descriptor_send.c115 ULONG target_descriptor_length = 0; in _ux_device_stack_descriptor_send() local
268 target_descriptor_length = bos_descriptor.wTotalLength; in _ux_device_stack_descriptor_send()
298 target_descriptor_length = configuration_descriptor.wTotalLength; in _ux_device_stack_descriptor_send()
326 if (target_descriptor_length < host_length) in _ux_device_stack_descriptor_send()
327 length = target_descriptor_length; in _ux_device_stack_descriptor_send()