Home
last modified time | relevance | path

Searched refs:UX_HCD_STATUS_DEAD (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_handler.c142 hcd -> ux_hcd_status = UX_HCD_STATUS_DEAD; in _ux_hcd_ehci_interrupt_handler()
Dux_hcd_ohci_interrupt_handler.c144 hcd -> ux_hcd_status = UX_HCD_STATUS_DEAD; in _ux_hcd_ohci_interrupt_handler()
/USBX-v6.2.1/test/regression/
Dux_test_hcd_sim_host.c273 … hcd -> ux_hcd_status = UX_HCD_STATUS_DEAD; /* Must not be UX_UNUSED == UX_HCD_STATUS_HALTED */ in _ux_test_hcd_sim_host_initialize()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1607 #define UX_HCD_STATUS_DEAD 3 macro