Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_rh_device_insertion.c131 …port_status = hcd -> ux_hcd_entry_function(hcd, UX_HCD_ENABLE_PORT, (VOID *)((ALIGN_TYPE)port_ind… in _ux_host_stack_rh_device_insertion()
Dux_hcd_sim_host_entry.c139 case UX_HCD_ENABLE_PORT: in _ux_hcd_sim_host_entry()
Dux_host_stack_tasks_run.c187 return hcd -> ux_hcd_entry_function(hcd, UX_HCD_ENABLE_PORT, (VOID *)port_index); in _ux_host_stack_rh_port_enable()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_entry.c132 case UX_HCD_ENABLE_PORT: in _ux_hcd_ohci_entry()
Dux_hcd_ehci_entry.c131 case UX_HCD_ENABLE_PORT: in _ux_hcd_ehci_entry()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_rh_device_insertion_test.c172 { UX_HCD_ENABLE_PORT, NULL,
Dusbx_ux_host_stack_hcd_thread_entry_test.c209 case UX_HCD_ENABLE_PORT: in _ux_hcd_test_host_entry()
Dux_test.c918 case UX_HCD_ENABLE_PORT: in ux_test_action_handler_check()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1556 #define UX_HCD_ENABLE_PORT 3 macro