usbx
+
0
/1 examples
SourceVu will show references to
UX_SLAVE_CLASS_STORAGE_PARAMETER
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_MSC
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SLAVE_CLASS_STORAGE_PARAMETER
UX_SLAVE_CLASS_STORAGE_PARAMETER struct
Syntax
Show:
Summary
Declaration
from
ux_device_class_storage.h:565
typedef
struct
UX_SLAVE_CLASS_STORAGE_PARAMETER_STRUCT
{
VOID
(
*
ux_slave_class_storage_instance_activate
)
(
VOID
*
)
;
VOID
(
*
ux_slave_class_storage_instance_deactivate
)
(
VOID
*
)
;
ULONG
ux_slave_class_storage_parameter_number_lun
;
UX_SLAVE_CLASS_STORAGE_LUN
ux_slave_class_storage_parameter_lun
[
UX_MAX_SLAVE_LUN
]
;
UCHAR
*
ux_slave_class_storage_parameter_vendor_id
;
UCHAR
*
ux_slave_class_storage_parameter_product_id
;
UCHAR
*
ux_slave_class_storage_parameter_product_rev
;
UCHAR
*
ux_slave_class_storage_parameter_product_serial
;
}
UX_SLAVE_CLASS_STORAGE_PARAMETER
;
Fields
Field
Declared as
UX_SLAVE_CLASS_STORAGE_PARAMETER_STRUCT::ux_slave_class_storage_instance_activate
VOID
(
*
)
(
VOID
*
)
UX_SLAVE_CLASS_STORAGE_PARAMETER_STRUCT::ux_slave_class_storage_instance_deactivate
VOID
(
*
)
(
VOID
*
)
UX_SLAVE_CLASS_STORAGE_PARAMETER_STRUCT::ux_slave_class_storage_parameter_number_lun
ULONG
UX_SLAVE_CLASS_STORAGE_PARAMETER_STRUCT::ux_slave_class_storage_parameter_lun
UX_SLAVE_CLASS_STORAGE_LUN
[
UX_MAX_SLAVE_LUN
]
UX_SLAVE_CLASS_STORAGE_PARAMETER_STRUCT::ux_slave_class_storage_parameter_vendor_id
UCHAR
*
UX_SLAVE_CLASS_STORAGE_PARAMETER_STRUCT::ux_slave_class_storage_parameter_product_id
UCHAR
*
UX_SLAVE_CLASS_STORAGE_PARAMETER_STRUCT::ux_slave_class_storage_parameter_product_rev
UCHAR
*
UX_SLAVE_CLASS_STORAGE_PARAMETER_STRUCT::ux_slave_class_storage_parameter_product_serial
UCHAR
*
Examples
UX_SLAVE_CLASS_STORAGE_PARAMETER
is referenced by 1 libraries and example projects:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_MSC
References
from
0/1
examples
Code
Location
Referrer
typedef
struct
UX_SLAVE_CLASS_STORAGE_PARAMETER_STRUCT
ux_device_class_storage.h:565
}
UX_SLAVE_CLASS_STORAGE_PARAMETER
;
ux_device_class_storage.h:576
UX_SLAVE_CLASS_STORAGE_PARAMETER
UX_SLAVE_CLASS_STORAGE_PARAMETER
*
storage_parameter
;
ux_device_class_storage_initialize.c:92
_ux_device_class_storage_initialize()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out