Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_uninitialize.c105 if ((td -> ux_sim_host_td_status & UX_HCD_SIM_HOST_TD_SETUP_PHASE) == 0) in _ux_hcd_sim_host_uninitialize()
Dux_hcd_sim_host_request_control_transfer.c141 setup_td -> ux_sim_host_td_status |= UX_HCD_SIM_HOST_TD_SETUP_PHASE; in _ux_hcd_sim_host_request_control_transfer()
Dux_hcd_sim_host_transaction_schedule.c176 if (td -> ux_sim_host_td_status & UX_HCD_SIM_HOST_TD_SETUP_PHASE) in _ux_hcd_sim_host_transaction_schedule()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h196 #define UX_HCD_SIM_HOST_TD_SETUP_PHASE 0x00010000 macro