UX_HOST_CLASS_STORAGE_MEMORY_BUFFER_SIZE is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_HOST_CLASS_STORAGE_MEMORY_BUFFER_SIZE

UX_HOST_CLASS_STORAGE_MEMORY_BUFFER_SIZE macro

Syntax

#define UX_HOST_CLASS_STORAGE_MEMORY_BUFFER_SIZE (1024)

References

LocationText
ux_host_class_storage.h:138
#define UX_HOST_CLASS_STORAGE_MEMORY_BUFFER_SIZE (1024)
ux_host_class_storage_media_open.c:139
storage_media -> ux_host_class_storage_media_memory = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, UX_HOST_CLASS_STORAGE_MEMORY_BUFFER_SIZE);
ux_host_class_storage_media_open.c:149
UX_HOST_CLASS_STORAGE_MEMORY_BUFFER_SIZE);