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.c107 ed -> ux_sim_host_ed_status |= UX_HCD_SIM_HOST_ED_SKIP; in _ux_hcd_sim_host_transfer_abort()
110 ed -> ux_sim_host_ed_status |= UX_HCD_SIM_HOST_ED_SKIP; in _ux_hcd_sim_host_transfer_abort()
136 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()
139 ed -> ux_sim_host_ed_status &= (ULONG)~UX_HCD_SIM_HOST_ED_SKIP; in _ux_hcd_sim_host_transfer_abort()
Dux_hcd_sim_host_ed_obtain.c86 if (ed -> ux_sim_host_ed_status == UX_UNUSED) in _ux_hcd_sim_host_ed_obtain()
93 ed -> ux_sim_host_ed_status = UX_USED; in _ux_hcd_sim_host_ed_obtain()
Dux_hcd_sim_host_transfer_run.c109 if (ed -> ux_sim_host_ed_status & UX_HCD_SIM_HOST_ED_TRANSFER) in _ux_hcd_sim_host_transfer_run()
122 ed -> ux_sim_host_ed_status &= ~UX_HCD_SIM_HOST_ED_TRANSFER; in _ux_hcd_sim_host_transfer_run()
129 ed -> ux_sim_host_ed_status |= UX_HCD_SIM_HOST_ED_TRANSFER; in _ux_hcd_sim_host_transfer_run()
Dux_hcd_sim_host_interrupt_endpoint_create.c116 ed -> ux_sim_host_ed_status = UX_UNUSED; in _ux_hcd_sim_host_interrupt_endpoint_create()
163 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.c90 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.c93 …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.c103 ed -> ux_sim_host_ed_status = UX_UNUSED; in _ux_hcd_sim_host_periodic_endpoint_destroy()
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c118 ed -> ux_sim_host_ed_status = UX_UNUSED; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
Dux_hcd_sim_host_isochronous_endpoint_create.c92 ed -> ux_sim_host_ed_status = UX_UNUSED; in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_asynchronous_endpoint_create.c97 ed -> ux_sim_host_ed_status = UX_UNUSED; in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_periodic_tree_create.c101 ed -> ux_sim_host_ed_status = UX_HCD_SIM_HOST_ED_STATIC; in _ux_hcd_sim_host_periodic_tree_create()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h157 ULONG ux_sim_host_ed_status; member