usbx
_ux_host_class_hid_keyboard_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_keyboard_deactivate()
_ux_host_class_hid_keyboard_deactivate() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_hid_keyboard.h:234
UINT
_ux_host_class_hid_keyboard_deactivate
(
UX_HOST_CLASS_HID_CLIENT_COMMAND
*
command
)
;
Implemented in
ux_host_class_hid_keyboard_deactivate.c:80
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_mouse_deactivate()
_ux_host_class_hid_keyboard_activate()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_host_class_hid_keyboard_deactivate
(
UX_HOST_CLASS_HID_CLIENT_COMMAND
*
command
)
ux_host_class_hid_keyboard_deactivate.c:80
UINT
_ux_host_class_hid_keyboard_deactivate
(
UX_HOST_CLASS_HID_CLIENT_COMMAND
*
command
)
;
ux_host_class_hid_keyboard.h:234
status
=
_ux_host_class_hid_keyboard_deactivate
(
command
)
;
ux_host_class_hid_keyboard_entry.c:138
_ux_host_class_hid_keyboard_entry()
Call Tree
from
examples
_ux_host_class_hid_keyboard_deactivate()
is called by 1 function and calls 5 functions:
_ux_host_class_hid_keyboard_entry()
All items filtered out
_ux_host_class_hid_keyboard_deactivate()
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
_ux_utility_memory_free()
_ux_utility_semaphore_delete()
_ux_utility_thread_delete()
_ux_host_class_hid_periodic_report_stop()
All items filtered out
Data Use
from
examples
_ux_host_class_hid_keyboard_deactivate()
reads 9 variables:
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
UX_HOST_CLASS_HID_KEYBOARD_STRUCT::ux_host_class_hid_keyboard_key_state
UX_HOST_CLASS_HID_KEYBOARD_STRUCT::ux_host_class_hid_keyboard_thread_stack
UX_HOST_CLASS_HID_KEYBOARD_STRUCT::ux_host_class_hid_keyboard_usage_array
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_keyboard_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