Home
last modified time | relevance | path

Searched refs:UX_NO_TD_AVAILABLE (Results 1 – 17 of 17) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_request_bulk_transfer.c174 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_request_bulk_transfer()
208 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_request_bulk_transfer()
Dux_hcd_sim_host_request_control_transfer.c179 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_request_control_transfer()
248 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_request_control_transfer()
287 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_request_control_transfer()
Dux_hcd_sim_host_request_isochronous_transfer.c211 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_request_isochronous_transfer()
247 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_request_isochronous_transfer()
Dux_hcd_sim_host_isochronous_endpoint_create.c92 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_isochronous_endpoint_create()
Dux_hcd_sim_host_asynchronous_endpoint_create.c97 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_request_interupt_transfer.c120 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_request_interrupt_transfer()
Dux_hcd_sim_host_interrupt_endpoint_create.c116 return(UX_NO_TD_AVAILABLE); in _ux_hcd_sim_host_interrupt_endpoint_create()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_request_control_transfer.c163 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_request_control_transfer()
201 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_request_control_transfer()
237 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_request_control_transfer()
Dux_hcd_ohci_request_bulk_transfer.c191 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_request_bulk_transfer()
225 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_request_bulk_transfer()
Dux_hcd_ohci_request_isochronous_transfer.c197 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_request_isochronous_transfer()
234 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_request_isochronous_transfer()
Dux_hcd_ohci_request_interupt_transfer.c123 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_request_interrupt_transfer()
Dux_hcd_ohci_isochronous_endpoint_create.c102 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_isochronous_endpoint_create()
Dux_hcd_ehci_request_transfer_add.c93 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ehci_request_transfer_add()
Dux_hcd_ohci_interrupt_endpoint_create.c123 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_interrupt_endpoint_create()
Dux_hcd_ohci_asynchronous_endpoint_create.c108 return(UX_NO_TD_AVAILABLE); in _ux_hcd_ohci_asynchronous_endpoint_create()
Dux_hcd_ehci_isochronous_endpoint_create.c230 status = UX_NO_TD_AVAILABLE; in _ux_hcd_ehci_isochronous_endpoint_create()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1475 #define UX_NO_TD_AVAILABLE 0x13 macro