Home
last modified time | relevance | path

Searched refs:UX_LOW_SPEED_DEVICE (Results 1 – 13 of 13) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_bandwidth_claim.c149 if (device -> ux_device_speed == UX_LOW_SPEED_DEVICE) in _ux_host_stack_bandwidth_claim()
167 if (device -> ux_device_speed == UX_LOW_SPEED_DEVICE) in _ux_host_stack_bandwidth_claim()
Dux_host_stack_bandwidth_release.c148 if (device -> ux_device_speed == UX_LOW_SPEED_DEVICE) in _ux_host_stack_bandwidth_release()
166 if (device -> ux_device_speed == UX_LOW_SPEED_DEVICE) in _ux_host_stack_bandwidth_release()
Dux_host_stack_bandwidth_check.c150 if (device -> ux_device_speed == UX_LOW_SPEED_DEVICE) in _ux_host_stack_bandwidth_check()
168 if (device -> ux_device_speed == UX_LOW_SPEED_DEVICE) in _ux_host_stack_bandwidth_check()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_interrupt_endpoint_create.c144 if (device -> ux_device_speed == UX_LOW_SPEED_DEVICE) in _ux_hcd_ohci_interrupt_endpoint_create()
Dux_hcd_ehci_asynchronous_endpoint_create.c139 case UX_LOW_SPEED_DEVICE: in _ux_hcd_ehci_asynchronous_endpoint_create()
Dux_hcd_ohci_asynchronous_endpoint_create.c128 if (device -> ux_device_speed == UX_LOW_SPEED_DEVICE) in _ux_hcd_ohci_asynchronous_endpoint_create()
Dux_hcd_ohci_request_control_transfer.c136 if (device -> ux_device_speed == UX_LOW_SPEED_DEVICE) in _ux_hcd_ohci_request_control_transfer()
Dux_hcd_ehci_interrupt_endpoint_create.c185 case UX_LOW_SPEED_DEVICE: in _ux_hcd_ehci_interrupt_endpoint_create()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_port_change_connection_process.c163 device_speed = UX_LOW_SPEED_DEVICE; in _ux_host_class_hub_port_change_connection_process()
Dux_host_class_hub_tasks_run.c411 device -> ux_device_speed = UX_LOW_SPEED_DEVICE; in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_bandwidth_test.c436 …{UX_LOW_SPEED_DEVICE , device_framework_low_speed , DEVICE_FRAMEWORK_LENGTH_LOW_SPEED , 0x110, 4… in ux_test_thread_simulation_0_entry()
437 …{UX_LOW_SPEED_DEVICE , device_framework_low_speed , DEVICE_FRAMEWORK_LENGTH_LOW_SPEED , 0x200, 4… in ux_test_thread_simulation_0_entry()
Dux_test_hcd_sim_host.c81 case UX_LOW_SPEED_DEVICE: in ux_test_hcd_sim_host_connect_no_wait()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1399 #define UX_LOW_SPEED_DEVICE 0 macro