Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_mouse_callback.c95 …mouse_instance -> ux_host_class_hid_mouse_x_position += (SCHAR) callback -> ux_host_class_hid_repo… in _ux_host_class_hid_mouse_callback()
102 …mouse_instance -> ux_host_class_hid_mouse_y_position += (SCHAR) callback -> ux_host_class_hid_rep… in _ux_host_class_hid_mouse_callback()
137 …mouse_instance -> ux_host_class_hid_mouse_wheel += (SCHAR) callback -> ux_host_class_hid_report_ca… in _ux_host_class_hid_mouse_callback()
/USBX-v6.2.1/common/core/inc/
Dux_api.h241 #ifndef SCHAR
242 typedef signed char SCHAR; typedef
/USBX-v6.2.1/docs/
Drevision_history.txt1531 … ux_host_class_hid_mouse_callback.c Changed x/y position update to use SCHAR values
1533 … ux_api.h Added SCHAR default type, and added new constants,