usbx
UX_HOST_CLASS_STORAGE_READ_CAPACITY_RESPONSE_LENGTH
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HOST_CLASS_STORAGE_READ_CAPACITY_RESPONSE_LENGTH
UX_HOST_CLASS_STORAGE_READ_CAPACITY_RESPONSE_LENGTH macro
Syntax
Show:
Summary
Declaration
from
ux_host_class_storage.h:339
#define
UX_HOST_CLASS_STORAGE_READ_CAPACITY_RESPONSE_LENGTH
8
Examples
References
from
examples
Code
Location
#define
UX_HOST_CLASS_STORAGE_READ_CAPACITY_RESPONSE_LENGTH
8
ux_host_class_storage.h:339
_ux_host_class_storage_cbw_initialize
(
storage
,
UX_HOST_CLASS_STORAGE_DATA_IN
,
UX_HOST_CLASS_STORAGE_READ_CAPACITY_RESPONSE_LENGTH
,
command_length
)
;
ux_host_class_storage_media_capacity_get.c:147
capacity_response
=
_ux_utility_memory_allocate
(
UX_SAFE_ALIGN
,
UX_CACHE_SAFE_MEMORY
,
UX_HOST_CLASS_STORAGE_READ_CAPACITY_RESPONSE_LENGTH
)
;
ux_host_class_storage_media_capacity_get.c:153
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