Searched refs:ux_host_stack_interface_endpoint_get (Results 1 – 4 of 4) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_class_multi_interface_enumeration_test.c | 452 status = ux_host_stack_interface_endpoint_get(interface_ptr, 0, &endpoint); in tx_demo_thread_host_simulation_entry() 458 status = ux_host_stack_interface_endpoint_get(interface_ptr, 0, &endpoint); in tx_demo_thread_host_simulation_entry() 461 status = ux_host_stack_interface_endpoint_get(interface_ptr, 1, &endpoint); in tx_demo_thread_host_simulation_entry() 468 status = ux_host_stack_interface_endpoint_get(interface_ptr, 0, &endpoint); in tx_demo_thread_host_simulation_entry() 476 status = ux_host_stack_interface_endpoint_get(interface_ptr, 0, &endpoint); in tx_demo_thread_host_simulation_entry() 481 status = ux_host_stack_interface_endpoint_get(interface_ptr, 0, &endpoint); in tx_demo_thread_host_simulation_entry() 483 status = ux_host_stack_interface_endpoint_get(interface_ptr, 1, &endpoint); in tx_demo_thread_host_simulation_entry() 488 status = ux_host_stack_interface_endpoint_get(interface_ptr, 0, &endpoint); in tx_demo_thread_host_simulation_entry()
|
| D | usbx_uxe_host_stack_test.c | 184 status = ux_host_stack_interface_endpoint_get(UX_NULL, 0, &dummy_endpoint_ptr); in ux_test_thread_simulation_0_entry() 186 status = ux_host_stack_interface_endpoint_get(&dummy_interface, 0, UX_NULL); in ux_test_thread_simulation_0_entry()
|
| /USBX-v6.2.1/common/core/ |
| D | CMakeLists.txt | 138 ${CMAKE_CURRENT_LIST_DIR}/src/ux_host_stack_interface_endpoint_get.c
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_api.h | 2768 #define ux_host_stack_interface_endpoint_get _uxe_host_stack_interface_endpoint_… macro 2786 #define ux_host_stack_interface_endpoint_get _ux_host_stack_interface_endpoint_g… macro 2893 UINT ux_host_stack_interface_endpoint_get(UX_INTERFACE *ux_interface, UINT endpoint_index, UX_EN…
|