Searched refs:y (Results 1 – 4 of 4) sorted by relevance
/USBX-v6.2.1/test/regression/ |
D | usbx_class_hid_mouse_basic_test.c | 368 ULONG *buttons, SLONG *x, SLONG *y, SLONG *w) in _wait_mouse_change() argument 373 SLONG x_bak = *x, y_bak = *y; in _wait_mouse_change() 382 ux_host_class_hid_mouse_position_get(hid_mouse, x, y); in _wait_mouse_change() 386 y_bak != *y || in _wait_mouse_change() 400 SLONG x = 0xFF, y = 0xFF; in test_hid_mouse_events() local 411 status |= ux_host_class_hid_mouse_position_get(hid_mouse, &x, &y); in test_hid_mouse_events() 416 UX_ASSERT(y == 0); in test_hid_mouse_events() 422 status = _wait_mouse_change(hid_mouse, &buttons, &x, &y, &wheel); in test_hid_mouse_events() 426 UX_ASSERT(y == 0); in test_hid_mouse_events() 432 status = _wait_mouse_change(hid_mouse, &buttons, &x, &y, &wheel); in test_hid_mouse_events() [all …]
|
/USBX-v6.2.1/support/windows_host_files/ |
D | RNDIS_Template.inf | 11 DriverVer = mm/dd/yyyy,x.y.v.z 40 ; no rename of files on Windows 2000, use the 'y' names as is
|
/USBX-v6.2.1/common/core/inc/ |
D | ux_api.h | 352 #define UX_CONCAT_BASE(x,y) x ## y argument
|
/USBX-v6.2.1/docs/ |
D | revision_history.txt | 1531 … ux_host_class_hid_mouse_callback.c Changed x/y position update to use SCHAR values
|