Home
last modified time | relevance | path

Searched refs:UX_CLEAR_FEATURE (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hub_port_change_connection_process.c139 … _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_CONNECTION); in _ux_host_class_hub_port_change_connection_process()
267 … status = _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_PORT_ENABLE); in _ux_host_class_hub_port_change_connection_process()
270 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_ENABLE); in _ux_host_class_hub_port_change_connection_process()
273 … _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_CONNECTION); in _ux_host_class_hub_port_change_connection_process()
Dux_host_class_hub_port_change_enable_process.c83 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_ENABLE); in _ux_host_class_hub_port_change_enable_process()
Dux_host_class_hub_port_change_reset_process.c83 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_RESET); in _ux_host_class_hub_port_change_reset_process()
Dux_host_class_hub_port_change_suspend_process.c83 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_SUSPEND); in _ux_host_class_hub_port_change_suspend_process()
Dux_host_class_hub_port_change_over_current_process.c83 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_OVER_CURRENT); in _ux_host_class_hub_port_change_over_current_process()
Dux_host_class_hub_tasks_run.c204 … _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_C_PORT_CONNECTION); in _ux_host_class_hub_status_process()
211 _ux_host_class_hub_feature(hub, port, UX_CLEAR_FEATURE, UX_HOST_CLASS_HUB_PORT_ENABLE); in _ux_host_class_hub_status_process()
369 …_ux_host_class_hub_feature(hub, hub -> ux_host_class_hub_run_port, UX_CLEAR_FEATURE, UX_HOST_CLASS… in _ux_host_class_hub_inst_tasks_run()
377 …_ux_host_class_hub_feature(hub, hub -> ux_host_class_hub_run_port, UX_CLEAR_FEATURE, UX_HOST_CLASS… in _ux_host_class_hub_inst_tasks_run()
Dux_host_class_storage_transport_run.c632 trans -> ux_transfer_request_function = UX_CLEAR_FEATURE; in _ux_host_class_storage_transport_ep_reset()
/USBX-v6.3.0/common/core/src/
Dux_host_stack_endpoint_reset.c100 transfer_request -> ux_transfer_request_function = UX_CLEAR_FEATURE; in _ux_host_stack_endpoint_reset()
Dux_device_stack_control_request_process.c281 case UX_CLEAR_FEATURE: in _ux_device_stack_control_request_process()
/USBX-v6.3.0/common/core/inc/
Dux_api.h1124 #define UX_CLEAR_FEATURE 1u macro