Home
last modified time | relevance | path

Searched refs:UX_HCD_SIM_HOST_ED_SKIP (Results 1 – 2 of 2) 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()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h168 #define UX_HCD_SIM_HOST_ED_SKIP 0x40000000u macro