Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_device_string_get_test.c359 …status = ux_host_stack_device_string_get(device, host_in_buffer, UX_HOST_CLASS_DPUMP_PACKET_SIZE, … in tx_demo_thread_host_simulation_entry()
370 …status = ux_host_stack_device_string_get(device, host_in_buffer, UX_HOST_CLASS_DPUMP_PACKET_SIZE, … in tx_demo_thread_host_simulation_entry()
384 …status = ux_host_stack_device_string_get(device, host_in_buffer, UX_HOST_CLASS_DPUMP_PACKET_SIZE, … in tx_demo_thread_host_simulation_entry()
396 …status = ux_host_stack_device_string_get(device, host_in_buffer, UX_HOST_CLASS_DPUMP_PACKET_SIZE, … in tx_demo_thread_host_simulation_entry()
Dusbx_uxe_host_stack_test.c162 status = ux_host_stack_device_string_get(UX_NULL, buffer, 64, 0x1234, 1); in ux_test_thread_simulation_0_entry()
164 status = ux_host_stack_device_string_get(&dummy_device, UX_NULL, 64, 0x1234, 1); in ux_test_thread_simulation_0_entry()
166 status = ux_host_stack_device_string_get(&dummy_device, buffer, 0, 0x1234, 1); in ux_test_thread_simulation_0_entry()
/USBX-v6.2.1/common/core/
DCMakeLists.txt124 ${CMAKE_CURRENT_LIST_DIR}/src/ux_host_stack_device_string_get.c
/USBX-v6.2.1/common/core/inc/
Dux_api.h2764 #define ux_host_stack_device_string_get _uxe_host_stack_device_string_get macro
2782 #define ux_host_stack_device_string_get _ux_host_stack_device_string_get macro
2887 UINT ux_host_stack_device_string_get(UX_DEVICE *device, UCHAR *descriptor_buffer, ULONG length, …