Home
last modified time | relevance | path

Searched refs:UX_SET_FEATURE (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hub_ports_power.c108 …status = _ux_host_class_hub_feature(hub, port_index, UX_SET_FEATURE, UX_HOST_CLASS_HUB_PORT_POWER… in _ux_host_class_hub_ports_power()
Dux_host_class_hub_port_reset.c87 status = _ux_host_class_hub_feature(hub, port, UX_SET_FEATURE, UX_HOST_CLASS_HUB_PORT_RESET); in _ux_host_class_hub_port_reset()
Dux_host_class_hub_tasks_run.c308 UX_SET_FEATURE, UX_HOST_CLASS_HUB_PORT_RESET); in _ux_host_class_hub_inst_tasks_run()
Dux_host_class_hub_entry.c344 UX_SET_FEATURE, UX_HOST_CLASS_HUB_PORT_POWER); in _ux_host_class_hub_activate_wait()
/USBX-v6.3.0/common/core/src/
Dux_host_stack_role_swap.c103 transfer_request -> ux_transfer_request_function = UX_SET_FEATURE; in _ux_host_stack_role_swap()
Dux_host_stack_configuration_set.c128 transfer_request -> ux_transfer_request_function = UX_SET_FEATURE; in _ux_host_stack_configuration_set()
Dux_device_stack_control_request_process.c286 case UX_SET_FEATURE: in _ux_device_stack_control_request_process()
/USBX-v6.3.0/common/core/inc/
Dux_api.h1125 #define UX_SET_FEATURE 3u macro