Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_tasks_run.c621 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_TRANS_WAIT; in _ux_host_stack_device_enum_run()
655 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_TRANS_WAIT; in _ux_host_stack_device_enum_run()
711 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_TRANS_WAIT; in _ux_host_stack_device_enum_run()
736 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_TRANS_WAIT; in _ux_host_stack_device_enum_run()
796 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_TRANS_WAIT; in _ux_host_stack_device_enum_run()
865 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_TRANS_WAIT; in _ux_host_stack_device_enum_run()
954 case UX_HOST_STACK_ENUM_TRANS_WAIT: in _ux_host_stack_device_enum_run()
Dux_host_stack_device_resources_free.c130 ((device -> ux_device_enum_state == UX_HOST_STACK_ENUM_TRANS_WAIT) && in _ux_host_stack_device_resources_free()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h105 #define UX_HOST_STACK_ENUM_TRANS_WAIT (UX_STATE_STEP + 18) macro