Home
last modified time | relevance | path

Searched refs:ux_sim_host_ed_status (Results 1 – 12 of 12) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_transfer_abort.c106 ed -> ux_sim_host_ed_status |= UX_HCD_SIM_HOST_ED_SKIP; in _ux_hcd_sim_host_transfer_abort()
109 ed -> ux_sim_host_ed_status |= UX_HCD_SIM_HOST_ED_SKIP; in _ux_hcd_sim_host_transfer_abort()
135 ed -> ux_sim_host_ed_status &= ~(UX_HCD_SIM_HOST_ED_SKIP|UX_HCD_SIM_HOST_ED_TRANSFER); in _ux_hcd_sim_host_transfer_abort()
138 ed -> ux_sim_host_ed_status &= (ULONG)~UX_HCD_SIM_HOST_ED_SKIP; in _ux_hcd_sim_host_transfer_abort()
Dux_hcd_sim_host_transfer_run.c108 if (ed -> ux_sim_host_ed_status & UX_HCD_SIM_HOST_ED_TRANSFER) in _ux_hcd_sim_host_transfer_run()
121 ed -> ux_sim_host_ed_status &= ~UX_HCD_SIM_HOST_ED_TRANSFER; in _ux_hcd_sim_host_transfer_run()
128 ed -> ux_sim_host_ed_status |= UX_HCD_SIM_HOST_ED_TRANSFER; in _ux_hcd_sim_host_transfer_run()
Dux_hcd_sim_host_ed_obtain.c85 if (ed -> ux_sim_host_ed_status == UX_UNUSED) in _ux_hcd_sim_host_ed_obtain()
92 ed -> ux_sim_host_ed_status = UX_USED; in _ux_hcd_sim_host_ed_obtain()
Dux_hcd_sim_host_interrupt_endpoint_create.c115 ed -> ux_sim_host_ed_status = UX_UNUSED; in _ux_hcd_sim_host_interrupt_endpoint_create()
162 while (!(ed_list -> ux_sim_host_ed_status & UX_HCD_SIM_HOST_ED_STATIC)) in _ux_hcd_sim_host_interrupt_endpoint_create()
Dux_hcd_sim_host_endpoint_reset.c89 ed -> ux_sim_host_ed_status &= ~UX_HCD_SIM_HOST_ED_TRANSFER; in _ux_hcd_sim_host_endpoint_reset()
Dux_hcd_sim_host_periodic_schedule.c92 …if ((ed -> ux_sim_host_ed_status != UX_HCD_SIM_HOST_ED_STATIC) && (ed -> ux_sim_host_ed_tail_td !=… in _ux_hcd_sim_host_periodic_schedule()
Dux_hcd_sim_host_periodic_endpoint_destroy.c102 ed -> ux_sim_host_ed_status = UX_UNUSED; in _ux_hcd_sim_host_periodic_endpoint_destroy()
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c117 ed -> ux_sim_host_ed_status = UX_UNUSED; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
Dux_hcd_sim_host_isochronous_endpoint_create.c91 ed -> ux_sim_host_ed_status = UX_UNUSED; in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_periodic_tree_create.c100 ed -> ux_sim_host_ed_status = UX_HCD_SIM_HOST_ED_STATIC; in _ux_hcd_sim_host_periodic_tree_create()
Dux_hcd_sim_host_asynchronous_endpoint_create.c96 ed -> ux_sim_host_ed_status = UX_UNUSED; in _ux_hcd_sim_host_asynchronous_endpoint_create()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h156 ULONG ux_sim_host_ed_status; member