Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_tasks_run.c267 if ((device -> ux_device_flags & UX_DEVICE_FLAG_RESET) && in _ux_host_class_hub_inst_tasks_run()
271 device -> ux_device_flags &= ~UX_DEVICE_FLAG_RESET; in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_tasks_run.c497 device -> ux_device_flags |= UX_DEVICE_FLAG_RESET; in _ux_host_stack_device_enum_run()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2045 #define UX_DEVICE_FLAG_RESET 0x02u macro