Searched refs:UX_CLEAR_FEATURE (Results 1 – 10 of 10) sorted by relevance
/USBX-v6.3.0/common/usbx_host_classes/src/ |
D | ux_host_class_hub_port_change_connection_process.c | 139 … _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()
|
D | ux_host_class_hub_port_change_enable_process.c | 83 _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()
|
D | ux_host_class_hub_port_change_reset_process.c | 83 _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()
|
D | ux_host_class_hub_port_change_suspend_process.c | 83 _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()
|
D | ux_host_class_hub_port_change_over_current_process.c | 83 _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()
|
D | ux_host_class_hub_tasks_run.c | 204 … _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()
|
D | ux_host_class_storage_transport_run.c | 632 trans -> ux_transfer_request_function = UX_CLEAR_FEATURE; in _ux_host_class_storage_transport_ep_reset()
|
/USBX-v6.3.0/common/core/src/ |
D | ux_host_stack_endpoint_reset.c | 100 transfer_request -> ux_transfer_request_function = UX_CLEAR_FEATURE; in _ux_host_stack_endpoint_reset()
|
D | ux_device_stack_control_request_process.c | 281 case UX_CLEAR_FEATURE: in _ux_device_stack_control_request_process()
|
/USBX-v6.3.0/common/core/inc/ |
D | ux_api.h | 1124 #define UX_CLEAR_FEATURE 1u macro
|