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.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()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h167 #define UX_HCD_SIM_HOST_ED_SKIP 0x40000000u macro