usbx
UX_SLAVE_CLASS_STORAGE
is only used within usbx.
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_SLAVE_CLASS_STORAGE
UX_SLAVE_CLASS_STORAGE struct
Syntax
Show:
Summary
Declaration
from
ux_device_class_storage.h:511
typedef
struct
UX_SLAVE_CLASS_STORAGE_STRUCT
{
UX_SLAVE_INTERFACE
*
ux_slave_class_storage_interface
;
ULONG
ux_slave_class_storage_number_lun
;
UX_SLAVE_CLASS_STORAGE_LUN
ux_slave_class_storage_lun
[
UX_MAX_SLAVE_LUN
]
;
ULONG
ux_slave_class_storage_host_length
;
UCHAR
ux_slave_class_storage_cbw_flags
;
UCHAR
ux_slave_class_storage_cbw_lun
;
UCHAR
ux_slave_class_storage_reserved
[
2
]
;
ULONG
ux_slave_class_storage_scsi_tag
;
ULONG
ux_slave_class_storage_csw_residue
;
ULONG
ux_slave_class_storage_csw_status
;
VOID
(
*
ux_slave_class_storage_instance_activate
)
(
VOID
*
)
;
VOID
(
*
ux_slave_class_storage_instance_deactivate
)
(
VOID
*
)
;
UCHAR
*
ux_slave_class_storage_vendor_id
;
UCHAR
*
ux_slave_class_storage_product_id
;
UCHAR
*
ux_slave_class_storage_product_rev
;
UCHAR
*
ux_slave_class_storage_product_serial
;
#if
defined
(
UX_DEVICE_STANDALONE
)
UCHAR
*
ux_device_class_storage_buffer
[
2
]
;
UCHAR
ux_device_class_storage_buffer_state
[
2
]
;
UCHAR
ux_device_class_storage_buffer_usb
;
UCHAR
ux_device_class_storage_buffer_disk
;
UCHAR
ux_device_class_storage_cmd
;
UCHAR
ux_device_class_storage_cmd_state
;
UCHAR
ux_device_class_storage_disk_state
;
UCHAR
ux_device_class_storage_state
;
UX_SLAVE_ENDPOINT
*
ux_device_class_storage_ep_out
;
UX_SLAVE_ENDPOINT
*
ux_device_class_storage_ep_in
;
UX_SLAVE_TRANSFER
*
ux_device_class_storage_transfer
;
ULONG
ux_device_class_storage_device_length
;
UCHAR
*
ux_device_class_storage_data_buffer
;
ULONG
ux_device_class_storage_data_length
;
ULONG
ux_device_class_storage_data_count
;
ULONG
ux_device_class_storage_trans_host_length
;
ULONG
ux_device_class_storage_trans_device_length
;
ULONG
ux_device_class_storage_cmd_lba
;
ULONG
ux_device_class_storage_cmd_n_lb
;
ULONG
ux_device_class_storage_disk_n_lb
;
ULONG
ux_device_class_storage_media_status
;
#endif
}
UX_SLAVE_CLASS_STORAGE
;
Fields
Field
Declared as
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_interface
UX_SLAVE_INTERFACE
*
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_number_lun
ULONG
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_lun
UX_SLAVE_CLASS_STORAGE_LUN
[
UX_MAX_SLAVE_LUN
]
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_host_length
ULONG
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_cbw_flags
UCHAR
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_cbw_lun
UCHAR
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_reserved
UCHAR
[
2
]
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_scsi_tag
ULONG
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_csw_residue
ULONG
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_csw_status
ULONG
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_instance_activate
VOID
(
*
)
(
VOID
*
)
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_instance_deactivate
VOID
(
*
)
(
VOID
*
)
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_vendor_id
UCHAR
*
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_product_id
UCHAR
*
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_product_rev
UCHAR
*
UX_SLAVE_CLASS_STORAGE_STRUCT::ux_slave_class_storage_product_serial
UCHAR
*
Related Functions
Found 22 other functions taking a
UX_SLAVE_CLASS_STORAGE_STRUCT
argument:
Function
_ux_device_class_storage_csw_send()
_ux_device_class_storage_read()
_ux_device_class_storage_write()
_ux_device_class_storage_format()
_ux_device_class_storage_inquiry()
_ux_device_class_storage_mode_select()
_ux_device_class_storage_mode_sense()
_ux_device_class_storage_prevent_allow_media_removal()
_ux_device_class_storage_read_capacity()
_ux_device_class_storage_read_format_capacity()
_ux_device_class_storage_request_sense()
_ux_device_class_storage_start_stop()
_ux_device_class_storage_test_ready()
_ux_device_class_storage_verify()
_ux_device_class_storage_synchronize_cache()
_ux_device_class_storage_read_toc()
_ux_device_class_storage_read_disk_information()
_ux_device_class_storage_get_configuration()
_ux_device_class_storage_get_status_notification()
_ux_device_class_storage_report_key()
_ux_device_class_storage_get_performance()
_ux_device_class_storage_read_dvd_structure()
Examples
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