Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_new_interface_create.c92 UX_INTERFACE *list_interface; in _ux_host_stack_new_interface_create() local
137 list_interface = configuration -> ux_configuration_first_interface; in _ux_host_stack_new_interface_create()
140 while (list_interface -> ux_interface_next_interface != UX_NULL) in _ux_host_stack_new_interface_create()
143 list_interface = list_interface -> ux_interface_next_interface; in _ux_host_stack_new_interface_create()
147 list_interface -> ux_interface_next_interface = interface_ptr; in _ux_host_stack_new_interface_create()