Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_get.c80 UX_DEVICE *current_device; in _ux_host_stack_device_get() local
104 current_device = _ux_system_host -> ux_system_host_device_array; in _ux_host_stack_device_get()
112 if (current_device -> ux_device_handle != UX_UNUSED) in _ux_host_stack_device_get()
120 *device = current_device; in _ux_host_stack_device_get()
131 current_device++; in _ux_host_stack_device_get()
136 current_device = _ux_system_host -> ux_system_host_device_array; in _ux_host_stack_device_get()
137 if (current_device -> ux_device_handle != UX_UNUSED) in _ux_host_stack_device_get()
139 *device = current_device; in _ux_host_stack_device_get()