usbx
_ux_host_class_storage_cbw_initialize()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
_ux_host_class_storage_cbw_initialize()
_ux_host_class_storage_cbw_initialize() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_storage.h:613
VOID
_ux_host_class_storage_cbw_initialize
(
UX_HOST_CLASS_STORAGE
*
storage
,
UINT
flags
,
ULONG
data_transfer_length
,
UINT
command_length
)
;
Implemented in
ux_host_class_storage_cbw_initialize.c:82
Arguments
Argument
Declared as
storage
UX_HOST_CLASS_STORAGE
*
flags
UINT
data_transfer_length
ULONG
command_length
UINT
Related Functions
Found 31 other functions taking a
UX_HOST_CLASS_STORAGE_STRUCT
argument:
Function
_ux_host_class_storage_transport()
_ux_host_class_storage_device_reset()
_ux_host_class_storage_sense_code_translate()
_ux_host_class_storage_media_format_capacity_get()
_ux_host_class_storage_media_mount()
_ux_host_class_storage_media_read()
_ux_host_class_storage_unit_ready_test()
_ux_host_class_storage_media_characteristics_get()
_ux_host_class_storage_media_open()
_ux_host_class_storage_media_write()
_ux_host_class_storage_configure()
_ux_host_class_storage_device_initialize()
_ux_host_class_storage_device_support_check()
_ux_host_class_storage_endpoints_get()
_ux_host_class_storage_max_lun_get()
_ux_host_class_storage_media_capacity_get()
_ux_host_class_storage_partition_read()
_ux_host_class_storage_request_sense()
_ux_host_class_storage_transport_bo()
_ux_host_class_storage_media_protection_check()
_ux_host_class_storage_media_recovery_sense_get()
_ux_host_class_storage_start_stop()
_ux_host_class_storage_transport_cb()
_ux_host_class_storage_transport_cbi()
_ux_host_class_storage_read_initialize()
_ux_host_class_storage_write_initialize()
_ux_host_class_storage_media_get()
_ux_host_class_storage_media_check()
_ux_host_class_storage_transport_run()
_ux_host_class_storage_check_run()
_ux_host_class_storage_read_write_run()
Examples
References
from
examples
Code
Location
Referrer
VOID
_ux_host_class_storage_cbw_initialize
(
UX_HOST_CLASS_STORAGE
*
storage
,
UINT
flags
,
ux_host_class_storage_cbw_initialize.c:82
VOID
_ux_host_class_storage_cbw_initialize
(
UX_HOST_CLASS_STORAGE
*
storage
,
UINT
flags
,
ux_host_class_storage.h:613
_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
_ux_host_class_storage_media_capacity_get()
_ux_host_class_storage_cbw_initialize
(
storage
,
UX_HOST_CLASS_STORAGE_DATA_IN
,
UX_HOST_CLASS_STORAGE_INQUIRY_RESPONSE_LENGTH
,
command_length
)
;
ux_host_class_storage_media_characteristics_get.c:103
_ux_host_class_storage_media_characteristics_get()
_ux_host_class_storage_cbw_initialize
(
storage
,
UX_HOST_CLASS_STORAGE_DATA_IN
,
UX_HOST_CLASS_STORAGE_READ_FORMAT_RESPONSE_LENGTH
,
command_length
)
;
ux_host_class_storage_media_format_capacity_get.c:105
_ux_host_class_storage_media_format_capacity_get()
_ux_host_class_storage_cbw_initialize
(
storage
,
UX_HOST_CLASS_STORAGE_DATA_IN
,
UX_HOST_CLASS_STORAGE_MODE_SENSE_ALL_PAGE_LENGTH
,
command_length
)
;
ux_host_class_storage_media_protection_check.c:102
_ux_host_class_storage_media_protection_check()
_ux_host_class_storage_cbw_initialize
(
storage
,
ux_host_class_storage_media_read.c:64
_ux_host_class_storage_read_initialize()
_ux_host_class_storage_cbw_initialize
(
storage
,
UX_HOST_CLASS_STORAGE_DATA_IN
,
UX_HOST_CLASS_STORAGE_MODE_SENSE_TP_PAGE
,
command_length
)
;
ux_host_class_storage_media_recovery_sense_get.c:100
_ux_host_class_storage_media_recovery_sense_get()
_ux_host_class_storage_cbw_initialize
(
storage
,
UX_HOST_CLASS_STORAGE_DATA_OUT
,
ux_host_class_storage_media_write.c:64
_ux_host_class_storage_write_initialize()
_ux_host_class_storage_cbw_initialize
(
storage
,
UX_HOST_CLASS_STORAGE_DATA_IN
,
UX_HOST_CLASS_STORAGE_REQUEST_SENSE_RESPONSE_LENGTH
,
command_length
)
;
ux_host_class_storage_request_sense.c:122
_ux_host_class_storage_request_sense()
_ux_host_class_storage_cbw_initialize
(
storage
,
0
,
0
,
command_length
)
;
ux_host_class_storage_start_stop.c:100
_ux_host_class_storage_start_stop()
_ux_host_class_storage_cbw_initialize
(
storage
,
0
,
0
,
command_length
)
;
ux_host_class_storage_unit_ready_test.c:102
_ux_host_class_storage_unit_ready_test()
Call Tree
from
examples
_ux_host_class_storage_cbw_initialize()
is called by 10 functions and calls 2 functions:
_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_unit_ready_test()
All items filtered out
_ux_host_class_storage_cbw_initialize()
_ux_utility_memory_set()
_ux_utility_long_put()
All items filtered out
Data Use
from
examples
_ux_host_class_storage_cbw_initialize()
reads 2 variables:
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_cbw
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_lun
All items filtered out
_ux_host_class_storage_cbw_initialize()
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