Home
last modified time | relevance | path

Searched refs:ux_endpoint_state (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_new_device_create.c226 control_endpoint -> ux_endpoint_state = UX_ENDPOINT_RUNNING; in _ux_host_stack_new_device_create()
246 control_endpoint -> ux_endpoint_state = UX_ENDPOINT_RUNNING; in _ux_host_stack_new_device_create()
Dux_host_stack_device_resources_free.c227 if (device -> ux_device_control_endpoint.ux_endpoint_state != 0) in _ux_host_stack_device_resources_free()
/USBX-v6.2.1/test/regression/
Dusbx_uxe_device_dfu_test.c406 if (endpoint == UX_NULL || endpoint -> ux_endpoint_state != UX_ENDPOINT_RUNNING) in _req_DFU_LOCK()
Dusbx_msrc_71934_dfu_upload_test.c391 if (endpoint == UX_NULL || endpoint -> ux_endpoint_state != UX_ENDPOINT_RUNNING) in _req_DFU_LOCK()
Dusbx_msrc_69702_dfu_dnload_test.c391 if (endpoint == UX_NULL || endpoint -> ux_endpoint_state != UX_ENDPOINT_RUNNING) in _req_DFU_LOCK()
Dusbx_device_dfu_basic_test.c391 if (endpoint == UX_NULL || endpoint -> ux_endpoint_state != UX_ENDPOINT_RUNNING) in _req_DFU_LOCK()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1854 ULONG ux_endpoint_state; member