usbx
_ux_host_class_storage_driver_entry()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
_ux_host_class_storage_driver_entry()
_ux_host_class_storage_driver_entry() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_storage.h:622
VOID
_ux_host_class_storage_driver_entry
(
UX_MEDIA
*
media
)
;
Implemented in
ux_host_class_storage_driver_entry.c:87
Arguments
Argument
media
Examples
References
from
examples
Code
Location
Referrer
VOID
_ux_host_class_storage_driver_entry
(
FX_MEDIA
*
media
)
ux_host_class_storage_driver_entry.c:87
VOID
_ux_host_class_storage_driver_entry
(
UX_MEDIA
*
media
)
;
ux_host_class_storage.h:622
status
=
ux_media_open
(
media
,
UX_HOST_CLASS_STORAGE_MEDIA_NAME
,
_ux_host_class_storage_driver_entry
,
ux_host_class_storage_media_open.c:147
_ux_host_class_storage_media_open()
Call Tree
from
examples
_ux_host_class_storage_driver_entry()
calls 5 functions:
All items filtered out
_ux_host_class_storage_driver_entry()
_ux_utility_semaphore_get()
_ux_utility_semaphore_put()
_ux_host_class_storage_media_read()
_ux_host_class_storage_media_write()
_ux_host_class_storage_sense_code_translate()
All items filtered out
Data Use
from
examples
_ux_host_class_storage_driver_entry()
reads 11 variables and writes 5 variables:
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_state
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_write_protected_media
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_partition_start
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_driver_request
FX_MEDIA_STRUCT::fx_media_driver_buffer
FX_MEDIA_STRUCT::fx_media_driver_logical_sector
FX_MEDIA_STRUCT::fx_media_driver_sectors
FX_MEDIA_STRUCT::fx_media_reserved_for_user
All items filtered out
_ux_host_class_storage_driver_entry()
_ux_host_class_storage_media_open()
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_lun
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_sector_size
FX_MEDIA_STRUCT::fx_media_driver_status
FX_MEDIA_STRUCT::fx_media_driver_write_protect
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