Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_tasks_run.c512 device -> ux_device_enum_next_state = UX_HOST_STACK_ENUM_PORT_RESET; in _ux_host_stack_device_enum_run()
526 case UX_HOST_STACK_ENUM_PORT_RESET: in _ux_host_stack_device_enum_run()
1054 device -> ux_device_enum_next_state = UX_HOST_STACK_ENUM_PORT_RESET; in _ux_host_stack_device_enum_run()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h88 #define UX_HOST_STACK_ENUM_PORT_RESET (UX_STATE_STEP + 1) macro