Home
last modified time | relevance | path

Searched refs:ux_sim_host_ed_previous_ed (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_periodic_endpoint_destroy.c85 previous_ed = ed -> ux_sim_host_ed_previous_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()
96 next_ed -> ux_sim_host_ed_previous_ed = previous_ed; in _ux_hcd_sim_host_periodic_endpoint_destroy()
Dux_hcd_sim_host_asynchronous_endpoint_destroy.c86 previous_ed = ed -> ux_sim_host_ed_previous_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
103 next_ed -> ux_sim_host_ed_previous_ed = previous_ed; in _ux_hcd_sim_host_asynchronous_endpoint_destroy()
Dux_hcd_sim_host_interrupt_endpoint_create.c171 next_ed -> ux_sim_host_ed_previous_ed = ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
173 ed -> ux_sim_host_ed_previous_ed = ed_list; in _ux_hcd_sim_host_interrupt_endpoint_create()
Dux_hcd_sim_host_isochronous_endpoint_create.c111 head_ed -> ux_sim_host_ed_previous_ed = ed; in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_asynchronous_endpoint_create.c119 head_ed -> ux_sim_host_ed_previous_ed = ed; in _ux_hcd_sim_host_asynchronous_endpoint_create()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h156 *ux_sim_host_ed_previous_ed; member