Home
last modified time | relevance | path

Searched refs:UX_ENDPOINT_RUNNING (Results 1 – 6 of 6) 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()
/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.h1231 #define UX_ENDPOINT_RUNNING 1 macro