usbx
UX_HOST_CLASS_HID_ITEM
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HOST_CLASS_HID_ITEM
UX_HOST_CLASS_HID_ITEM struct
Syntax
Show:
Summary
Declaration
from
ux_host_class_hid.h:938
typedef
struct
UX_HOST_CLASS_HID_ITEM_STRUCT
{
UCHAR
ux_host_class_hid_item_report_type
;
UCHAR
ux_host_class_hid_item_report_tag
;
USHORT
ux_host_class_hid_item_report_length
;
USHORT
ux_host_class_hid_item_report_format
;
}
UX_HOST_CLASS_HID_ITEM
;
Fields
Field
Declared as
UX_HOST_CLASS_HID_ITEM_STRUCT::ux_host_class_hid_item_report_type
UCHAR
UX_HOST_CLASS_HID_ITEM_STRUCT::ux_host_class_hid_item_report_tag
UCHAR
UX_HOST_CLASS_HID_ITEM_STRUCT::ux_host_class_hid_item_report_length
USHORT
UX_HOST_CLASS_HID_ITEM_STRUCT::ux_host_class_hid_item_report_format
USHORT
Related Functions
Found 6 other functions taking a
UX_HOST_CLASS_HID_ITEM_STRUCT
argument:
Function
_ux_host_class_hid_item_data_get()
_ux_host_class_hid_main_item_parse()
_ux_host_class_hid_report_add()
_ux_host_class_hid_report_item_analyse()
_ux_host_class_hid_global_item_parse()
_ux_host_class_hid_local_item_parse()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
UX_HOST_CLASS_HID_ITEM_STRUCT
ux_host_class_hid.h:938
}
UX_HOST_CLASS_HID_ITEM
;
ux_host_class_hid.h:945
UX_HOST_CLASS_HID_ITEM
UINT
_ux_host_class_hid_global_item_parse
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_ITEM
*
item
,
UCHAR
*
descriptor
)
;
ux_host_class_hid.h:1064
_ux_host_class_hid_global_item_parse()
_ux_host_class_hid_global_item_parse()::item
ULONG
_ux_host_class_hid_item_data_get
(
UCHAR
*
descriptor
,
UX_HOST_CLASS_HID_ITEM
*
item
)
;
ux_host_class_hid.h:1069
_ux_host_class_hid_item_data_get()
_ux_host_class_hid_item_data_get()::item
UINT
_ux_host_class_hid_local_item_parse
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_ITEM
*
item
,
UCHAR
*
descriptor
)
;
ux_host_class_hid.h:1070
_ux_host_class_hid_local_item_parse()
_ux_host_class_hid_local_item_parse()::item
UINT
_ux_host_class_hid_main_item_parse
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_ITEM
*
item
,
UCHAR
*
descriptor
)
;
ux_host_class_hid.h:1071
_ux_host_class_hid_main_item_parse()
_ux_host_class_hid_main_item_parse()::item
UINT
_ux_host_class_hid_report_add
(
UX_HOST_CLASS_HID
*
hid
,
UCHAR
*
descriptor
,
UX_HOST_CLASS_HID_ITEM
*
item
)
;
ux_host_class_hid.h:1074
_ux_host_class_hid_report_add()
_ux_host_class_hid_report_add()::item
UINT
_ux_host_class_hid_report_item_analyse
(
UCHAR
*
descriptor
,
UX_HOST_CLASS_HID_ITEM
*
item
)
;
ux_host_class_hid.h:1083
_ux_host_class_hid_report_item_analyse()
_ux_host_class_hid_report_item_analyse()::item
UINT
_ux_host_class_hid_global_item_parse
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_ITEM
*
item
,
UCHAR
*
descriptor
)
ux_host_class_hid_global_item_parse.c:77
_ux_host_class_hid_global_item_parse()
_ux_host_class_hid_global_item_parse()::item
ULONG
_ux_host_class_hid_item_data_get
(
UCHAR
*
descriptor
,
UX_HOST_CLASS_HID_ITEM
*
item
)
ux_host_class_hid_item_data_get.c:74
_ux_host_class_hid_item_data_get()
_ux_host_class_hid_item_data_get()::item
UINT
_ux_host_class_hid_local_item_parse
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_ITEM
*
item
,
UCHAR
*
descriptor
)
ux_host_class_hid_local_item_parse.c:74
_ux_host_class_hid_local_item_parse()
_ux_host_class_hid_local_item_parse()::item
UINT
_ux_host_class_hid_main_item_parse
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_ITEM
*
item
,
UCHAR
*
descriptor
)
ux_host_class_hid_main_item_parse.c:78
_ux_host_class_hid_main_item_parse()
_ux_host_class_hid_main_item_parse()::item
UINT
_ux_host_class_hid_report_add
(
UX_HOST_CLASS_HID
*
hid
,
UCHAR
*
descriptor
,
UX_HOST_CLASS_HID_ITEM
*
item
)
ux_host_class_hid_report_add.c:83
_ux_host_class_hid_report_add()
_ux_host_class_hid_report_add()::item
UX_HOST_CLASS_HID_ITEM
item
;
ux_host_class_hid_report_descriptor_get.c:86
_ux_host_class_hid_report_descriptor_get()
UINT
_ux_host_class_hid_report_item_analyse
(
UCHAR
*
descriptor
,
UX_HOST_CLASS_HID_ITEM
*
item
)
ux_host_class_hid_report_item_analyse.c:73
_ux_host_class_hid_report_item_analyse()
_ux_host_class_hid_report_item_analyse()::item
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_global_item_parse()::item
_ux_host_class_hid_global_item_parse()
ux_host_class_hid.h:1064
_ux_host_class_hid_item_data_get()::item
_ux_host_class_hid_item_data_get()
ux_host_class_hid.h:1069
_ux_host_class_hid_local_item_parse()::item
_ux_host_class_hid_local_item_parse()
ux_host_class_hid.h:1070
_ux_host_class_hid_main_item_parse()::item
_ux_host_class_hid_main_item_parse()
ux_host_class_hid.h:1071
_ux_host_class_hid_report_add()::item
_ux_host_class_hid_report_add()
ux_host_class_hid.h:1074
_ux_host_class_hid_report_item_analyse()::item
_ux_host_class_hid_report_item_analyse()
ux_host_class_hid.h:1083
_ux_host_class_hid_global_item_parse()::item
_ux_host_class_hid_global_item_parse()
ux_host_class_hid_global_item_parse.c:77
_ux_host_class_hid_item_data_get()::item
_ux_host_class_hid_item_data_get()
ux_host_class_hid_item_data_get.c:74
_ux_host_class_hid_local_item_parse()::item
_ux_host_class_hid_local_item_parse()
ux_host_class_hid_local_item_parse.c:74
_ux_host_class_hid_main_item_parse()::item
_ux_host_class_hid_main_item_parse()
ux_host_class_hid_main_item_parse.c:78
_ux_host_class_hid_report_add()::item
_ux_host_class_hid_report_add()
ux_host_class_hid_report_add.c:83
_ux_host_class_hid_report_item_analyse()::item
_ux_host_class_hid_report_item_analyse()
ux_host_class_hid_report_item_analyse.c:73
Lifecycle
from
examples
All items filtered out
All items filtered out