Home
last modified time | relevance | path

Searched refs:UX_NO_ED_AVAILABLE (Results 1 – 14 of 14) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_isochronous_endpoint_create.c84 return(UX_NO_ED_AVAILABLE); in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_periodic_tree_create.c96 return(UX_NO_ED_AVAILABLE); in _ux_hcd_sim_host_periodic_tree_create()
Dux_hcd_sim_host_asynchronous_endpoint_create.c89 return(UX_NO_ED_AVAILABLE); in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_dcd_sim_slave_endpoint_create.c124 return(UX_NO_ED_AVAILABLE); in _ux_dcd_sim_slave_endpoint_create()
Dux_hcd_sim_host_interrupt_endpoint_create.c108 return(UX_NO_ED_AVAILABLE); in _ux_hcd_sim_host_interrupt_endpoint_create()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_periodic_tree_create.c103 return(UX_NO_ED_AVAILABLE); in _ux_hcd_ohci_periodic_tree_create()
Dux_hcd_ohci_isochronous_endpoint_create.c95 return(UX_NO_ED_AVAILABLE); in _ux_hcd_ohci_isochronous_endpoint_create()
Dux_hcd_ohci_interrupt_endpoint_create.c115 return(UX_NO_ED_AVAILABLE); in _ux_hcd_ohci_interrupt_endpoint_create()
Dux_hcd_ehci_asynchronous_endpoint_create.c98 return(UX_NO_ED_AVAILABLE); in _ux_hcd_ehci_asynchronous_endpoint_create()
Dux_hcd_ehci_periodic_tree_create.c102 return(UX_NO_ED_AVAILABLE); in _ux_hcd_ehci_periodic_tree_create()
Dux_hcd_ohci_asynchronous_endpoint_create.c100 return(UX_NO_ED_AVAILABLE); in _ux_hcd_ohci_asynchronous_endpoint_create()
Dux_hcd_ehci_interrupt_endpoint_create.c152 return(UX_NO_ED_AVAILABLE); in _ux_hcd_ehci_interrupt_endpoint_create()
Dux_hcd_ehci_initialize.c296 status = (UX_NO_ED_AVAILABLE); in _ux_hcd_ehci_initialize()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1476 #define UX_NO_ED_AVAILABLE 0x14 macro