Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_interface_endpoint_get.c82 UX_ENDPOINT *current_endpoint; in _ux_host_stack_interface_endpoint_get() local
101 current_endpoint = interface_ptr -> ux_interface_first_endpoint; in _ux_host_stack_interface_endpoint_get()
107 while (current_endpoint != UX_NULL) in _ux_host_stack_interface_endpoint_get()
115 *endpoint=current_endpoint; in _ux_host_stack_interface_endpoint_get()
122 current_endpoint = current_endpoint -> ux_endpoint_next_endpoint; in _ux_host_stack_interface_endpoint_get()