usbx
_ux_host_class_storage_media_open()
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_media_open()
_ux_host_class_storage_media_open() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_storage.h:632
UINT
_ux_host_class_storage_media_open
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
hidden_sectors
)
;
Implemented in
ux_host_class_storage_media_open.c:86
Arguments
Argument
storage
hidden_sectors
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_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
UINT
_ux_host_class_storage_media_open
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
hidden_sectors
)
ux_host_class_storage_media_open.c:86
UINT
_ux_host_class_storage_media_open
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
hidden_sectors
)
;
ux_host_class_storage.h:632
_ux_host_class_storage_media_open
(
storage
,
sector
)
;
ux_host_class_storage_media_mount.c:182
_ux_host_class_storage_media_mount()
status
=
_ux_host_class_storage_media_open
(
storage
,
sector
+
_ux_utility_long_get
(
sector_memory
+
UX_HOST_CLASS_STORAGE_PARTITION_SECTORS_BEFORE
)
)
;
ux_host_class_storage_partition_read.c:115
_ux_host_class_storage_partition_read()
Call Tree
from
examples
_ux_host_class_storage_media_open()
is called by 2 functions and calls 4 functions:
_ux_host_class_storage_media_mount()
_ux_host_class_storage_partition_read()
All items filtered out
_ux_host_class_storage_media_open()
_ux_utility_memory_allocate()
_ux_utility_memory_free()
_ux_system_error_handler()
_fxe_media_open()
All items filtered out
Data Use
from
examples
_ux_host_class_storage_media_open()
reads 7 variables and writes 7 variables:
UX_HOST_CLASS_STRUCT::ux_host_class_media
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_class
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_lun
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_sector_size
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_memory
FX_MEDIA_STRUCT::fx_media_id
_ux_host_class_storage_driver_entry()
All items filtered out
_ux_host_class_storage_media_open()
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_partition_start
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_memory
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_status
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_lun
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_sector_size
FX_MEDIA_STRUCT::fx_media_driver_info
FX_MEDIA_STRUCT::fx_media_reserved_for_user
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