Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_mouse_id (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_mouse_activate.c137 … mouse_instance -> ux_host_class_hid_mouse_id = (USHORT)report_id.ux_host_class_hid_report_get_id; in _ux_host_class_hid_mouse_activate()
163 … mouse_instance -> ux_host_class_hid_mouse_id = (USHORT)report_id.ux_host_class_hid_report_get_id; in _ux_host_class_hid_mouse_activate()
166 status = _ux_host_class_hid_idle_set(hid, 0, mouse_instance -> ux_host_class_hid_mouse_id); in _ux_host_class_hid_mouse_activate()
178 …l_back.ux_host_class_hid_report_callback_id = mouse_instance -> ux_host_class_hid_mouse_id; in _ux_host_class_hid_mouse_activate()
Dux_host_class_hid_mouse_entry.c170 mouse -> ux_host_class_hid_mouse_id); in _ux_host_class_hid_mouse_activate_wait()
192 … call_back.ux_host_class_hid_report_callback_id = mouse -> ux_host_class_hid_mouse_id; in _ux_host_class_hid_mouse_activate_wait()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid_mouse.h105 USHORT ux_host_class_hid_mouse_id; member