Home
last modified time | relevance | path

Searched refs:ux_host_class_hub_port_state (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_port_change_connection_process.c120 if (hub -> ux_host_class_hub_port_state & (UINT)(1 << port)) in _ux_host_class_hub_port_change_connection_process()
130 hub -> ux_host_class_hub_port_state |= (UINT)(1 << port); in _ux_host_class_hub_port_change_connection_process()
252 if ((hub -> ux_host_class_hub_port_state & (UINT)(1 << port))) in _ux_host_class_hub_port_change_connection_process()
255 hub -> ux_host_class_hub_port_state &= (UINT)~(1 << port); in _ux_host_class_hub_port_change_connection_process()
Dux_host_class_hub_deactivate.c126 if (hub -> ux_host_class_hub_port_state & (1UL << port_index)) in _ux_host_class_hub_deactivate()
Dux_host_class_hub_tasks_run.c199 if (hub -> ux_host_class_hub_port_state & (1u << port)) in _ux_host_class_hub_status_process()
/USBX-v6.2.1/test/regression/
Dusbx_host_class_hub_port_change_connection_process_coverage_test.c87 hub.ux_host_class_hub_port_state = 0; in test_application_define()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h222 UINT ux_host_class_hub_port_state; member