Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
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_tree_create.c101 ed -> ux_sim_host_ed_status = UX_HCD_SIM_HOST_ED_STATIC; in _ux_hcd_sim_host_periodic_tree_create()
Dux_hcd_sim_host_interrupt_endpoint_create.c163 while (!(ed_list -> ux_sim_host_ed_status & UX_HCD_SIM_HOST_ED_STATIC)) in _ux_hcd_sim_host_interrupt_endpoint_create()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h167 #define UX_HCD_SIM_HOST_ED_STATIC 0x80000000u macro