Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_hid_receiver_test.c386 status = ux_test_host_endpoint_write(endpoint, host_buffer, 0, UX_NULL); in tx_demo_thread_host_simulation_entry()
396 status = ux_test_host_endpoint_write(endpoint, host_buffer, 8, UX_NULL); in tx_demo_thread_host_simulation_entry()
398 …status = ux_test_host_endpoint_write(endpoint, host_buffer, 0, UX_NULL); /* ZLP for multi-packet f… in tx_demo_thread_host_simulation_entry()
402 status = ux_test_host_endpoint_write(endpoint, host_buffer, 17, UX_NULL); in tx_demo_thread_host_simulation_entry()
406 status = ux_test_host_endpoint_write(endpoint, host_buffer, 32, UX_NULL); in tx_demo_thread_host_simulation_entry()
411 status = ux_test_host_endpoint_write(endpoint, host_buffer, 1, UX_NULL); in tx_demo_thread_host_simulation_entry()
426 status = ux_test_host_endpoint_write(endpoint, host_buffer, 1, UX_NULL); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_read_test.c378 status = ux_test_host_endpoint_write(endpoint, host_buffer, 0, UX_NULL); in tx_demo_thread_host_simulation_entry()
387 status = ux_test_host_endpoint_write(endpoint, host_buffer, 1, UX_NULL); in tx_demo_thread_host_simulation_entry()
398 status = ux_test_host_endpoint_write(endpoint, host_buffer, 8, UX_NULL); in tx_demo_thread_host_simulation_entry()
411 status = ux_test_host_endpoint_write(endpoint, host_buffer, 8, UX_NULL); in tx_demo_thread_host_simulation_entry()
414 status = ux_test_host_endpoint_write(endpoint, host_buffer, 3, UX_NULL); in tx_demo_thread_host_simulation_entry()
Dux_test.h464 UINT ux_test_host_endpoint_write(UX_ENDPOINT *endpoint, UCHAR *buffer, ULONG length, ULONG *actual_…
Dux_test.c1816 UINT ux_test_host_endpoint_write(UX_ENDPOINT *endpoint, UCHAR *buffer, ULONG length, ULONG *actual_… in ux_test_host_endpoint_write() function