usbx
_ux_host_class_hid_report_set()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (5/5)...
usbx
common
core
usbx_device_classes
usbx_host_classes
inc
ux_host_class_cdc_acm.h
ux_host_class_hid_keyboard.h
ux_host_class_hid_mouse.h
ux_host_class_hid.h
UX_HID_DESCRIPTOR
UX_HOST_CLASS_HID_REPORT_CALLBACK
UX_HOST_CLASS_HID_CLIENT
UX_HOST_CLASS_HID_REPORT_GET_ID
UX_HOST_CLASS_HID_REPORT
UX_HOST_CLASS_HID_LOCAL_ITEM
UX_HOST_CLASS_HID_GLOBAL_ITEM
UX_HOST_CLASS_HID_FIELD
UX_HOST_CLASS_HID_REPORT
UX_HOST_CLASS_HID_PARSER
UX_HOST_CLASS_HID_ITEM
UX_HOST_CLASS_HID
UX_HOST_CLASS_HID_CLIENT_COMMAND
UX_HOST_CLASS_HID_CLIENT_REPORT
UX_HOST_CLASS_HID_CLIENT
_ux_host_class_hid_activate()
_ux_host_class_hid_client_register()
_ux_host_class_hid_client_search()
_ux_host_class_hid_configure()
_ux_host_class_hid_deactivate()
_ux_host_class_hid_descriptor_parse()
_ux_host_class_hid_entry()
_ux_host_class_hid_field_decompress()
_ux_host_class_hid_global_item_parse()
_ux_host_class_hid_idle_get()
_ux_host_class_hid_idle_set()
_ux_host_class_hid_instance_clean()
_ux_host_class_hid_interrupt_endpoint_search()
_ux_host_class_hid_item_data_get()
_ux_host_class_hid_local_item_parse()
_ux_host_class_hid_main_item_parse()
_ux_host_class_hid_periodic_report_start()
_ux_host_class_hid_periodic_report_stop()
_ux_host_class_hid_report_add()
_ux_host_class_hid_report_callback_register()
_ux_host_class_hid_report_compress()
_ux_host_class_hid_report_decompress()
_ux_host_class_hid_report_descriptor_get()
_ux_host_class_hid_report_get()
_ux_host_class_hid_report_id_get()
_ux_host_class_hid_report_item_analyse()
_ux_host_class_hid_report_set()
_ux_host_class_hid_resources_free()
_ux_host_class_hid_transfer_request_completed()
_ux_host_class_hid_tasks_run()
_ux_host_class_hid_idle_set_run()
_ux_host_class_hid_report_set_run()
ux_host_class_storage.h
src
usbx_network
usbx_stm32_device_controllers
usbx_stm32_host_controllers
ports
HAL
threadx
netxduo
filex
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_set()
_ux_host_class_hid_report_set() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_hid.h:1084
UINT
_ux_host_class_hid_report_set
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_CLIENT_REPORT
*
client_report
)
;
Implemented in
ux_host_class_hid_report_set.c:173
Arguments
Argument
hid
client_report
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_idle_set()
_ux_host_class_hid_instance_clean()
_ux_host_class_hid_main_item_parse()
_ux_host_class_hid_report_add()
_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_set
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_CLIENT_REPORT
*
client_report
)
ux_host_class_hid_report_set.c:173
UINT
_ux_host_class_hid_report_set
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_CLIENT_REPORT
*
client_report
)
;
ux_host_class_hid.h:1084
status
=
_ux_host_class_hid_report_set
(
hid
,
&
client_report
)
;
ux_host_class_hid_keyboard_activate.c:380
_ux_host_class_hid_keyboard_activate()
_ux_host_class_hid_report_set
(
hid
,
&
client_report
)
;
ux_host_class_hid_keyboard_thread.c:135
_ux_host_class_hid_keyboard_thread()
Call Tree
from
examples
_ux_host_class_hid_report_set()
is called by 2 functions and calls 7 functions:
_ux_host_class_hid_keyboard_activate()
_ux_host_class_hid_keyboard_thread()
All items filtered out
_ux_host_class_hid_report_set()
_ux_host_stack_transfer_request()
_ux_utility_memory_free()
_ux_utility_semaphore_get()
_ux_utility_semaphore_put()
_ux_system_error_handler()
_ux_host_stack_class_instance_verify()
ux_host_class_hid_report_set_buffer_allocate()
All items filtered out
Data Use
from
examples
_ux_host_class_hid_report_set()
reads 10 variables and writes 6 variables:
UX_TRANSFER_STRUCT::ux_transfer_request_actual_length
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceNumber
UX_INTERFACE_STRUCT::ux_interface_descriptor
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_byte_length
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_device
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_interface
UX_HOST_CLASS_HID_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report
_ux_system_host_class_hid_name
All items filtered out
_ux_host_class_hid_report_set()
UX_TRANSFER_STRUCT::ux_transfer_request_data_pointer
UX_TRANSFER_STRUCT::ux_transfer_request_requested_length
UX_TRANSFER_STRUCT::ux_transfer_request_type
UX_TRANSFER_STRUCT::ux_transfer_request_function
UX_TRANSFER_STRUCT::ux_transfer_request_value
UX_TRANSFER_STRUCT::ux_transfer_request_index
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