usbx
ux_host_class_hid_report_set_buffer_allocate()
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_host_class_hid_report_set_buffer_allocate()
ux_host_class_hid_report_set_buffer_allocate() function
Syntax
Show:
Summary
Declaration
from
ux_host_class_hid_report_set.c:36
static
inline
#else
UINT
ux_host_class_hid_report_set_buffer_allocate
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_CLIENT_REPORT
*
client_report
,
UCHAR
*
*
allocated
)
;
#endif
UINT
ux_host_class_hid_report_set_buffer_allocate
(
UX_HOST_CLASS_HID
*
hid
,
UX_HOST_CLASS_HID_CLIENT_REPORT
*
client_report
,
UCHAR
*
*
allocated
)
;
Arguments
Argument
hid
client_report
allocated
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_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_idle_set_run()
_ux_host_class_hid_report_set_run()
Examples
References
from
examples
Code
Location
Referrer
UINT
ux_host_class_hid_report_set_buffer_allocate
(
ux_host_class_hid_report_set.c:44
status
=
ux_host_class_hid_report_set_buffer_allocate
(
hid
,
client_report
,
&
report_buffer
)
;
ux_host_class_hid_report_set.c:244
_ux_host_class_hid_report_set()
Call Tree
from
examples
ux_host_class_hid_report_set_buffer_allocate()
is called by 1 function and calls 5 functions:
_ux_host_class_hid_report_set()
All items filtered out
ux_host_class_hid_report_set_buffer_allocate()
_ux_utility_memory_allocate()
_ux_utility_memory_copy()
_ux_utility_memory_free()
_ux_utility_memory_allocate_add_safe()
_ux_host_class_hid_report_compress()
All items filtered out
Data Use
from
examples
ux_host_class_hid_report_set_buffer_allocate()
reads 7 variables:
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_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report
UX_HOST_CLASS_HID_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report_buffer
UX_HOST_CLASS_HID_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report_length
UX_HOST_CLASS_HID_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report_flags
All items filtered out
ux_host_class_hid_report_set_buffer_allocate()
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