Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_mouse_callback.c95 … ux_host_class_hid_mouse_x_position += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()
102 … ux_host_class_hid_mouse_y_position += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()
109 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()
118 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()
127 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()
137 …ce -> ux_host_class_hid_mouse_wheel += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()
Dux_host_class_hid_remote_control_callback.c114 *(array_head + 1) = callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_remote_control_callback()
Dux_host_class_hid_transfer_request_completed.c245 …callback.ux_host_class_hid_report_callback_value = *client_report.ux_host_class_hid_client_report… in _ux_host_class_hid_transfer_request_completed()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h814 ULONG ux_host_class_hid_report_callback_value; member