usbx
_ux_host_class_hid_report_add()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
_ux_host_class_hid_report_add()
_ux_host_class_hid_report_add() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_hid.h:1074
UINT
_ux_host_class_hid_report_add
(
UX_HOST_CLASS_HID
*
hid
,
UCHAR
*
descriptor
,
UX_HOST_CLASS_HID_ITEM
*
item
)
;
Implemented in
ux_host_class_hid_report_add.c:83
Arguments
Argument
hid
descriptor
item
Related Functions
Found 23 other functions taking a
UX_HOST_CLASS_HID_STRUCT
argument:
Function
_ux_host_class_hid_report_id_get()
_ux_host_class_hid_periodic_report_start()
_ux_host_class_hid_periodic_report_stop()
_ux_host_class_hid_report_callback_register()
_ux_host_class_hid_report_decompress()
_ux_host_class_hid_report_set()
_ux_host_class_hid_idle_set()
_ux_host_class_hid_instance_clean()
_ux_host_class_hid_main_item_parse()
_ux_host_class_hid_report_compress()
_ux_host_class_hid_report_descriptor_get()
_ux_host_class_hid_resources_free()
_ux_host_class_hid_client_search()
_ux_host_class_hid_configure()
_ux_host_class_hid_descriptor_parse()
_ux_host_class_hid_global_item_parse()
_ux_host_class_hid_interrupt_endpoint_search()
_ux_host_class_hid_local_item_parse()
_ux_host_class_hid_report_get()
_ux_host_class_hid_idle_get()
ux_host_class_hid_report_set_buffer_allocate()
_ux_host_class_hid_idle_set_run()
_ux_host_class_hid_report_set_run()
Examples
References
from
examples
Code
Location
Referrer
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
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
status
=
_ux_host_class_hid_report_add
(
hid
,
descriptor
,
item
)
;
ux_host_class_hid_main_item_parse.c:177
_ux_host_class_hid_main_item_parse()
Call Tree
from
examples
_ux_host_class_hid_report_add()
is called by 1 function and calls 6 functions:
_ux_host_class_hid_main_item_parse()
All items filtered out
_ux_host_class_hid_report_add()
_ux_utility_memory_allocate()
_ux_utility_memory_copy()
_ux_utility_memory_free()
_ux_system_error_handler()
_ux_utility_memory_allocate_mulc_safe()
_ux_host_class_hid_item_data_get()
All items filtered out
Data Use
from
examples
_ux_host_class_hid_report_add()
reads 30 variables and writes 29 variables:
UX_HOST_CLASS_HID_LOCAL_ITEM_STRUCT::ux_host_class_hid_local_item_usages
UX_HOST_CLASS_HID_LOCAL_ITEM_STRUCT::ux_host_class_hid_local_item_number_usage
UX_HOST_CLASS_HID_LOCAL_ITEM_STRUCT::ux_host_class_hid_local_item_usage_min
UX_HOST_CLASS_HID_LOCAL_ITEM_STRUCT::ux_host_class_hid_local_item_usage_max
UX_HOST_CLASS_HID_GLOBAL_ITEM_STRUCT::ux_host_class_hid_global_item_usage_page
UX_HOST_CLASS_HID_GLOBAL_ITEM_STRUCT::ux_host_class_hid_global_item_logical_min
UX_HOST_CLASS_HID_GLOBAL_ITEM_STRUCT::ux_host_class_hid_global_item_logical_max
UX_HOST_CLASS_HID_GLOBAL_ITEM_STRUCT::ux_host_class_hid_global_item_physical_min
UX_HOST_CLASS_HID_GLOBAL_ITEM_STRUCT::ux_host_class_hid_global_item_physical_max
UX_HOST_CLASS_HID_GLOBAL_ITEM_STRUCT::ux_host_class_hid_global_item_unit_expo
UX_HOST_CLASS_HID_GLOBAL_ITEM_STRUCT::ux_host_class_hid_global_item_unit
UX_HOST_CLASS_HID_GLOBAL_ITEM_STRUCT::ux_host_class_hid_global_item_report_size
UX_HOST_CLASS_HID_GLOBAL_ITEM_STRUCT::ux_host_class_hid_global_item_report_id
UX_HOST_CLASS_HID_GLOBAL_ITEM_STRUCT::ux_host_class_hid_global_item_report_count
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_report_count
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_usages
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_values
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_next_field
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_id
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_field
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_number_item
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_byte_length
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_bit_length
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_next_report
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_global
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_local
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_input_report
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_output_report
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_feature_report
UX_HOST_CLASS_HID_ITEM_STRUCT::ux_host_class_hid_item_report_tag
All items filtered out
_ux_host_class_hid_report_add()
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_usage_page
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_usage_min
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_usage_max
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_logical_min
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_logical_max
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_physical_min
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_physical_max
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_unit
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_unit_expo
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_report_type
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_report_id
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_report_offset
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_report_size
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_report_count
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_value
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_usages
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_number_usage
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_values
UX_HOST_CLASS_HID_FIELD_STRUCT::ux_host_class_hid_field_next_field
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_id
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_type
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_field
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_number_item
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_byte_length
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_bit_length
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_next_report
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_input_report
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_output_report
UX_HOST_CLASS_HID_PARSER_STRUCT::ux_host_class_hid_parser_feature_report
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