UX_HOST_CLASS_STORAGE_CBW_LENGTH is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_HOST_CLASS_STORAGE_CBW_LENGTH

UX_HOST_CLASS_STORAGE_CBW_LENGTH macro

Syntax

#define UX_HOST_CLASS_STORAGE_CBW_LENGTH 31

References

LocationText
ux_host_class_storage.h:451
#define UX_HOST_CLASS_STORAGE_CBW_LENGTH 31
ux_host_class_storage_request_sense.c:119
_ux_utility_memory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST_CLASS_STORAGE_CBW_LENGTH); /* Use case of memcpy is verified. */
ux_host_class_storage_request_sense.c:172
_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_saved_cbw, UX_HOST_CLASS_STORAGE_CBW_LENGTH); /* Use case of memcpy is verified. */
ux_host_class_storage_transport_bo.c:107
transfer_request -> ux_transfer_request_requested_length = UX_HOST_CLASS_STORAGE_CBW_LENGTH;