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:
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