Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_resources_free.c129 if ((device -> ux_device_enum_state == UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE) || in _ux_host_stack_device_resources_free()
131 (device -> ux_device_enum_next_state == UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE))) in _ux_host_stack_device_resources_free()
Dux_host_stack_tasks_run.c737 device -> ux_device_enum_next_state = UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE; in _ux_host_stack_device_enum_run()
744 case UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE: in _ux_host_stack_device_enum_run()
797 device -> ux_device_enum_next_state = UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE; in _ux_host_stack_device_enum_run()
977 if (device -> ux_device_enum_next_state == UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE) in _ux_host_stack_device_enum_run()
994 if (device -> ux_device_enum_next_state == UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE) in _ux_host_stack_device_enum_run()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h96 #define UX_HOST_STACK_ENUM_CONFIG_DESCR_PARSE (UX_STATE_STEP + 9) macro