usbx
UX_SLAVE_CLASS_STORAGE
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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
Code
Location
Scope
Referrer
typedef
struct
UX_SLAVE_CLASS_STORAGE_STRUCT
ux_device_class_storage.h:511
}
UX_SLAVE_CLASS_STORAGE
;
ux_device_class_storage.h:558
UX_SLAVE_CLASS_STORAGE
UINT
_ux_device_class_storage_csw_send
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
UCHAR
csw_status
)
;
ux_device_class_storage.h:584
_ux_device_class_storage_csw_send()
_ux_device_class_storage_csw_send()::storage
UINT
_ux_device_class_storage_format
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:587
_ux_device_class_storage_format()
_ux_device_class_storage_format()::storage
UINT
_ux_device_class_storage_inquiry
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:589
_ux_device_class_storage_inquiry()
_ux_device_class_storage_inquiry()::storage
UINT
_ux_device_class_storage_mode_select
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:591
_ux_device_class_storage_mode_select()
_ux_device_class_storage_mode_select()::storage
UINT
_ux_device_class_storage_mode_sense
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:593
_ux_device_class_storage_mode_sense()
_ux_device_class_storage_mode_sense()::storage
UINT
_ux_device_class_storage_prevent_allow_media_removal
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage.h:595
_ux_device_class_storage_prevent_allow_media_removal()
_ux_device_class_storage_prevent_allow_media_removal()::storage
UINT
_ux_device_class_storage_read
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:597
_ux_device_class_storage_read()
_ux_device_class_storage_read()::storage
UINT
_ux_device_class_storage_read_capacity
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:599
_ux_device_class_storage_read_capacity()
_ux_device_class_storage_read_capacity()::storage
UINT
_ux_device_class_storage_read_format_capacity
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:601
_ux_device_class_storage_read_format_capacity()
_ux_device_class_storage_read_format_capacity()::storage
UINT
_ux_device_class_storage_read_toc
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:603
_ux_device_class_storage_read_toc()
_ux_device_class_storage_read_toc()::storage
UINT
_ux_device_class_storage_request_sense
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:605
_ux_device_class_storage_request_sense()
_ux_device_class_storage_request_sense()::storage
UINT
_ux_device_class_storage_start_stop
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:607
_ux_device_class_storage_start_stop()
_ux_device_class_storage_start_stop()::storage
UINT
_ux_device_class_storage_test_ready
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:609
_ux_device_class_storage_test_ready()
_ux_device_class_storage_test_ready()::storage
UINT
_ux_device_class_storage_verify
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:612
_ux_device_class_storage_verify()
_ux_device_class_storage_verify()::storage
UINT
_ux_device_class_storage_write
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:614
_ux_device_class_storage_write()
_ux_device_class_storage_write()::storage
UINT
_ux_device_class_storage_synchronize_cache
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage.h:616
_ux_device_class_storage_synchronize_cache()
_ux_device_class_storage_synchronize_cache()::storage
UINT
_ux_device_class_storage_read_disk_information
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage.h:618
_ux_device_class_storage_read_disk_information()
_ux_device_class_storage_read_disk_information()::storage
UINT
_ux_device_class_storage_get_configuration
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage.h:622
_ux_device_class_storage_get_configuration()
_ux_device_class_storage_get_configuration()::storage
UINT
_ux_device_class_storage_get_status_notification
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage.h:625
_ux_device_class_storage_get_status_notification()
_ux_device_class_storage_get_status_notification()::storage
UINT
_ux_device_class_storage_report_key
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ux_device_class_storage.h:628
_ux_device_class_storage_report_key()
_ux_device_class_storage_report_key()::storage
UINT
_ux_device_class_storage_get_performance
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ux_device_class_storage.h:634
_ux_device_class_storage_get_performance()
_ux_device_class_storage_get_performance()::storage
UINT
_ux_device_class_storage_read_dvd_structure
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage.h:639
_ux_device_class_storage_read_dvd_structure()
_ux_device_class_storage_read_dvd_structure()::storage
UX_SLAVE_CLASS_STORAGE
*
storage
;
ux_device_class_storage_activate.c:80
_ux_device_class_storage_activate()
storage
=
(
UX_SLAVE_CLASS_STORAGE
*
)
class_inst
->
ux_slave_class_instance
;
ux_device_class_storage_activate.c:91
_ux_device_class_storage_activate()
UX_SLAVE_CLASS_STORAGE
*
storage
;
ux_device_class_storage_control_request.c:90
_ux_device_class_storage_control_request()
storage
=
(
UX_SLAVE_CLASS_STORAGE
*
)
class
->
ux_slave_class_instance
;
ux_device_class_storage_control_request.c:117
_ux_device_class_storage_control_request()
UINT
_ux_device_class_storage_csw_send
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_csw_send.c:94
_ux_device_class_storage_csw_send()
_ux_device_class_storage_csw_send()::storage
UX_SLAVE_CLASS_STORAGE
*
storage
;
ux_device_class_storage_deactivate.c:78
_ux_device_class_storage_deactivate()
storage
=
(
UX_SLAVE_CLASS_STORAGE
*
)
class
->
ux_slave_class_instance
;
ux_device_class_storage_deactivate.c:87
_ux_device_class_storage_deactivate()
UINT
_ux_device_class_storage_format
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage_format.c:81
_ux_device_class_storage_format()
_ux_device_class_storage_format()::storage
UINT
_ux_device_class_storage_get_configuration
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_get_configuration.c:353
_ux_device_class_storage_get_configuration()
_ux_device_class_storage_get_configuration()::storage
UINT
_ux_device_class_storage_get_performance
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ux_device_class_storage_get_performance.c:94
_ux_device_class_storage_get_performance()
_ux_device_class_storage_get_performance()::storage
UINT
_ux_device_class_storage_get_status_notification
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_get_status_notification.c:85
_ux_device_class_storage_get_status_notification()
_ux_device_class_storage_get_status_notification()::storage
UX_SLAVE_CLASS_STORAGE
*
storage
;
ux_device_class_storage_initialize.c:91
_ux_device_class_storage_initialize()
storage
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_SLAVE_CLASS_STORAGE
)
)
;
ux_device_class_storage_initialize.c:109
_ux_device_class_storage_initialize()
UINT
_ux_device_class_storage_inquiry
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage_inquiry.c:93
_ux_device_class_storage_inquiry()
_ux_device_class_storage_inquiry()::storage
UINT
_ux_device_class_storage_mode_select
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_mode_select.c:84
_ux_device_class_storage_mode_select()
_ux_device_class_storage_mode_select()::storage
UINT
_ux_device_class_storage_mode_sense
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ux_device_class_storage_mode_sense.c:117
_ux_device_class_storage_mode_sense()
_ux_device_class_storage_mode_sense()::storage
UINT
_ux_device_class_storage_prevent_allow_media_removal
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_prevent_allow_media_removal.c:78
_ux_device_class_storage_prevent_allow_media_removal()
_ux_device_class_storage_prevent_allow_media_removal()::storage
UINT
_ux_device_class_storage_read
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_read.c:89
_ux_device_class_storage_read()
_ux_device_class_storage_read()::storage
UINT
_ux_device_class_storage_read_capacity
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_read_capacity.c:90
_ux_device_class_storage_read_capacity()
_ux_device_class_storage_read_capacity()::storage
UINT
_ux_device_class_storage_read_disk_information
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_read_disk_information.c:113
_ux_device_class_storage_read_disk_information()
_ux_device_class_storage_read_disk_information()::storage
UINT
_ux_device_class_storage_read_dvd_structure
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_read_dvd_structure.c:211
_ux_device_class_storage_read_dvd_structure()
_ux_device_class_storage_read_dvd_structure()::storage
UINT
_ux_device_class_storage_read_format_capacity
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_read_format_capacity.c:89
_ux_device_class_storage_read_format_capacity()
_ux_device_class_storage_read_format_capacity()::storage
UINT
_ux_device_class_storage_read_toc
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_read_toc.c:90
_ux_device_class_storage_read_toc()
_ux_device_class_storage_read_toc()::storage
UINT
_ux_device_class_storage_report_key
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ux_device_class_storage_report_key.c:90
_ux_device_class_storage_report_key()
_ux_device_class_storage_report_key()::storage
UINT
_ux_device_class_storage_request_sense
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage_request_sense.c:91
_ux_device_class_storage_request_sense()
_ux_device_class_storage_request_sense()::storage
UINT
_ux_device_class_storage_start_stop
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_start_stop.c:77
_ux_device_class_storage_start_stop()
_ux_device_class_storage_start_stop()::storage
UINT
_ux_device_class_storage_synchronize_cache
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_synchronize_cache.c:86
_ux_device_class_storage_synchronize_cache()
_ux_device_class_storage_synchronize_cache()::storage
UINT
_ux_device_class_storage_test_ready
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
UX_SLAVE_ENDPOINT
*
endpoint_in
,
ux_device_class_storage_test_ready.c:86
_ux_device_class_storage_test_ready()
_ux_device_class_storage_test_ready()::storage
UX_SLAVE_CLASS_STORAGE
*
storage
;
ux_device_class_storage_thread.c:129
_ux_device_class_storage_thread()
storage
=
(
UX_SLAVE_CLASS_STORAGE
*
)
class
->
ux_slave_class_instance
;
ux_device_class_storage_thread.c:151
_ux_device_class_storage_thread()
UX_SLAVE_CLASS_STORAGE
*
storage
;
ux_device_class_storage_uninitialize.c:79
_ux_device_class_storage_uninitialize()
storage
=
(
UX_SLAVE_CLASS_STORAGE
*
)
class
->
ux_slave_class_instance
;
ux_device_class_storage_uninitialize.c:86
_ux_device_class_storage_uninitialize()
UINT
_ux_device_class_storage_verify
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_verify.c:77
_ux_device_class_storage_verify()
_ux_device_class_storage_verify()::storage
UINT
_ux_device_class_storage_write
(
UX_SLAVE_CLASS_STORAGE
*
storage
,
ULONG
lun
,
ux_device_class_storage_write.c:91
_ux_device_class_storage_write()
_ux_device_class_storage_write()::storage
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
Instance
Scope
Location
Project
_ux_device_class_storage_csw_send()::storage
_ux_device_class_storage_csw_send()
ux_device_class_storage.h:584
_ux_device_class_storage_format()::storage
_ux_device_class_storage_format()
ux_device_class_storage.h:587
_ux_device_class_storage_inquiry()::storage
_ux_device_class_storage_inquiry()
ux_device_class_storage.h:589
_ux_device_class_storage_mode_select()::storage
_ux_device_class_storage_mode_select()
ux_device_class_storage.h:591
_ux_device_class_storage_mode_sense()::storage
_ux_device_class_storage_mode_sense()
ux_device_class_storage.h:593
_ux_device_class_storage_prevent_allow_media_removal()::storage
_ux_device_class_storage_prevent_allow_media_removal()
ux_device_class_storage.h:595
_ux_device_class_storage_read()::storage
_ux_device_class_storage_read()
ux_device_class_storage.h:597
_ux_device_class_storage_read_capacity()::storage
_ux_device_class_storage_read_capacity()
ux_device_class_storage.h:599
_ux_device_class_storage_read_format_capacity()::storage
_ux_device_class_storage_read_format_capacity()
ux_device_class_storage.h:601
_ux_device_class_storage_read_toc()::storage
_ux_device_class_storage_read_toc()
ux_device_class_storage.h:603
_ux_device_class_storage_request_sense()::storage
_ux_device_class_storage_request_sense()
ux_device_class_storage.h:605
_ux_device_class_storage_start_stop()::storage
_ux_device_class_storage_start_stop()
ux_device_class_storage.h:607
_ux_device_class_storage_test_ready()::storage
_ux_device_class_storage_test_ready()
ux_device_class_storage.h:609
_ux_device_class_storage_verify()::storage
_ux_device_class_storage_verify()
ux_device_class_storage.h:612
_ux_device_class_storage_write()::storage
_ux_device_class_storage_write()
ux_device_class_storage.h:614
_ux_device_class_storage_synchronize_cache()::storage
_ux_device_class_storage_synchronize_cache()
ux_device_class_storage.h:616
_ux_device_class_storage_read_disk_information()::storage
_ux_device_class_storage_read_disk_information()
ux_device_class_storage.h:618
_ux_device_class_storage_get_configuration()::storage
_ux_device_class_storage_get_configuration()
ux_device_class_storage.h:622
_ux_device_class_storage_get_status_notification()::storage
_ux_device_class_storage_get_status_notification()
ux_device_class_storage.h:625
_ux_device_class_storage_report_key()::storage
_ux_device_class_storage_report_key()
ux_device_class_storage.h:628
_ux_device_class_storage_get_performance()::storage
_ux_device_class_storage_get_performance()
ux_device_class_storage.h:634
_ux_device_class_storage_read_dvd_structure()::storage
_ux_device_class_storage_read_dvd_structure()
ux_device_class_storage.h:639
_ux_device_class_storage_csw_send()::storage
_ux_device_class_storage_csw_send()
ux_device_class_storage_csw_send.c:94
_ux_device_class_storage_format()::storage
_ux_device_class_storage_format()
ux_device_class_storage_format.c:81
_ux_device_class_storage_get_configuration()::storage
_ux_device_class_storage_get_configuration()
ux_device_class_storage_get_configuration.c:353
_ux_device_class_storage_get_performance()::storage
_ux_device_class_storage_get_performance()
ux_device_class_storage_get_performance.c:94
_ux_device_class_storage_get_status_notification()::storage
_ux_device_class_storage_get_status_notification()
ux_device_class_storage_get_status_notification.c:85
_ux_device_class_storage_inquiry()::storage
_ux_device_class_storage_inquiry()
ux_device_class_storage_inquiry.c:93
_ux_device_class_storage_mode_select()::storage
_ux_device_class_storage_mode_select()
ux_device_class_storage_mode_select.c:84
_ux_device_class_storage_mode_sense()::storage
_ux_device_class_storage_mode_sense()
ux_device_class_storage_mode_sense.c:117
_ux_device_class_storage_prevent_allow_media_removal()::storage
_ux_device_class_storage_prevent_allow_media_removal()
ux_device_class_storage_prevent_allow_media_removal.c:78
_ux_device_class_storage_read()::storage
_ux_device_class_storage_read()
ux_device_class_storage_read.c:89
_ux_device_class_storage_read_capacity()::storage
_ux_device_class_storage_read_capacity()
ux_device_class_storage_read_capacity.c:90
_ux_device_class_storage_read_disk_information()::storage
_ux_device_class_storage_read_disk_information()
ux_device_class_storage_read_disk_information.c:113
_ux_device_class_storage_read_dvd_structure()::storage
_ux_device_class_storage_read_dvd_structure()
ux_device_class_storage_read_dvd_structure.c:211
_ux_device_class_storage_read_format_capacity()::storage
_ux_device_class_storage_read_format_capacity()
ux_device_class_storage_read_format_capacity.c:89
_ux_device_class_storage_read_toc()::storage
_ux_device_class_storage_read_toc()
ux_device_class_storage_read_toc.c:90
_ux_device_class_storage_report_key()::storage
_ux_device_class_storage_report_key()
ux_device_class_storage_report_key.c:90
_ux_device_class_storage_request_sense()::storage
_ux_device_class_storage_request_sense()
ux_device_class_storage_request_sense.c:91
_ux_device_class_storage_start_stop()::storage
_ux_device_class_storage_start_stop()
ux_device_class_storage_start_stop.c:77
_ux_device_class_storage_synchronize_cache()::storage
_ux_device_class_storage_synchronize_cache()
ux_device_class_storage_synchronize_cache.c:86
_ux_device_class_storage_test_ready()::storage
_ux_device_class_storage_test_ready()
ux_device_class_storage_test_ready.c:86
_ux_device_class_storage_verify()::storage
_ux_device_class_storage_verify()
ux_device_class_storage_verify.c:77
_ux_device_class_storage_write()::storage
_ux_device_class_storage_write()
ux_device_class_storage_write.c:91
Lifecycle
from
examples
All items filtered out
All items filtered out