usbx
_ux_host_class_storage_transport_bo()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_transport_bo()
_ux_host_class_storage_transport_bo() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_storage.h:646
UINT
_ux_host_class_storage_transport_bo
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
;
Implemented in
ux_host_class_storage_transport_bo.c:87
Arguments
Argument
storage
data_pointer
Related Functions
Found 31 other functions taking a
UX_HOST_CLASS_STORAGE_STRUCT
argument:
Function
_ux_host_class_storage_cbw_initialize()
_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_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
UINT
_ux_host_class_storage_transport_bo
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
ux_host_class_storage_transport_bo.c:87
UINT
_ux_host_class_storage_transport_bo
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
;
ux_host_class_storage.h:646
storage
->
ux_host_class_storage_transport
=
_ux_host_class_storage_transport_bo
;
ux_host_class_storage_device_support_check.c:90
_ux_host_class_storage_device_support_check()
Call Tree
from
examples
_ux_host_class_storage_transport_bo()
calls 9 functions:
All items filtered out
_ux_host_class_storage_transport_bo()
_ux_host_stack_transfer_request()
_ux_host_stack_transfer_request_abort()
_ux_utility_long_get()
_ux_utility_memory_allocate()
_ux_utility_memory_free()
_ux_utility_semaphore_get()
_ux_system_error_handler()
_ux_host_class_storage_device_reset()
_ux_host_stack_endpoint_reset()
All items filtered out
Data Use
from
examples
_ux_host_class_storage_transport_bo()
reads 9 variables and writes 9 variables:
UX_ENDPOINT_STRUCT::ux_endpoint_descriptor
UX_TRANSFER_STRUCT::ux_transfer_request_completion_code
UX_ENDPOINT_DESCRIPTOR_STRUCT::bEndpointAddress
UX_DEVICE_STRUCT::ux_device_control_endpoint
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_device
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_bulk_out_endpoint
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_bulk_in_endpoint
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_cbw
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_csw
All items filtered out
_ux_host_class_storage_transport_bo()
_ux_host_class_storage_device_support_check()
UX_TRANSFER_STRUCT::ux_transfer_request_data_pointer
UX_TRANSFER_STRUCT::ux_transfer_request_requested_length
UX_TRANSFER_STRUCT::ux_transfer_request_type
UX_TRANSFER_STRUCT::ux_transfer_request_function
UX_TRANSFER_STRUCT::ux_transfer_request_value
UX_TRANSFER_STRUCT::ux_transfer_request_index
UX_TRANSFER_STRUCT::ux_transfer_request_completion_code
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_data_phase_length
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
_ux_host_class_storage_transport_bo()
is implemented by 1 functions:
All items filtered out
_ux_host_class_storage_transport_bo()
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_transport
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out