usbx
UX_HOST_CLASS_HID_REPORT_GET_ID
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_REPORT_GET_ID
UX_HOST_CLASS_HID_REPORT_GET_ID struct
Syntax
Show:
Summary
Declaration
from
ux_host_class_hid.h:813
typedef
struct
UX_HOST_CLASS_HID_REPORT_GET_ID_STRUCT
{
ULONG
ux_host_class_hid_report_get_id
;
ULONG
ux_host_class_hid_report_get_type
;
struct
UX_HOST_CLASS_HID_REPORT_STRUCT
*
ux_host_class_hid_report_get_report
;
}
UX_HOST_CLASS_HID_REPORT_GET_ID
;
Fields
Field
Declared as
UX_HOST_CLASS_HID_REPORT_GET_ID_STRUCT::ux_host_class_hid_report_get_id
ULONG
UX_HOST_CLASS_HID_REPORT_GET_ID_STRUCT::ux_host_class_hid_report_get_type
ULONG
UX_HOST_CLASS_HID_REPORT_GET_ID_STRUCT::ux_host_class_hid_report_get_report
struct
UX_HOST_CLASS_HID_REPORT_STRUCT
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
UX_HOST_CLASS_HID_REPORT_GET_ID_STRUCT
ux_host_class_hid.h:813
}
UX_HOST_CLASS_HID_REPORT_GET_ID
;
ux_host_class_hid.h:820
UX_HOST_CLASS_HID_REPORT_GET_ID
UINT
_ux_host_class_hid_report_id_get
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_REPORT_GET_ID
*
report_id
)
;
ux_host_class_hid.h:1082
_ux_host_class_hid_report_id_get()
_ux_host_class_hid_report_id_get()::report_id
UX_HOST_CLASS_HID_REPORT_GET_ID
report_id
;
ux_host_class_hid_keyboard_activate.c:160
_ux_host_class_hid_keyboard_activate()
UX_HOST_CLASS_HID_REPORT_GET_ID
report_id
;
ux_host_class_hid_keyboard_thread.c:86
_ux_host_class_hid_keyboard_thread()
UX_HOST_CLASS_HID_REPORT_GET_ID
report_id
;
ux_host_class_hid_mouse_activate.c:89
_ux_host_class_hid_mouse_activate()
UINT
_ux_host_class_hid_report_id_get
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_REPORT_GET_ID
*
report_id
)
ux_host_class_hid_report_id_get.c:83
_ux_host_class_hid_report_id_get()
_ux_host_class_hid_report_id_get()::report_id
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
_ux_host_class_hid_report_id_get()::report_id
_ux_host_class_hid_report_id_get()
ux_host_class_hid.h:1082
_ux_host_class_hid_report_id_get()::report_id
_ux_host_class_hid_report_id_get()
ux_host_class_hid_report_id_get.c:83
Lifecycle
from
examples
All items filtered out
All items filtered out