usbx
_ux_host_class_hid_keyboard_thread()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
_ux_host_class_hid_keyboard_thread()
_ux_host_class_hid_keyboard_thread() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_hid_keyboard.h:236
VOID
_ux_host_class_hid_keyboard_thread
(
ULONG
thread_entry
)
;
Implemented in
ux_host_class_hid_keyboard_thread.c:82
Arguments
Argument
thread_entry
Examples
References
from
examples
Code
Location
Referrer
VOID
_ux_host_class_hid_keyboard_thread
(
ULONG
thread_input
)
ux_host_class_hid_keyboard_thread.c:82
VOID
_ux_host_class_hid_keyboard_thread
(
ULONG
thread_entry
)
;
ux_host_class_hid_keyboard.h:236
status
=
_ux_utility_thread_create
(
&
keyboard_instance
->
ux_host_class_hid_keyboard_thread
,
"ux_host_stack_keyboard_thread"
,
_ux_host_class_hid_keyboard_thread
,
ux_host_class_hid_keyboard_activate.c:321
_ux_host_class_hid_keyboard_activate()
Call Tree
from
examples
_ux_host_class_hid_keyboard_thread()
calls 3 functions:
All items filtered out
_ux_host_class_hid_keyboard_thread()
_ux_utility_semaphore_get()
_ux_host_class_hid_report_id_get()
_ux_host_class_hid_report_set()
All items filtered out
Data Use
from
examples
_ux_host_class_hid_keyboard_thread()
reads 3 variables and writes 8 variables:
UX_HOST_CLASS_HID_REPORT_GET_ID_STRUCT::ux_host_class_hid_report_get_report
UX_HOST_CLASS_HID_KEYBOARD_STRUCT::ux_host_class_hid_keyboard_hid
UX_HOST_CLASS_HID_KEYBOARD_STRUCT::ux_host_class_hid_keyboard_alternate_key_state
All items filtered out
_ux_host_class_hid_keyboard_thread()
_ux_host_class_hid_keyboard_activate()
UX_HOST_CLASS_HID_REPORT_GET_ID_STRUCT::ux_host_class_hid_report_get_type
UX_HOST_CLASS_HID_REPORT_GET_ID_STRUCT::ux_host_class_hid_report_get_report
UX_HOST_CLASS_HID_KEYBOARD_STRUCT::ux_host_class_hid_keyboard_led_mask
UX_HOST_CLASS_HID_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report
UX_HOST_CLASS_HID_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report_buffer
UX_HOST_CLASS_HID_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report_length
UX_HOST_CLASS_HID_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report_flags
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