usbx
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_cbw
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_cbw
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_cbw field
Syntax
Show:
Summary
Declaration
from
ux_host_class_storage.h:468
UCHAR
ux_host_class_storage_cbw
[
UX_HOST_CLASS_STORAGE_CBW_LENGTH_ALIGNED
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
ux_host_class_storage_cbw
[
UX_HOST_CLASS_STORAGE_CBW_LENGTH_ALIGNED
]
;
ux_host_class_storage.h:468
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_cbw_initialize.c:90
_ux_host_class_storage_cbw_initialize()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_media_capacity_get.c:134
_ux_host_class_storage_media_capacity_get()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_media_characteristics_get.c:90
_ux_host_class_storage_media_characteristics_get()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_media_format_capacity_get.c:92
_ux_host_class_storage_media_format_capacity_get()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_media_protection_check.c:89
_ux_host_class_storage_media_protection_check()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_media_read.c:49
_ux_host_class_storage_read_initialize()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_media_recovery_sense_get.c:87
_ux_host_class_storage_media_recovery_sense_get()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_media_write.c:49
_ux_host_class_storage_write_initialize()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_request_sense.c:101
_ux_host_class_storage_request_sense()
_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_host_class_storage_request_sense()
_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
_ux_host_class_storage_request_sense()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_start_stop.c:87
_ux_host_class_storage_start_stop()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_transport_bo.c:103
_ux_host_class_storage_transport_bo()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_transport_cb.c:111
_ux_host_class_storage_transport_cb()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_transport_cbi.c:113
_ux_host_class_storage_transport_cbi()
cbw
=
(
UCHAR
*
)
storage
->
ux_host_class_storage_cbw
;
ux_host_class_storage_unit_ready_test.c:89
_ux_host_class_storage_unit_ready_test()
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_cbw
is read by 14 functions:
All items filtered out
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_cbw
_ux_host_class_storage_cbw_initialize()
_ux_host_class_storage_media_capacity_get()
_ux_host_class_storage_media_characteristics_get()
_ux_host_class_storage_media_format_capacity_get()
_ux_host_class_storage_media_protection_check()
_ux_host_class_storage_read_initialize()
_ux_host_class_storage_media_recovery_sense_get()
_ux_host_class_storage_write_initialize()
_ux_host_class_storage_request_sense()
_ux_host_class_storage_start_stop()
_ux_host_class_storage_transport_bo()
_ux_host_class_storage_transport_cb()
_ux_host_class_storage_transport_cbi()
_ux_host_class_storage_unit_ready_test()
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