Home
last modified time | relevance | path

Searched refs:UX_NO_BANDWIDTH_AVAILABLE (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_bandwidth_check.c181 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_ERROR, UX_NO_BANDWIDTH_AVAILABLE, endpoint, 0, 0, UX_TRACE_ERRORS… in _ux_host_stack_bandwidth_check()
184 …tem_error_handler(UX_SYSTEM_LEVEL_THREAD, UX_SYSTEM_CONTEXT_ENUMERATOR, UX_NO_BANDWIDTH_AVAILABLE); in _ux_host_stack_bandwidth_check()
186 return(UX_NO_BANDWIDTH_AVAILABLE); in _ux_host_stack_bandwidth_check()
241 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_ERROR, UX_NO_BANDWIDTH_AVAILABLE, endpoint, 0, 0, UX_TRACE_ERRORS… in _ux_host_stack_bandwidth_check()
244 …tem_error_handler(UX_SYSTEM_LEVEL_THREAD, UX_SYSTEM_CONTEXT_ENUMERATOR, UX_NO_BANDWIDTH_AVAILABLE); in _ux_host_stack_bandwidth_check()
246 return(UX_NO_BANDWIDTH_AVAILABLE); in _ux_host_stack_bandwidth_check()
255 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_ERROR, UX_NO_BANDWIDTH_AVAILABLE, endpoint, 0, 0, UX_TRACE_ERRORS… in _ux_host_stack_bandwidth_check()
258 …tem_error_handler(UX_SYSTEM_LEVEL_THREAD, UX_SYSTEM_CONTEXT_ENUMERATOR, UX_NO_BANDWIDTH_AVAILABLE); in _ux_host_stack_bandwidth_check()
261 return(UX_NO_BANDWIDTH_AVAILABLE); in _ux_host_stack_bandwidth_check()
Dux_host_stack_endpoint_instance_create.c117 …tem_error_handler(UX_SYSTEM_LEVEL_THREAD, UX_SYSTEM_CONTEXT_ENUMERATOR, UX_NO_BANDWIDTH_AVAILABLE); in _ux_host_stack_endpoint_instance_create()
119 return(UX_NO_BANDWIDTH_AVAILABLE); in _ux_host_stack_endpoint_instance_create()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_endpoint_instance_create_test.c422 if (status != UX_NO_BANDWIDTH_AVAILABLE) in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_stack_bandwidth_test.c443 …H_FULL_SPEED, 0x200, 6000 , &hub[2], UX_HIGH_SPEED_DEVICE, 0x0, 128, UX_NO_BANDWIDTH_AVAILABLE}, in ux_test_thread_simulation_0_entry()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_endpoint_create.c306 return(UX_NO_BANDWIDTH_AVAILABLE); in _ux_hcd_ehci_interrupt_endpoint_create()
Dux_hcd_ehci_isochronous_endpoint_create.c385 return(UX_NO_BANDWIDTH_AVAILABLE); in _ux_hcd_ehci_isochronous_endpoint_create()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1500 #define UX_NO_BANDWIDTH_AVAILABLE 0x41 macro