UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_byte_length is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_byte_length

UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_byte_length field

Syntax

ULONG ux_host_class_hid_report_byte_length;

References

LocationReferrerText
ux_host_class_hid.h:899
ULONG ux_host_class_hid_report_byte_length;
ux_host_class_hid_report_add.c:191_ux_host_class_hid_report_add()
new_hid_report -> ux_host_class_hid_report_byte_length = new_hid_report -> ux_host_class_hid_report_bit_length >> 3;
ux_host_class_hid_report_add.c:195_ux_host_class_hid_report_add()
new_hid_report -> ux_host_class_hid_report_byte_length++;
ux_host_class_hid_report_get.c:137_ux_host_class_hid_report_get()
if (hid_report -> ux_host_class_hid_report_byte_length == 0)
ux_host_class_hid_report_get.c:154_ux_host_class_hid_report_get()
report_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux_host_class_hid_report_byte_length);
ux_host_class_hid_report_get.c:205_ux_host_class_hid_report_get()
transfer_request -> ux_transfer_request_requested_length = hid_report -> ux_host_class_hid_report_byte_length;
ux_host_class_hid_report_get.c:215_ux_host_class_hid_report_get()
if ((status == UX_SUCCESS) && (transfer_request -> ux_transfer_request_actual_length == hid_report -> ux_host_class_hid_report_byte_length))
ux_host_class_hid_report_set.c:66ux_host_class_hid_report_set_buffer_allocate()
report_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux_host_class_hid_report_byte_length);
ux_host_class_hid_report_set.c:68ux_host_class_hid_report_set_buffer_allocate()
report_buffer = _ux_utility_memory_allocate_add_safe(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux_host_class_hid_report_byte_length, 1);
ux_host_class_hid_report_set.c:89ux_host_class_hid_report_set_buffer_allocate()
if (hid_report -> ux_host_class_hid_report_byte_length >= client_report -> ux_host_class_hid_client_report_length)
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_report_set.c:265_ux_host_class_hid_report_set()
transfer_request -> ux_transfer_request_requested_length = hid_report -> ux_host_class_hid_report_byte_length;
ux_host_class_hid_report_set.c:285_ux_host_class_hid_report_set()
if ((status != UX_SUCCESS) || (transfer_request -> ux_transfer_request_actual_length != hid_report -> ux_host_class_hid_report_byte_length))

Data Use

Functions writing UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_byte_length
Functions reading UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_byte_length
all items filtered out
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_byte_length
Type of UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_byte_length
UX_HOST_CLASS_HID_REPORT_STRUCT::ux_host_class_hid_report_byte_length
all items filtered out