Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_port_reset.c106 if (port_change & UX_HOST_CLASS_HUB_PORT_CHANGE_RESET) in _ux_host_class_hub_port_reset()
Dux_host_class_hub_port_change_process.c110 if (port_change & UX_HOST_CLASS_HUB_PORT_CHANGE_RESET) in _ux_host_class_hub_port_change_process()
Dux_host_class_hub_tasks_run.c180 if (port_change & UX_HOST_CLASS_HUB_PORT_CHANGE_RESET) in _ux_host_class_hub_status_process()
184 ~UX_HOST_CLASS_HUB_PORT_CHANGE_RESET); in _ux_host_class_hub_status_process()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h135 #define UX_HOST_CLASS_HUB_PORT_CHANGE_RESET 0x00010u macro