usbx
UX_HOST_CLASS_HID_PARSER
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_PARSER
UX_HOST_CLASS_HID_PARSER struct
Syntax
Show:
Summary
Declaration
from
ux_host_class_hid.h:912
typedef
struct
UX_HOST_CLASS_HID_PARSER_STRUCT
{
UX_HOST_CLASS_HID_GLOBAL_ITEM
ux_host_class_hid_parser_global
;
UX_HOST_CLASS_HID_GLOBAL_ITEM
ux_host_class_hid_parser_global_pool
[
UX_HOST_CLASS_HID_MAX_GLOBAL
]
;
ULONG
ux_host_class_hid_parser_number_global
;
UX_HOST_CLASS_HID_LOCAL_ITEM
ux_host_class_hid_parser_local
;
ULONG
ux_host_class_hid_parser_application
;
ULONG
ux_host_class_hid_parser_collection
[
UX_HOST_CLASS_HID_MAX_COLLECTION
]
;
ULONG
ux_host_class_hid_parser_number_collection
;
ULONG
ux_host_class_hid_parser_main_page
;
ULONG
ux_host_class_hid_parser_main_usage
;
UX_HOST_CLASS_HID_REPORT
*
ux_host_class_hid_parser_input_report
;
UX_HOST_CLASS_HID_REPORT
*
ux_host_class_hid_parser_output_report
;
UX_HOST_CLASS_HID_REPORT
*
ux_host_class_hid_parser_feature_report
;
}
UX_HOST_CLASS_HID_PARSER
;
Fields
Field
Declared as
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_global
UX_HOST_CLASS_HID_GLOBAL_ITEM
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_global_pool
UX_HOST_CLASS_HID_GLOBAL_ITEM
[
UX_HOST_CLASS_HID_MAX_GLOBAL
]
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_number_global
ULONG
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_local
UX_HOST_CLASS_HID_LOCAL_ITEM
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_application
ULONG
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_collection
ULONG
[
UX_HOST_CLASS_HID_MAX_COLLECTION
]
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_number_collection
ULONG
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_main_page
ULONG
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_main_usage
ULONG
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_input_report
UX_HOST_CLASS_HID_REPORT
*
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_output_report
UX_HOST_CLASS_HID_REPORT
*
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_feature_report
UX_HOST_CLASS_HID_REPORT
*
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out