UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_SLAVE_CLASS_STORAGE_BUFFER_SIZE

UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE macro

Syntax

#define UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE UX_SLAVE_REQUEST_DATA_MAX_LENGTH

References

LocationText
ux_device_class_storage.h:415
#define UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE UX_SLAVE_REQUEST_DATA_MAX_LENGTH
ux_device_class_storage_initialize.c:155
if (storage_parameter -> ux_slave_class_storage_parameter_lun[lun_index].ux_slave_class_storage_media_block_length > UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE)
ux_device_class_storage_mode_sense.c:171
if (mode_sense_reply_length > UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE)
ux_device_class_storage_mode_sense.c:172
mode_sense_reply_length = UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE;
ux_device_class_storage_read.c:222
if (total_length > UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE)
ux_device_class_storage_read.c:225
transfer_length = UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE;
ux_device_class_storage_read_dvd_structure.c:266
if (allocation_length > UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE)
ux_device_class_storage_read_dvd_structure.c:269
transfer_length = UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE;
ux_device_class_storage_read_format_capacity.c:33
#if UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE < UX_SLAVE_CLASS_STORAGE_READ_FORMAT_CAPACITY_RESPONSE_LENGTH
ux_device_class_storage_read_toc.c:33
#if UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE < 20
ux_device_class_storage_request_sense.c:33
#if UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE < UX_SLAVE_CLASS_STORAGE_REQUEST_SENSE_RESPONSE_LENGTH
ux_device_class_storage_write.c:227
if (total_length > UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE)
ux_device_class_storage_write.c:228
transfer_length = UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE;