Home
last modified time | relevance | path

Searched refs:SLONG (Results 1 – 25 of 54) sorted by relevance

123

/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid_mouse.h106 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);
Dux_host_class_hid.h854 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/
Dux_host_class_hid_mouse_position_get.c76 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()
Dux_host_class_hid_mouse_wheel_get.c74 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()
Dux_host_class_hid_global_item_parse.c101 … (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()
Dux_host_class_hid_field_decompress.c146 …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/
Dusbx_hid_mouse_basic_test.c323 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()
Dusbx_hid_transfer_request_completed_test.c353 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()
Dusbx_class_hid_mouse_basic_test.c368 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()
Dusbx_ux_host_class_hid_client_register_test.c420 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()
Dusbx_ux_host_class_hid_mouse_positions_get_test.c286 SLONG mouse_x_position; in tx_demo_thread_host_simulation_entry()
287 SLONG mouse_y_position; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_compress_and_decompress_test.c5 static SLONG input_report_buffer_decompressed_original[1024];
7 static SLONG input_report_buffer_decompressed[1024];
Dusbx_hid_report_descriptor_compress_array_test.c9 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/
Dux_port.h124 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_a9/gnu/inc/
Dux_port.h124 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_a9/iar/inc/
Dux_port.h124 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_m0/gnu/inc/
Dux_port.h126 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_m0/iar/inc/
Dux_port.h124 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_m4/gnu/inc/
Dux_port.h126 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_m4/iar/inc/
Dux_port.h124 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_m7/gnu/inc/
Dux_port.h126 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_m7/iar/inc/
Dux_port.h124 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_r4/gnu/inc/
Dux_port.h124 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_r4/iar/inc/
Dux_port.h124 typedef LONG SLONG; typedef
/USBX-v6.2.1/ports/cortex_r5/gnu/inc/
Dux_port.h124 typedef LONG SLONG; typedef

123