| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_hid_mouse.h | 106 SLONG ux_host_class_hid_mouse_x_position; 107 SLONG ux_host_class_hid_mouse_y_position; 109 SLONG ux_host_class_hid_mouse_wheel; 132 SLONG *mouse_x_position, 133 SLONG *mouse_y_position); 135 SLONG *mouse_wheel_movement); 140 SLONG *mouse_x_position, 141 SLONG *mouse_y_position); 143 SLONG *mouse_wheel_movement);
|
| D | ux_host_class_hid.h | 854 SLONG ux_host_class_hid_global_item_logical_min; 855 SLONG ux_host_class_hid_global_item_logical_max; 856 SLONG ux_host_class_hid_global_item_physical_min; 857 SLONG ux_host_class_hid_global_item_physical_max; 877 SLONG ux_host_class_hid_field_logical_min; 878 SLONG ux_host_class_hid_field_logical_max; 879 SLONG ux_host_class_hid_field_physical_min; 880 SLONG ux_host_class_hid_field_physical_max;
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hid_mouse_position_get.c | 76 SLONG *mouse_x_position, in _ux_host_class_hid_mouse_position_get() 77 SLONG *mouse_y_position) in _ux_host_class_hid_mouse_position_get() 148 SLONG *mouse_x_position, in _uxe_host_class_hid_mouse_position_get() 149 SLONG *mouse_y_position) in _uxe_host_class_hid_mouse_position_get()
|
| D | ux_host_class_hid_mouse_wheel_get.c | 74 SLONG *mouse_wheel_movement) in _ux_host_class_hid_mouse_wheel_get() 96 *mouse_wheel_movement = (SLONG)(mouse_instance -> ux_host_class_hid_mouse_wheel); in _ux_host_class_hid_mouse_wheel_get() 141 SLONG *mouse_wheel_movement) in _uxe_host_class_hid_mouse_wheel_get()
|
| D | ux_host_class_hid_global_item_parse.c | 101 … (SLONG) _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 109 … (SLONG) _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 117 … (SLONG) _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse() 125 … (SLONG) _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_global_item_parse()
|
| D | ux_host_class_hid_field_decompress.c | 146 …field_usage = hid_field -> ux_host_class_hid_field_usage_min + (ULONG)((SLONG)field_value - hid_f… in _ux_host_class_hid_field_decompress()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_hid_mouse_basic_test.c | 323 SLONG cur_mouse_wheel_movement; in tx_demo_thread_host_simulation_entry() 324 SLONG next_mouse_wheel_movement; in tx_demo_thread_host_simulation_entry() 325 SLONG cur_mouse_x_position; in tx_demo_thread_host_simulation_entry() 326 SLONG cur_mouse_y_position; in tx_demo_thread_host_simulation_entry() 327 SLONG next_mouse_x_position; in tx_demo_thread_host_simulation_entry() 328 SLONG next_mouse_y_position; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_hid_transfer_request_completed_test.c | 353 SLONG cur_mouse_wheel_movement; in tx_demo_thread_host_simulation_entry() 354 SLONG next_mouse_wheel_movement; in tx_demo_thread_host_simulation_entry() 355 SLONG cur_mouse_x_position; in tx_demo_thread_host_simulation_entry() 356 SLONG cur_mouse_y_position; in tx_demo_thread_host_simulation_entry() 357 SLONG next_mouse_x_position; in tx_demo_thread_host_simulation_entry() 358 SLONG next_mouse_y_position; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_class_hid_mouse_basic_test.c | 368 ULONG *buttons, SLONG *x, SLONG *y, SLONG *w) in _wait_mouse_change() 373 SLONG x_bak = *x, y_bak = *y; in _wait_mouse_change() 374 SLONG w_bak = *w; in _wait_mouse_change() 400 SLONG x = 0xFF, y = 0xFF; in test_hid_mouse_events() 401 SLONG wheel = 0; in test_hid_mouse_events()
|
| D | usbx_ux_host_class_hid_client_register_test.c | 420 SLONG cur_mouse_wheel_movement; in tx_demo_thread_host_simulation_entry() 421 SLONG next_mouse_wheel_movement; in tx_demo_thread_host_simulation_entry() 422 SLONG cur_mouse_x_position; in tx_demo_thread_host_simulation_entry() 423 SLONG cur_mouse_y_position; in tx_demo_thread_host_simulation_entry() 424 SLONG next_mouse_x_position; in tx_demo_thread_host_simulation_entry() 425 SLONG next_mouse_y_position; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_hid_mouse_positions_get_test.c | 286 SLONG mouse_x_position; in tx_demo_thread_host_simulation_entry() 287 SLONG mouse_y_position; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_hid_report_descriptor_compress_and_decompress_test.c | 5 static SLONG input_report_buffer_decompressed_original[1024]; 7 static SLONG input_report_buffer_decompressed[1024];
|
| D | usbx_hid_report_descriptor_compress_array_test.c | 9 static SLONG input_report_buffer_decompressed_original[1024]; 270 SLONG report_buffer_decompressed[1024]; in tx_demo_thread_host_simulation_entry()
|
| /USBX-v6.2.1/ports/cortex_a5/iar/inc/ |
| D | ux_port.h | 124 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_a9/gnu/inc/ |
| D | ux_port.h | 124 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_a9/iar/inc/ |
| D | ux_port.h | 124 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_m0/gnu/inc/ |
| D | ux_port.h | 126 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_m0/iar/inc/ |
| D | ux_port.h | 124 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_m4/gnu/inc/ |
| D | ux_port.h | 126 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_m4/iar/inc/ |
| D | ux_port.h | 124 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_m7/gnu/inc/ |
| D | ux_port.h | 126 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_m7/iar/inc/ |
| D | ux_port.h | 124 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_r4/gnu/inc/ |
| D | ux_port.h | 124 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_r4/iar/inc/ |
| D | ux_port.h | 124 typedef LONG SLONG; typedef
|
| /USBX-v6.2.1/ports/cortex_r5/gnu/inc/ |
| D | ux_port.h | 124 typedef LONG SLONG; typedef
|