usbx
_ux_device_class_hid_descriptor_send()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_device_class_hid_descriptor_send()
_ux_device_class_hid_descriptor_send() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_device_class_hid.h:259
UINT
_ux_device_class_hid_descriptor_send
(
UX_SLAVE_CLASS_HID
*
hid
,
ULONG
descriptor_type
,
ULONG
request_index
,
ULONG
host_length
)
;
Implemented in
ux_device_class_hid_descriptor_send.c:82
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_report_set()
_ux_device_class_hid_report_get()
_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_descriptor_send
(
UX_SLAVE_CLASS_HID
*
hid
,
ULONG
descriptor_type
,
ux_device_class_hid_descriptor_send.c:82
UINT
_ux_device_class_hid_descriptor_send
(
UX_SLAVE_CLASS_HID
*
hid
,
ULONG
descriptor_type
,
ux_device_class_hid.h:259
_ux_device_class_hid_descriptor_send
(
hid
,
request_value
,
request_index
,
request_length
)
;
ux_device_class_hid_control_request.c:146
_ux_device_class_hid_control_request()
Call Tree
from
examples
_ux_device_class_hid_descriptor_send()
is called by 1 function and calls 4 functions:
_ux_device_class_hid_control_request()
All items filtered out
_ux_device_class_hid_descriptor_send()
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_function
_ux_device_stack_transfer_request()
_ux_utility_memory_copy()
_ux_system_error_handler()
All items filtered out
Data Use
from
examples
_ux_device_class_hid_descriptor_send()
reads 6 variables and writes 1 variable:
UX_SLAVE_TRANSFER_STRUCT::ux_slave_transfer_request_data_pointer
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_framework
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_framework_length
_ux_system_slave
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_report_address
UX_SLAVE_CLASS_HID_STRUCT::ux_device_class_hid_report_length
All items filtered out
_ux_device_class_hid_descriptor_send()
UX_SLAVE_TRANSFER_STRUCT::ux_slave_transfer_request_phase
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