usbx
+
0
/2 examples
SourceVu will show references to
UX_HOST_CLASS_STORAGE_MEDIA
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
STM32F429ZI-Nucleo
Applications
USBX
Ux_Host_MSC
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
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
UX_HOST_CLASS_STORAGE_MEDIA struct
Syntax
Show:
Summary
Declaration
from
ux_host_class_storage.h:588
typedef
struct
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT
{
#if
!
defined
(
UX_HOST_CLASS_STORAGE_NO_FILEX
)
UX_MEDIA
ux_host_class_storage_media
;
ULONG
ux_host_class_storage_media_partition_start
;
VOID
*
ux_host_class_storage_media_memory
;
ULONG
ux_host_class_storage_media_status
;
ULONG
ux_host_class_storage_media_lun
;
ULONG
ux_host_class_storage_media_sector_size
;
#else
struct
UX_HOST_CLASS_STORAGE_STRUCT
*
ux_host_class_storage_media_storage
;
ULONG
ux_host_class_storage_media_number_sectors
;
USHORT
ux_host_class_storage_media_sector_size
;
UCHAR
ux_host_class_storage_media_lun
;
UCHAR
ux_host_class_storage_media_status
;
#endif
}
UX_HOST_CLASS_STORAGE_MEDIA
;
Fields
Field
Declared as
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media
UX_MEDIA
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_partition_start
ULONG
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_memory
VOID
*
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_status
ULONG
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_lun
ULONG
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_sector_size
ULONG
Related Functions
Found 2 other functions taking a
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT
argument:
Function
_ux_host_class_storage_media_get()
_ux_host_class_storage_media_lock()
Examples
UX_HOST_CLASS_STORAGE_MEDIA
is referenced by 2 libraries and example projects:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
STM32F429ZI-Nucleo
Applications
USBX
Ux_Host_MSC
References
from
0/2
examples
Code
Location
Scope
Referrer
typedef
struct
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT
ux_host_class_storage.h:588
}
UX_HOST_CLASS_STORAGE_MEDIA
;
ux_host_class_storage.h:607
UX_HOST_CLASS_STORAGE_MEDIA
UINT
_ux_host_class_storage_media_get
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
media_lun
,
UX_HOST_CLASS_STORAGE_MEDIA
*
*
storage_media
)
;
ux_host_class_storage.h:651
_ux_host_class_storage_media_get()
_ux_host_class_storage_media_get()::storage_media
UINT
_ux_host_class_storage_media_lock
(
UX_HOST_CLASS_STORAGE_MEDIA
*
storage_media
,
ULONG
wait
)
;
ux_host_class_storage.h:652
_ux_host_class_storage_media_lock()
_ux_host_class_storage_media_lock()::storage_media
UX_HOST_CLASS_STORAGE_MEDIA
*
storage_media
;
ux_host_class_storage_deactivate.c:100
_ux_host_class_storage_deactivate()
storage_media
=
(
UX_HOST_CLASS_STORAGE_MEDIA
*
)
class_inst
->
ux_host_class_media
;
ux_host_class_storage_deactivate.c:116
_ux_host_class_storage_deactivate()
UX_HOST_CLASS_STORAGE_MEDIA
*
storage_media
;
ux_host_class_storage_driver_entry.c:92
_ux_host_class_storage_driver_entry()
storage_media
=
(
UX_HOST_CLASS_STORAGE_MEDIA
*
)
media
->
fx_media_reserved_for_user
;
ux_host_class_storage_driver_entry.c:99
_ux_host_class_storage_driver_entry()
UX_COMPILE_TIME_ASSERT
(
!
UX_OVERFLOW_CHECK_MULC_ULONG
(
sizeof
(
UX_HOST_CLASS_STORAGE_MEDIA
)
,
UX_HOST_CLASS_STORAGE_MAX_MEDIA
)
,
UX_HOST_CLASS_STORAGE_MAX_MEDIA_mul_ovf
)
ux_host_class_storage_entry.c:32
UX_HOST_CLASS_STORAGE_MAX_MEDIA
*
sizeof
(
UX_HOST_CLASS_STORAGE_MEDIA
)
)
;
ux_host_class_storage_entry.c:187
_ux_host_class_storage_entry()
UX_HOST_CLASS_STORAGE_MEDIA
*
storage_media
;
ux_host_class_storage_media_open.c:96
_ux_host_class_storage_media_open()
storage_media
=
(
UX_HOST_CLASS_STORAGE_MEDIA
*
)
class_inst
->
ux_host_class_media
;
ux_host_class_storage_media_open.c:105
_ux_host_class_storage_media_open()
UX_HOST_CLASS_STORAGE_MEDIA
*
storage_media
;
ux_host_class_storage_thread_entry.c:108
_ux_host_class_storage_thread_entry()
storage_media
=
(
UX_HOST_CLASS_STORAGE_MEDIA
*
)
class_inst
->
ux_host_class_media
;
ux_host_class_storage_thread_entry.c:182
_ux_host_class_storage_thread_entry()
storage_media
=
(
UX_HOST_CLASS_STORAGE_MEDIA
*
)
class_inst
->
ux_host_class_media
;
ux_host_class_storage_thread_entry.c:258
_ux_host_class_storage_thread_entry()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Instance
Scope
Location
Project
_ux_host_class_storage_media_get()::storage_media
_ux_host_class_storage_media_get()
ux_host_class_storage.h:651
_ux_host_class_storage_media_lock()::storage_media
_ux_host_class_storage_media_lock()
ux_host_class_storage.h:652
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out