Home
last modified time | relevance | path

Searched refs:UX_HCD_STATUS_OPERATIONAL (Results 1 – 13 of 13) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_timer_function.c97 if (hcd -> ux_hcd_status == UX_HCD_STATUS_OPERATIONAL) in _ux_hcd_sim_host_timer_function()
Dux_host_stack_hcd_thread_entry.c115 … if((hcd -> ux_hcd_status == UX_HCD_STATUS_OPERATIONAL) && (hcd -> ux_hcd_thread_signal !=0)) in _ux_host_stack_hcd_thread_entry()
Dux_host_stack_rh_change_process.c95 if (hcd -> ux_hcd_status == UX_HCD_STATUS_OPERATIONAL) in _ux_host_stack_rh_change_process()
Dux_host_stack_hnp_polling_thread_entry.c121 (hcd -> ux_hcd_status == UX_HCD_STATUS_OPERATIONAL)) in _ux_host_stack_hnp_polling_thread_entry()
Dux_host_stack_rh_device_insertion.c208 if (hcd -> ux_hcd_status != UX_HCD_STATUS_OPERATIONAL) in _ux_host_stack_rh_device_insertion()
Dux_hcd_sim_host_initialize.c157 hcd -> ux_hcd_status = UX_HCD_STATUS_OPERATIONAL; in _ux_hcd_sim_host_initialize()
Dux_host_stack_tasks_run.c129 if (hcd_inst -> ux_hcd_status != UX_HCD_STATUS_OPERATIONAL || in _ux_host_stack_tasks_run()
347 if (UX_DEVICE_HCD_GET(device) -> ux_hcd_status != UX_HCD_STATUS_OPERATIONAL || in _ux_host_stack_device_enumerated()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_handler.c112 if (hcd -> ux_hcd_status == UX_HCD_STATUS_OPERATIONAL) in _ux_hcd_ehci_interrupt_handler()
Dux_hcd_ohci_interrupt_handler.c113 if (hcd -> ux_hcd_status == UX_HCD_STATUS_OPERATIONAL) in _ux_hcd_ohci_interrupt_handler()
Dux_hcd_ohci_initialize.c211 hcd -> ux_hcd_status = UX_HCD_STATUS_OPERATIONAL; in _ux_hcd_ohci_initialize()
Dux_hcd_ehci_initialize.c379 hcd -> ux_hcd_status = UX_HCD_STATUS_OPERATIONAL; in _ux_hcd_ehci_initialize()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_hcd_thread_entry_test.c257 hcd -> ux_hcd_status = UX_HCD_STATUS_OPERATIONAL; in _ux_hcd_test_host_initialize()
472 if (_ux_system_host->ux_system_host_hcd_array[0].ux_hcd_status == UX_HCD_STATUS_OPERATIONAL) in ux_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1606 #define UX_HCD_STATUS_OPERATIONAL 2 macro