Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_tasks_run.c480 device -> ux_device_enum_state = UX_HOST_STACK_ENUM_PORT_ENABLE; in _ux_host_stack_device_enum_run()
481 device -> ux_device_enum_next_state = UX_HOST_STACK_ENUM_PORT_ENABLE; in _ux_host_stack_device_enum_run()
485 case UX_HOST_STACK_ENUM_PORT_ENABLE: in _ux_host_stack_device_enum_run()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h87 #define UX_HOST_STACK_ENUM_PORT_ENABLE (UX_STATE_STEP + 0) macro