usbx
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_state
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_state
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_state field
Syntax
Show:
Summary
Declaration
from
ux_host_class_hid.h:963
ULONG
ux_host_class_hid_state
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
ux_host_class_hid_state
;
ux_host_class_hid.h:963
hid
->
ux_host_class_hid_state
=
UX_HOST_CLASS_INSTANCE_LIVE
;
ux_host_class_hid_activate.c:162
_ux_host_class_hid_activate()
hid
->
ux_host_class_hid_state
=
UX_HOST_CLASS_INSTANCE_SHUTDOWN
;
ux_host_class_hid_deactivate.c:100
_ux_host_class_hid_deactivate()
if
(
(
hid
->
ux_host_class_hid_state
==
UX_HOST_CLASS_INSTANCE_SHUTDOWN
)
||
ux_host_class_hid_transfer_request_completed.c:105
_ux_host_class_hid_transfer_request_completed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_state
is written by 2 functions and is read by 1 function:
_ux_host_class_hid_activate()
_ux_host_class_hid_deactivate()
All items filtered out
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_state
_ux_host_class_hid_transfer_request_completed()
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