usbx
+
0
/3 examples
SourceVu will show references to
UX_HOST_CLASS_HID_MOUSE
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
USBX
Ux_Host_HID
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HOST_CLASS_HID_MOUSE
UX_HOST_CLASS_HID_MOUSE struct
Syntax
Show:
Summary
Declaration
from
ux_host_class_hid_mouse.h:91
typedef
struct
UX_HOST_CLASS_HID_MOUSE_STRUCT
{
ULONG
ux_host_class_hid_mouse_state
;
UX_HOST_CLASS_HID
*
ux_host_class_hid_mouse_hid
;
USHORT
ux_host_class_hid_mouse_id
;
SLONG
ux_host_class_hid_mouse_x_position
;
SLONG
ux_host_class_hid_mouse_y_position
;
ULONG
ux_host_class_hid_mouse_buttons
;
SLONG
ux_host_class_hid_mouse_wheel
;
#if
defined
(
UX_HOST_STANDALONE
)
UINT
ux_host_class_hid_mouse_enum_state
;
UINT
ux_host_class_hid_mouse_status
;
#endif
}
UX_HOST_CLASS_HID_MOUSE
;
Fields
Field
Declared as
UX_HOST_CLASS_HID_MOUSE_STRUCT::ux_host_class_hid_mouse_state
ULONG
UX_HOST_CLASS_HID_MOUSE_STRUCT::ux_host_class_hid_mouse_hid
UX_HOST_CLASS_HID
*
UX_HOST_CLASS_HID_MOUSE_STRUCT::ux_host_class_hid_mouse_id
USHORT
UX_HOST_CLASS_HID_MOUSE_STRUCT::ux_host_class_hid_mouse_x_position
SLONG
UX_HOST_CLASS_HID_MOUSE_STRUCT::ux_host_class_hid_mouse_y_position
SLONG
UX_HOST_CLASS_HID_MOUSE_STRUCT::ux_host_class_hid_mouse_buttons
ULONG
UX_HOST_CLASS_HID_MOUSE_STRUCT::ux_host_class_hid_mouse_wheel
SLONG
Related Functions
Found 3 other functions taking a
UX_HOST_CLASS_HID_MOUSE_STRUCT
argument:
Function
_ux_host_class_hid_mouse_buttons_get()
_ux_host_class_hid_mouse_position_get()
_ux_host_class_hid_mouse_wheel_get()
Examples
UX_HOST_CLASS_HID_MOUSE
is referenced by 3 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out