Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/inc/
Dux_device_stack.h88 UINT _ux_device_stack_descriptor_send(ULONG descriptor_type, ULONG request_index, ULONG host_len…
Dux_api.h2830 #define ux_device_stack_descriptor_send _ux_device_stack_descriptor_send
/USBX-v6.2.1/common/core/src/
Dux_device_stack_control_request_process.c301 … status = _ux_device_stack_descriptor_send(request_value, request_index, request_length); in _ux_device_stack_control_request_process()
Dux_device_stack_descriptor_send.c98 UINT _ux_device_stack_descriptor_send(ULONG descriptor_type, ULONG request_index, ULONG host_lengt… in _ux_device_stack_descriptor_send() function
/USBX-v6.2.1/test/regression/
Dusbx_ux_test_hub.h286 …UX_TEST_CHECK_SUCCESS(_ux_device_stack_descriptor_send(request_value, request_index, request_lengt… in hub_control_request_handler()