usbx
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_csw
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_STRUCT::ux_host_class_storage_csw
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_csw field
Syntax
Show:
Summary
Declaration
from
ux_host_class_storage.h:470
UCHAR
ux_host_class_storage_csw
[
UX_HOST_CLASS_STORAGE_CSW_LENGTH_ALIGNED
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
ux_host_class_storage_csw
[
UX_HOST_CLASS_STORAGE_CSW_LENGTH_ALIGNED
]
;
ux_host_class_storage.h:470
csw_status
=
storage
->
ux_host_class_storage_csw
[
UX_HOST_CLASS_STORAGE_CSW_STATUS
]
;
ux_host_class_storage_transport.c:114
_ux_host_class_storage_transport()
transfer_request
->
ux_transfer_request_data_pointer
=
(
UCHAR
*
)
&
storage
->
ux_host_class_storage_csw
;
ux_host_class_storage_transport_bo.c:266
_ux_host_class_storage_transport_bo()
if
(
storage
->
ux_host_class_storage_csw
[
UX_HOST_CLASS_STORAGE_CSW_STATUS
]
==
UX_HOST_CLASS_STORAGE_CSW_PASSED
||
ux_host_class_storage_transport_bo.c:307
_ux_host_class_storage_transport_bo()
storage
->
ux_host_class_storage_csw
[
UX_HOST_CLASS_STORAGE_CSW_STATUS
]
==
UX_HOST_CLASS_STORAGE_CSW_FAILED
)
ux_host_class_storage_transport_bo.c:308
_ux_host_class_storage_transport_bo()
if
(
storage
->
ux_host_class_storage_csw
[
UX_HOST_CLASS_STORAGE_CSW_STATUS
]
==
UX_HOST_CLASS_STORAGE_CSW_FAILED
||
ux_host_class_storage_transport_bo.c:316
_ux_host_class_storage_transport_bo()
_ux_utility_long_get
(
storage
->
ux_host_class_storage_csw
+
UX_HOST_CLASS_STORAGE_CSW_DATA_RESIDUE
)
!=
0
)
ux_host_class_storage_transport_bo.c:317
_ux_host_class_storage_transport_bo()
_ux_utility_long_get
(
storage
->
ux_host_class_storage_csw
+
UX_HOST_CLASS_STORAGE_CSW_DATA_RESIDUE
)
;
ux_host_class_storage_transport_bo.c:370
_ux_host_class_storage_transport_bo()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_csw
is read by 2 functions:
All items filtered out
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_csw
_ux_host_class_storage_transport()
_ux_host_class_storage_transport_bo()
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