usbx
_ux_host_class_hid_mouse_deactivate()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
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_deactivate()
_ux_host_class_hid_mouse_deactivate() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_hid_mouse.h:112
UINT
_ux_host_class_hid_mouse_deactivate
(
UX_HOST_CLASS_HID_CLIENT_COMMAND
*
command
)
;
Implemented in
ux_host_class_hid_mouse_deactivate.c:75
Arguments
Argument
command
Related Functions
Found 5 other functions taking a
UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT
argument:
Function
_ux_host_class_hid_mouse_entry()
_ux_host_class_hid_keyboard_entry()
_ux_host_class_hid_mouse_activate()
_ux_host_class_hid_keyboard_activate()
_ux_host_class_hid_keyboard_deactivate()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_host_class_hid_mouse_deactivate
(
UX_HOST_CLASS_HID_CLIENT_COMMAND
*
command
)
ux_host_class_hid_mouse_deactivate.c:75
UINT
_ux_host_class_hid_mouse_deactivate
(
UX_HOST_CLASS_HID_CLIENT_COMMAND
*
command
)
;
ux_host_class_hid_mouse.h:112
status
=
_ux_host_class_hid_mouse_deactivate
(
command
)
;
ux_host_class_hid_mouse_entry.c:132
_ux_host_class_hid_mouse_entry()
Call Tree
from
examples
_ux_host_class_hid_mouse_deactivate()
is called by 1 function and calls 3 functions:
_ux_host_class_hid_mouse_entry()
All items filtered out
_ux_host_class_hid_mouse_deactivate()
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
_ux_utility_memory_free()
_ux_host_class_hid_periodic_report_stop()
All items filtered out
Data Use
from
examples
_ux_host_class_hid_mouse_deactivate()
reads 6 variables:
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_class
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_client
UX_HOST_CLASS_HID_CLIENT_COMMAND_STRUCT::ux_host_class_hid_client_command_instance
UX_HOST_CLASS_HID_CLIENT_STRUCT::ux_host_class_hid_client_local_instance
_ux_system_host
All items filtered out
_ux_host_class_hid_mouse_deactivate()
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