usbx
UX_HOST_CLASS_STORAGE_CBW_LENGTH
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_HOST_CLASS_STORAGE_CBW_LENGTH
UX_HOST_CLASS_STORAGE_CBW_LENGTH macro
Syntax
Show:
Summary
Declaration
from
ux_host_class_storage.h:451
#define
UX_HOST_CLASS_STORAGE_CBW_LENGTH
31
Examples
References
from
examples
Code
Location
#define
UX_HOST_CLASS_STORAGE_CBW_LENGTH
31
ux_host_class_storage.h:451
_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:119
_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_request_sense.c:172
transfer_request
->
ux_transfer_request_requested_length
=
UX_HOST_CLASS_STORAGE_CBW_LENGTH
;
ux_host_class_storage_transport_bo.c:107
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