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.c96 … ux_host_class_hid_mouse_x_position += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()
103 … ux_host_class_hid_mouse_y_position += (SCHAR) callback -> ux_host_class_hid_report_callback_value; in _ux_host_class_hid_mouse_callback()
110 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()
119 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()
128 if (callback -> ux_host_class_hid_report_callback_value == UX_TRUE) in _ux_host_class_hid_mouse_callback()
138 …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.c115 *(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.c246 …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.h803 ULONG ux_host_class_hid_report_callback_value; member