Searched refs:ux_test_host_endpoint_write (Results 1 – 4 of 4) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_device_class_hid_receiver_test.c | 386 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()
|
| D | usbx_ux_device_class_hid_read_test.c | 378 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()
|
| D | ux_test.h | 464 UINT ux_test_host_endpoint_write(UX_ENDPOINT *endpoint, UCHAR *buffer, ULONG length, ULONG *actual_…
|
| D | ux_test.c | 1816 UINT ux_test_host_endpoint_write(UX_ENDPOINT *endpoint, UCHAR *buffer, ULONG length, ULONG *actual_… in ux_test_host_endpoint_write() function
|