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:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
USBX
Ux_Host_HID
References
from
0/3
examples
Code
Location
Scope
Referrer
typedef
struct
UX_HOST_CLASS_HID_MOUSE_STRUCT
ux_host_class_hid_mouse.h:91
}
UX_HOST_CLASS_HID_MOUSE
;
ux_host_class_hid_mouse.h:106
UX_HOST_CLASS_HID_MOUSE
UINT
_ux_host_class_hid_mouse_buttons_get
(
UX_HOST_CLASS_HID_MOUSE
*
mouse_instance
,
ux_host_class_hid_mouse.h:114
_ux_host_class_hid_mouse_buttons_get()
_ux_host_class_hid_mouse_buttons_get()::mouse_instance
UINT
_ux_host_class_hid_mouse_position_get
(
UX_HOST_CLASS_HID_MOUSE
*
mouse_instance
,
ux_host_class_hid_mouse.h:116
_ux_host_class_hid_mouse_position_get()
_ux_host_class_hid_mouse_position_get()::mouse_instance
UINT
_ux_host_class_hid_mouse_wheel_get
(
UX_HOST_CLASS_HID_MOUSE
*
mouse_instance
,
ux_host_class_hid_mouse.h:119
_ux_host_class_hid_mouse_wheel_get()
_ux_host_class_hid_mouse_wheel_get()::mouse_instance
UX_HOST_CLASS_HID_MOUSE
*
mouse_instance
;
ux_host_class_hid_mouse_activate.c:92
_ux_host_class_hid_mouse_activate()
mouse_instance
=
(
UX_HOST_CLASS_HID_MOUSE
*
)
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_class_hid_mouse_activate.c:104
_ux_host_class_hid_mouse_activate()
sizeof
(
UX_HOST_CLASS_HID_MOUSE
)
)
;
ux_host_class_hid_mouse_activate.c:105
_ux_host_class_hid_mouse_activate()
UINT
_ux_host_class_hid_mouse_buttons_get
(
UX_HOST_CLASS_HID_MOUSE
*
mouse_instance
,
ux_host_class_hid_mouse_buttons_get.c:74
_ux_host_class_hid_mouse_buttons_get()
_ux_host_class_hid_mouse_buttons_get()::mouse_instance
UX_HOST_CLASS_HID_MOUSE
*
mouse_instance
;
ux_host_class_hid_mouse_callback.c:79
_ux_host_class_hid_mouse_callback()
mouse_instance
=
(
UX_HOST_CLASS_HID_MOUSE
*
)
hid_client
->
ux_host_class_hid_client_local_instance
;
ux_host_class_hid_mouse_callback.c:85
_ux_host_class_hid_mouse_callback()
UINT
_ux_host_class_hid_mouse_position_get
(
UX_HOST_CLASS_HID_MOUSE
*
mouse_instance
,
ux_host_class_hid_mouse_position_get.c:76
_ux_host_class_hid_mouse_position_get()
_ux_host_class_hid_mouse_position_get()::mouse_instance
UINT
_ux_host_class_hid_mouse_wheel_get
(
UX_HOST_CLASS_HID_MOUSE
*
mouse_instance
,
ux_host_class_hid_mouse_wheel_get.c:74
_ux_host_class_hid_mouse_wheel_get()
_ux_host_class_hid_mouse_wheel_get()::mouse_instance
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
All items filtered out
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Instance
Scope
Location
Project
_ux_host_class_hid_mouse_buttons_get()::mouse_instance
_ux_host_class_hid_mouse_buttons_get()
ux_host_class_hid_mouse.h:114
_ux_host_class_hid_mouse_position_get()::mouse_instance
_ux_host_class_hid_mouse_position_get()
ux_host_class_hid_mouse.h:116
_ux_host_class_hid_mouse_wheel_get()::mouse_instance
_ux_host_class_hid_mouse_wheel_get()
ux_host_class_hid_mouse.h:119
_ux_host_class_hid_mouse_buttons_get()::mouse_instance
_ux_host_class_hid_mouse_buttons_get()
ux_host_class_hid_mouse_buttons_get.c:74
_ux_host_class_hid_mouse_position_get()::mouse_instance
_ux_host_class_hid_mouse_position_get()
ux_host_class_hid_mouse_position_get.c:76
_ux_host_class_hid_mouse_wheel_get()::mouse_instance
_ux_host_class_hid_mouse_wheel_get()
ux_host_class_hid_mouse_wheel_get.c:74
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out