Home
last modified time | relevance | path

Searched refs:UX_HCD_RESET_ENDPOINT (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_endpoint_reset.c115 status = hcd -> ux_hcd_entry_function(hcd, UX_HCD_RESET_ENDPOINT, endpoint); in _ux_host_stack_endpoint_reset()
Dux_hcd_sim_host_entry.c258 case UX_HCD_RESET_ENDPOINT: in _ux_hcd_sim_host_entry()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_entry.c247 case UX_HCD_RESET_ENDPOINT: in _ux_hcd_ohci_entry()
Dux_hcd_ehci_entry.c241 case UX_HCD_RESET_ENDPOINT: in _ux_hcd_ehci_entry()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_hcd_thread_entry_test.c221 case UX_HCD_RESET_ENDPOINT: in _ux_hcd_test_host_entry()
Dusbx_storage_direct_calls_test.c498 else if (function == UX_HCD_RESET_ENDPOINT) in ux_hcd_sim_host_entry_filter_transfer_request_failed_test4()
Dux_test.c772 case UX_HCD_RESET_ENDPOINT: in ux_test_action_handler_check()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_transport_run.c391 hcd -> ux_hcd_entry_function(hcd, UX_HCD_RESET_ENDPOINT, endpoint); in _ux_host_class_storage_transport_trans_next()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1570 #define UX_HCD_RESET_ENDPOINT 16 macro