Home
last modified time | relevance | path

Searched refs:device_speed (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_port_change_connection_process.c99 UINT device_speed; in _ux_host_class_hub_port_change_connection_process() local
164 device_speed = UX_LOW_SPEED_DEVICE; in _ux_host_class_hub_port_change_connection_process()
169 device_speed = UX_HIGH_SPEED_DEVICE; in _ux_host_class_hub_port_change_connection_process()
171 device_speed = UX_FULL_SPEED_DEVICE; in _ux_host_class_hub_port_change_connection_process()
191 port, device_speed, port_power, in _ux_host_class_hub_port_change_connection_process()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_rh_device_insertion.c124 UINT device_speed; in _ux_host_stack_rh_device_insertion()
179 device_speed = port_status >> UX_PS_DS; in _ux_host_stack_rh_device_insertion()
183 …status = _ux_host_stack_new_device_create(hcd, UX_NULL, port_index, device_speed, UX_MAX_SELF_POW… in _ux_host_stack_rh_device_insertion()
Dux_host_stack_new_device_create.c116 UINT port_index, UINT device_speed, in _ux_host_stack_new_device_create() argument
171 device -> ux_device_speed = device_speed; in _ux_host_stack_new_device_create()
214 if (device_speed == UX_HIGH_SPEED_DEVICE) in _ux_host_stack_new_device_create()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h178 UINT port_index, UINT device_speed,