UX_HOST_CLASS_HID_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report_buffer is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_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_buffer field

Syntax

ULONG *ux_host_class_hid_client_report_buffer;

References

LocationReferrerText
ux_host_class_hid.h:1028
ULONG *ux_host_class_hid_client_report_buffer;
ux_host_class_hid_field_decompress.c:148_ux_host_class_hid_field_decompress()
*(client_report -> ux_host_class_hid_client_report_buffer + client_report -> ux_host_class_hid_client_report_actual_length) = field_usage;
ux_host_class_hid_field_decompress.c:150_ux_host_class_hid_field_decompress()
*(client_report -> ux_host_class_hid_client_report_buffer + client_report -> ux_host_class_hid_client_report_actual_length) = field_value;
ux_host_class_hid_keyboard_activate.c:376_ux_host_class_hid_keyboard_activate()
client_report.ux_host_class_hid_client_report_buffer = &keyboard_instance -> ux_host_class_hid_keyboard_led_mask;
ux_host_class_hid_keyboard_thread.c:132_ux_host_class_hid_keyboard_thread()
client_report.ux_host_class_hid_client_report_buffer = &keyboard_instance -> ux_host_class_hid_keyboard_led_mask;
ux_host_class_hid_report_compress.c:97_ux_host_class_hid_report_compress()
client_buffer = client_report -> ux_host_class_hid_client_report_buffer;
ux_host_class_hid_report_get.c:227_ux_host_class_hid_report_get()
_ux_utility_memory_copy(client_report -> ux_host_class_hid_client_report_buffer, report_buffer, transfer_request -> ux_transfer_request_actual_length); /* Use case of memcpy is verified. */
ux_host_class_hid_report_set.c:93ux_host_class_hid_report_set_buffer_allocate()
_ux_utility_memory_copy(current_report_buffer, client_report -> ux_host_class_hid_client_report_buffer, hid_report -> ux_host_class_hid_report_byte_length); /* Use case of memcpy is verified. */
ux_host_class_hid_transfer_request_completed.c:185_ux_host_class_hid_transfer_request_completed()
client_report.ux_host_class_hid_client_report_buffer = client_buffer;
ux_host_class_hid_transfer_request_completed.c:214_ux_host_class_hid_transfer_request_completed()
callback.ux_host_class_hid_report_callback_usage = *client_report.ux_host_class_hid_client_report_buffer++;
ux_host_class_hid_transfer_request_completed.c:215_ux_host_class_hid_transfer_request_completed()
callback.ux_host_class_hid_report_callback_value = *client_report.ux_host_class_hid_client_report_buffer++;
ux_host_class_hid_transfer_request_completed.c:235_ux_host_class_hid_transfer_request_completed()
callback.ux_host_class_hid_report_callback_buffer = client_report.ux_host_class_hid_client_report_buffer;

Data Use

Functions writing UX_HOST_CLASS_HID_CLIENT_REPORT_STRUCT::ux_host_class_hid_client_report_buffer
Functions reading 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_buffer
Type of 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_buffer
all items filtered out