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:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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