usbx
UX_HOST_CLASS_STORAGE_CBW_DATA_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_DATA_LENGTH
UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH macro
Syntax
Show:
Summary
Declaration
from
ux_host_class_storage.h:238
#define
UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH
8
Examples
References
from
examples
Code
Location
#define
UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH
8
ux_host_class_storage.h:238
_ux_utility_long_put
(
cbw
+
UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH
,
data_transfer_length
)
;
ux_host_class_storage_cbw_initialize.c:100
data_phase_requested_length
=
_ux_utility_long_get
(
cbw
+
UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH
)
;
ux_host_class_storage_transport_bo.c:170
storage
->
ux_host_class_storage_data_phase_length
=
_ux_utility_long_get
(
cbw
+
UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH
)
-
ux_host_class_storage_transport_bo.c:369
data_phase_requested_length
=
_ux_utility_long_get
(
cbw
+
UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH
)
;
ux_host_class_storage_transport_cb.c:127
data_phase_requested_length
=
_ux_utility_long_get
(
cbw
+
UX_HOST_CLASS_STORAGE_CBW_DATA_LENGTH
)
;
ux_host_class_storage_transport_cbi.c:129
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