usbx
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE macro
Syntax
Show:
Summary
Declaration
from
ux_device_class_storage.h:415
#define
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
UX_SLAVE_REQUEST_DATA_MAX_LENGTH
Examples
References
from
examples
Code
Location
#define
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
UX_SLAVE_REQUEST_DATA_MAX_LENGTH
ux_device_class_storage.h:415
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_initialize.c:155
if
(
mode_sense_reply_length
>
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
)
ux_device_class_storage_mode_sense.c:171
mode_sense_reply_length
=
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
;
ux_device_class_storage_mode_sense.c:172
if
(
total_length
>
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
)
ux_device_class_storage_read.c:222
transfer_length
=
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
;
ux_device_class_storage_read.c:225
if
(
allocation_length
>
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
)
ux_device_class_storage_read_dvd_structure.c:266
transfer_length
=
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
;
ux_device_class_storage_read_dvd_structure.c:269
#if
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
<
UX_SLAVE_CLASS_STORAGE_READ_FORMAT_CAPACITY_RESPONSE_LENGTH
ux_device_class_storage_read_format_capacity.c:33
#if
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
<
20
ux_device_class_storage_read_toc.c:33
#if
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
<
UX_SLAVE_CLASS_STORAGE_REQUEST_SENSE_RESPONSE_LENGTH
ux_device_class_storage_request_sense.c:33
if
(
total_length
>
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
)
ux_device_class_storage_write.c:227
transfer_length
=
UX_SLAVE_CLASS_STORAGE_BUFFER_SIZE
;
ux_device_class_storage_write.c:228
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out