Home
last modified time | relevance | path

Searched refs:change_pos (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_device_class_dummy_hub.h47 VOID _ux_device_class_hub_notify_change(UX_DEVICE_CLASS_HUB *hub, UINT change_pos, UINT rpt_size);
Dux_device_class_dummy_hub.c85 VOID _ux_device_class_hub_notify_change(UX_DEVICE_CLASS_HUB *hub, UINT change_pos, UINT rpt_size) in _ux_device_class_hub_notify_change() argument
96 byte_pos = change_pos >> 3; in _ux_device_class_hub_notify_change()
97 bit_pos = change_pos & 0x7u; in _ux_device_class_hub_notify_change()