usbx
_ux_device_class_hid_report_get()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
_ux_device_class_hid_report_get()
_ux_device_class_hid_report_get() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_device_class_hid.h:274
UINT
_ux_device_class_hid_report_get
(
UX_SLAVE_CLASS_HID
*
hid
,
ULONG
descriptor_type
,
ULONG
request_index
,
ULONG
host_length
)
;
Implemented in
ux_device_class_hid_report_get.c:80
Arguments
Argument
hid
descriptor_type
request_index
host_length
Related Functions
Found 8 other functions taking a
UX_SLAVE_CLASS_HID_STRUCT
argument:
Function
_ux_device_class_hid_event_set()
_ux_device_class_hid_event_get()
_ux_device_class_hid_descriptor_send()
_ux_device_class_hid_report_set()
_ux_device_class_hid_read()
_ux_device_class_hid_receiver_initialize()
_ux_device_class_hid_receiver_event_get()
_ux_device_class_hid_receiver_event_free()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_device_class_hid_report_get
(
UX_SLAVE_CLASS_HID
*
hid
,
ULONG
descriptor_type
,
ux_device_class_hid_report_get.c:80
UINT
_ux_device_class_hid_report_get
(
UX_SLAVE_CLASS_HID
*
hid
,
ULONG
descriptor_type
,
ux_device_class_hid.h:274
_ux_device_class_hid_report_get
(
hid
,
request_value
,
request_index
,
request_length
)
;
ux_device_class_hid_control_request.c:131
_ux_device_class_hid_control_request()
Call Tree
from
examples
_ux_device_class_hid_report_get()
is called by 1 function and calls 5 functions:
_ux_device_class_hid_control_request()
All items filtered out
_ux_device_class_hid_report_get()
_ux_device_stack_transfer_request()
_ux_utility_memory_copy()
_ux_utility_memory_set()
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_get_callback
_ux_device_class_hid_event_get()
All items filtered out
Data Use
from
examples
_ux_device_class_hid_report_get()
reads 7 variables and writes 4 variables:
UX_SLAVE_TRANSFER_STRUCT::ux_slave_transfer_request_data_pointer
UX_SLAVE_TRANSFER_STRUCT::ux_slave_transfer_request_setup
_ux_system_slave
UX_SLAVE_CLASS_HID_EVENT_STRUCT::ux_device_class_hid_event_buffer
UX_SLAVE_CLASS_HID_EVENT_STRUCT::ux_device_class_hid_event_length
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_get_callback
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_report_id
All items filtered out
_ux_device_class_hid_report_get()
UX_SLAVE_TRANSFER_STRUCT::ux_slave_transfer_request_phase
UX_SLAVE_CLASS_HID_EVENT_STRUCT::ux_device_class_hid_event_report_type
UX_SLAVE_CLASS_HID_EVENT_STRUCT::ux_device_class_hid_event_length
UX_SLAVE_CLASS_HID_EVENT_STRUCT::ux_device_class_hid_event_report_id
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