Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_tasks_run.c401 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_DONE; in _ux_host_stack_interface_activate_wait()
422 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_DONE; in _ux_host_stack_interface_activate_wait()
901 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_DONE; in _ux_host_stack_device_enum_run()
1081 case UX_HOST_STACK_ENUM_DONE: in _ux_host_stack_device_enum_run()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h108 #define UX_HOST_STACK_ENUM_DONE (UX_STATE_STEP + 21) macro