usbx
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_get_callback
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_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_get_callback
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_get_callback field
Syntax
Show:
Summary
Declaration
from
ux_device_class_hid.h:167
UINT
(
*
ux_device_class_hid_get_callback
)
(
struct
UX_SLAVE_CLASS_HID_STRUCT
*
hid
,
UX_SLAVE_CLASS_HID_EVENT
*
)
;
Examples
References
from
examples
Code
Location
Referrer
UINT
(
*
ux_device_class_hid_get_callback
)
(
struct
UX_SLAVE_CLASS_HID_STRUCT
*
hid
,
UX_SLAVE_CLASS_HID_EVENT
*
)
;
ux_device_class_hid.h:167
hid
->
ux_device_class_hid_get_callback
=
hid_parameter
->
ux_device_class_hid_parameter_get_callback
;
ux_device_class_hid_initialize.c:148
_ux_device_class_hid_initialize()
if
(
hid
->
ux_device_class_hid_get_callback
!=
UX_NULL
)
ux_device_class_hid_report_get.c:136
_ux_device_class_hid_report_get()
status
=
hid
->
ux_device_class_hid_get_callback
(
hid
,
&
hid_event
)
;
ux_device_class_hid_report_get.c:137
_ux_device_class_hid_report_get()
Call Tree
from
examples
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_get_callback
is called by 1 function:
_ux_device_class_hid_report_get()
All items filtered out
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_get_callback
All items filtered out
Data Use
from
examples
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_get_callback
is written by 1 function and is read by 1 function:
_ux_device_class_hid_initialize()
All items filtered out
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_get_callback
_ux_device_class_hid_report_get()
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