usbx
+
0
/2 examples
SourceVu will show references to
UX_HOST_CLASS_STORAGE
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
UX_HOST_CLASS_STORAGE struct
Syntax
Show:
Summary
Declaration
from
ux_host_class_storage.h:457
typedef
struct
UX_HOST_CLASS_STORAGE_STRUCT
{
struct
UX_HOST_CLASS_STORAGE_STRUCT
*
ux_host_class_storage_next_instance
;
UX_HOST_CLASS
*
ux_host_class_storage_class
;
UX_DEVICE
*
ux_host_class_storage_device
;
UX_INTERFACE
*
ux_host_class_storage_interface
;
UX_ENDPOINT
*
ux_host_class_storage_bulk_out_endpoint
;
UX_ENDPOINT
*
ux_host_class_storage_bulk_in_endpoint
;
UX_ENDPOINT
*
ux_host_class_storage_interrupt_endpoint
;
UCHAR
ux_host_class_storage_cbw
[
UX_HOST_CLASS_STORAGE_CBW_LENGTH_ALIGNED
]
;
UCHAR
ux_host_class_storage_saved_cbw
[
UX_HOST_CLASS_STORAGE_CBW_LENGTH_ALIGNED
]
;
UCHAR
ux_host_class_storage_csw
[
UX_HOST_CLASS_STORAGE_CSW_LENGTH_ALIGNED
]
;
UINT
ux_host_class_storage_state
;
UINT
ux_host_class_storage_media_type
;
UINT
ux_host_class_storage_lun_removable_media_flags
[
UX_MAX_HOST_LUN
]
;
UINT
ux_host_class_storage_write_protected_media
;
UINT
ux_host_class_storage_max_lun
;
UINT
ux_host_class_storage_lun
;
UINT
ux_host_class_storage_lun_types
[
UX_MAX_HOST_LUN
]
;
#if
defined
(
UX_HOST_CLASS_STORAGE_NO_FILEX
)
ULONG
ux_host_class_storage_last_sector_number
;
#endif
ULONG
ux_host_class_storage_sector_size
;
ULONG
ux_host_class_storage_data_phase_length
;
ULONG
ux_host_class_storage_sense_code
;
UCHAR
*
ux_host_class_storage_memory
;
#if
!
defined
(
UX_HOST_STANDALONE
)
UINT
(
*
ux_host_class_storage_transport
)
(
struct
UX_HOST_CLASS_STORAGE_STRUCT
*
storage
,
UCHAR
*
data_pointer
)
;
UX_SEMAPHORE
ux_host_class_storage_semaphore
;
#else
ULONG
ux_host_class_storage_flags
;
UINT
ux_host_class_storage_status
;
UCHAR
*
ux_host_class_storage_sense_memory
;
UX_TRANSFER
*
ux_host_class_storage_trans
;
UCHAR
*
ux_host_class_storage_trans_data
;
UCHAR
*
ux_host_class_storage_trans_data_bak
;
UCHAR
ux_host_class_storage_trans_state
;
UCHAR
ux_host_class_storage_trans_stage
;
UCHAR
ux_host_class_storage_trans_retry
;
UCHAR
ux_host_class_storage_trans_status
;
ULONG
ux_host_class_storage_delay_start
;
ULONG
ux_host_class_storage_delay_ms
;
UCHAR
ux_host_class_storage_state_state
;
UCHAR
ux_host_class_storage_state_next
;
UCHAR
ux_host_class_storage_check_lun
;
UCHAR
ux_host_class_storage_op_state
;
UCHAR
ux_host_class_storage_dbg_state
;
UCHAR
ux_host_class_storage_dbg_rw_state
;
UCHAR
ux_host_class_storage_dbg_trans_state
;
UCHAR
ux_host_class_storage_dbg_trans_stage
;
ULONG
ux_host_class_storage_dbg_state_count
;
ULONG
ux_host_class_storage_dbg_rw_state_count
;
ULONG
ux_host_class_storage_dbg_trans_state_count
;
#endif
}
UX_HOST_CLASS_STORAGE
;
Fields
Field
Declared as
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_next_instance
struct
UX_HOST_CLASS_STORAGE_STRUCT
*
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_class
UX_HOST_CLASS
*
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_device
UX_DEVICE
*
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_interface
UX_INTERFACE
*
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_bulk_out_endpoint
UX_ENDPOINT
*
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_bulk_in_endpoint
UX_ENDPOINT
*
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_interrupt_endpoint
UX_ENDPOINT
*
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_cbw
UCHAR
[
UX_HOST_CLASS_STORAGE_CBW_LENGTH_ALIGNED
]
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_saved_cbw
UCHAR
[
UX_HOST_CLASS_STORAGE_CBW_LENGTH_ALIGNED
]
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_csw
UCHAR
[
UX_HOST_CLASS_STORAGE_CSW_LENGTH_ALIGNED
]
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_state
UINT
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_media_type
UINT
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_lun_removable_media_flags
UINT
[
UX_MAX_HOST_LUN
]
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_write_protected_media
UINT
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_max_lun
UINT
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_lun
UINT
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_lun_types
UINT
[
UX_MAX_HOST_LUN
]
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_sector_size
ULONG
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_data_phase_length
ULONG
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_sense_code
ULONG
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_memory
UCHAR
*
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_transport
UINT
(
*
)
(
struct
UX_HOST_CLASS_STORAGE_STRUCT
*
storage
,
UCHAR
*
data_pointer
)
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_semaphore
UX_SEMAPHORE
Related Functions
Found 32 other functions taking a
UX_HOST_CLASS_STORAGE_STRUCT
argument:
Function
_ux_host_class_storage_cbw_initialize()
_ux_host_class_storage_transport()
_ux_host_class_storage_device_reset()
_ux_host_class_storage_sense_code_translate()
_ux_host_class_storage_media_format_capacity_get()
_ux_host_class_storage_media_mount()
_ux_host_class_storage_media_read()
_ux_host_class_storage_unit_ready_test()
_ux_host_class_storage_media_characteristics_get()
_ux_host_class_storage_media_open()
_ux_host_class_storage_media_write()
_ux_host_class_storage_configure()
_ux_host_class_storage_device_initialize()
_ux_host_class_storage_device_support_check()
_ux_host_class_storage_endpoints_get()
_ux_host_class_storage_max_lun_get()
_ux_host_class_storage_media_capacity_get()
_ux_host_class_storage_partition_read()
_ux_host_class_storage_request_sense()
_ux_host_class_storage_transport_bo()
_ux_host_class_storage_media_protection_check()
_ux_host_class_storage_media_recovery_sense_get()
_ux_host_class_storage_start_stop()
_ux_host_class_storage_transport_cb()
_ux_host_class_storage_transport_cbi()
_ux_host_class_storage_read_initialize()
_ux_host_class_storage_write_initialize()
_ux_host_class_storage_media_get()
_ux_host_class_storage_media_check()
_ux_host_class_storage_transport_run()
_ux_host_class_storage_check_run()
_ux_host_class_storage_read_write_run()
Examples
UX_HOST_CLASS_STORAGE
is referenced by 2 libraries and example projects:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
STM32F429ZI-Nucleo
Applications
USBX
Ux_Host_MSC
References
from
0/2
examples
Code
Location
Scope
Referrer
typedef
struct
UX_HOST_CLASS_STORAGE_STRUCT
ux_host_class_storage.h:457
}
UX_HOST_CLASS_STORAGE
;
ux_host_class_storage.h:518
struct
UX_HOST_CLASS_STORAGE_STRUCT
ux_host_class_storage.h:460
UX_HOST_CLASS_STORAGE_STRUCT
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_next_instance
UINT
(
*
ux_host_class_storage_transport
)
(
struct
UX_HOST_CLASS_STORAGE_STRUCT
*
storage
,
UCHAR
*
data_pointer
)
;
ux_host_class_storage.h:486
}
UX_HOST_CLASS_STORAGE
;
ux_host_class_storage.h:518
UX_HOST_CLASS_STORAGE
VOID
_ux_host_class_storage_cbw_initialize
(
UX_HOST_CLASS_STORAGE
*
storage
,
UINT
flags
,
ux_host_class_storage.h:613
_ux_host_class_storage_cbw_initialize()
_ux_host_class_storage_cbw_initialize()::storage
UINT
_ux_host_class_storage_configure
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:615
_ux_host_class_storage_configure()
_ux_host_class_storage_configure()::storage
UINT
_ux_host_class_storage_device_initialize
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:617
_ux_host_class_storage_device_initialize()
_ux_host_class_storage_device_initialize()::storage
UINT
_ux_host_class_storage_device_reset
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:618
_ux_host_class_storage_device_reset()
_ux_host_class_storage_device_reset()::storage
UINT
_ux_host_class_storage_device_support_check
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:619
_ux_host_class_storage_device_support_check()
_ux_host_class_storage_device_support_check()::storage
UINT
_ux_host_class_storage_endpoints_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:625
_ux_host_class_storage_endpoints_get()
_ux_host_class_storage_endpoints_get()::storage
UINT
_ux_host_class_storage_max_lun_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:627
_ux_host_class_storage_max_lun_get()
_ux_host_class_storage_max_lun_get()::storage
UINT
_ux_host_class_storage_media_capacity_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:628
_ux_host_class_storage_media_capacity_get()
_ux_host_class_storage_media_capacity_get()::storage
UINT
_ux_host_class_storage_media_characteristics_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:629
_ux_host_class_storage_media_characteristics_get()
_ux_host_class_storage_media_characteristics_get()::storage
UINT
_ux_host_class_storage_media_format_capacity_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:630
_ux_host_class_storage_media_format_capacity_get()
_ux_host_class_storage_media_format_capacity_get()::storage
UINT
_ux_host_class_storage_media_mount
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
sector
)
;
ux_host_class_storage.h:631
_ux_host_class_storage_media_mount()
_ux_host_class_storage_media_mount()::storage
UINT
_ux_host_class_storage_media_open
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
hidden_sectors
)
;
ux_host_class_storage.h:632
_ux_host_class_storage_media_open()
_ux_host_class_storage_media_open()::storage
UINT
_ux_host_class_storage_media_protection_check
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:633
_ux_host_class_storage_media_protection_check()
_ux_host_class_storage_media_protection_check()::storage
UINT
_ux_host_class_storage_media_read
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
sector_start
,
ux_host_class_storage.h:634
_ux_host_class_storage_media_read()
_ux_host_class_storage_media_read()::storage
UINT
_ux_host_class_storage_media_recovery_sense_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:636
_ux_host_class_storage_media_recovery_sense_get()
_ux_host_class_storage_media_recovery_sense_get()::storage
UINT
_ux_host_class_storage_media_write
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
sector_start
,
ux_host_class_storage.h:637
_ux_host_class_storage_media_write()
_ux_host_class_storage_media_write()::storage
UINT
_ux_host_class_storage_partition_read
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
sector_memory
,
ULONG
sector
)
;
ux_host_class_storage.h:639
_ux_host_class_storage_partition_read()
_ux_host_class_storage_partition_read()::storage
UINT
_ux_host_class_storage_request_sense
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:640
_ux_host_class_storage_request_sense()
_ux_host_class_storage_request_sense()::storage
UINT
_ux_host_class_storage_sense_code_translate
(
UX_HOST_CLASS_STORAGE
*
storage
,
UINT
status
)
;
ux_host_class_storage.h:641
_ux_host_class_storage_sense_code_translate()
_ux_host_class_storage_sense_code_translate()::storage
UINT
_ux_host_class_storage_start_stop
(
UX_HOST_CLASS_STORAGE
*
storage
,
ux_host_class_storage.h:642
_ux_host_class_storage_start_stop()
_ux_host_class_storage_start_stop()::storage
UINT
_ux_host_class_storage_transport
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
;
ux_host_class_storage.h:645
_ux_host_class_storage_transport()
_ux_host_class_storage_transport()::storage
UINT
_ux_host_class_storage_transport_bo
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
;
ux_host_class_storage.h:646
_ux_host_class_storage_transport_bo()
_ux_host_class_storage_transport_bo()::storage
UINT
_ux_host_class_storage_transport_cb
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
;
ux_host_class_storage.h:647
_ux_host_class_storage_transport_cb()
_ux_host_class_storage_transport_cb()::storage
UINT
_ux_host_class_storage_transport_cbi
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
;
ux_host_class_storage.h:648
_ux_host_class_storage_transport_cbi()
_ux_host_class_storage_transport_cbi()::storage
UINT
_ux_host_class_storage_unit_ready_test
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:649
_ux_host_class_storage_unit_ready_test()
_ux_host_class_storage_unit_ready_test()::storage
UINT
_ux_host_class_storage_media_get
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
media_lun
,
UX_HOST_CLASS_STORAGE_MEDIA
*
*
storage_media
)
;
ux_host_class_storage.h:651
_ux_host_class_storage_media_get()
_ux_host_class_storage_media_get()::storage
UINT
_ux_host_class_storage_media_check
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:668
_ux_host_class_storage_media_check()
_ux_host_class_storage_media_check()::storage
UINT
_ux_host_class_storage_transport_run
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:671
_ux_host_class_storage_transport_run()
_ux_host_class_storage_transport_run()::storage
UINT
_ux_host_class_storage_check_run
(
UX_HOST_CLASS_STORAGE
*
storage
)
;
ux_host_class_storage.h:672
_ux_host_class_storage_check_run()
_ux_host_class_storage_check_run()::storage
UINT
_ux_host_class_storage_read_write_run
(
UX_HOST_CLASS_STORAGE
*
storage
,
ux_host_class_storage.h:673
_ux_host_class_storage_read_write_run()
_ux_host_class_storage_read_write_run()::storage
UX_HOST_CLASS_STORAGE
*
storage
;
ux_host_class_storage_activate.c:86
_ux_host_class_storage_activate()
storage
=
_ux_utility_memory_allocate
(
UX_SAFE_ALIGN
,
UX_CACHE_SAFE_MEMORY
,
sizeof
(
UX_HOST_CLASS_STORAGE
)
)
;
ux_host_class_storage_activate.c:96
_ux_host_class_storage_activate()
VOID
_ux_host_class_storage_cbw_initialize
(
UX_HOST_CLASS_STORAGE
*
storage
,
UINT
flags
,
ux_host_class_storage_cbw_initialize.c:82
_ux_host_class_storage_cbw_initialize()
_ux_host_class_storage_cbw_initialize()::storage
UINT
_ux_host_class_storage_configure
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_configure.c:78
_ux_host_class_storage_configure()
_ux_host_class_storage_configure()::storage
UX_HOST_CLASS_STORAGE
*
storage
;
ux_host_class_storage_deactivate.c:99
_ux_host_class_storage_deactivate()
storage
=
(
UX_HOST_CLASS_STORAGE
*
)
command
->
ux_host_class_command_instance
;
ux_host_class_storage_deactivate.c:110
_ux_host_class_storage_deactivate()
if
(
(
(
UX_HOST_CLASS_STORAGE
*
)
ux_media_driver_info_get
(
media
)
)
==
storage
)
ux_host_class_storage_deactivate.c:169
_ux_host_class_storage_deactivate()
UINT
_ux_host_class_storage_device_initialize
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_device_initialize.c:95
_ux_host_class_storage_device_initialize()
_ux_host_class_storage_device_initialize()::storage
UINT
_ux_host_class_storage_device_reset
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_device_reset.c:77
_ux_host_class_storage_device_reset()
_ux_host_class_storage_device_reset()::storage
UINT
_ux_host_class_storage_device_support_check
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_device_support_check.c:80
_ux_host_class_storage_device_support_check()
_ux_host_class_storage_device_support_check()::storage
UX_HOST_CLASS_STORAGE
*
storage
;
ux_host_class_storage_driver_entry.c:91
_ux_host_class_storage_driver_entry()
storage
=
(
UX_HOST_CLASS_STORAGE
*
)
media
->
fx_media_driver_info
;
ux_host_class_storage_driver_entry.c:96
_ux_host_class_storage_driver_entry()
UINT
_ux_host_class_storage_endpoints_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_endpoints_get.c:81
_ux_host_class_storage_endpoints_get()
_ux_host_class_storage_endpoints_get()::storage
UINT
_ux_host_class_storage_max_lun_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_max_lun_get.c:78
_ux_host_class_storage_max_lun_get()
_ux_host_class_storage_max_lun_get()::storage
UINT
_ux_host_class_storage_media_capacity_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_media_capacity_get.c:84
_ux_host_class_storage_media_capacity_get()
_ux_host_class_storage_media_capacity_get()::storage
UINT
_ux_host_class_storage_media_characteristics_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_media_characteristics_get.c:81
_ux_host_class_storage_media_characteristics_get()
_ux_host_class_storage_media_characteristics_get()::storage
UINT
_ux_host_class_storage_media_format_capacity_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_media_format_capacity_get.c:81
_ux_host_class_storage_media_format_capacity_get()
_ux_host_class_storage_media_format_capacity_get()::storage
UINT
_ux_host_class_storage_media_mount
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
sector
)
ux_host_class_storage_media_mount.c:96
_ux_host_class_storage_media_mount()
_ux_host_class_storage_media_mount()::storage
UINT
_ux_host_class_storage_media_open
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
hidden_sectors
)
ux_host_class_storage_media_open.c:86
_ux_host_class_storage_media_open()
_ux_host_class_storage_media_open()::storage
UINT
_ux_host_class_storage_media_protection_check
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_media_protection_check.c:78
_ux_host_class_storage_media_protection_check()
_ux_host_class_storage_media_protection_check()::storage
_ux_host_class_storage_read_initialize
(
UX_HOST_CLASS_STORAGE
*
storage
,
ux_host_class_storage_media_read.c:41
_ux_host_class_storage_read_initialize()
_ux_host_class_storage_read_initialize()::storage
UINT
_ux_host_class_storage_media_read
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
sector_start
,
ux_host_class_storage_media_read.c:128
_ux_host_class_storage_media_read()
_ux_host_class_storage_media_read()::storage
UINT
_ux_host_class_storage_media_recovery_sense_get
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_media_recovery_sense_get.c:77
_ux_host_class_storage_media_recovery_sense_get()
_ux_host_class_storage_media_recovery_sense_get()::storage
_ux_host_class_storage_write_initialize
(
UX_HOST_CLASS_STORAGE
*
storage
,
ux_host_class_storage_media_write.c:41
_ux_host_class_storage_write_initialize()
_ux_host_class_storage_write_initialize()::storage
UINT
_ux_host_class_storage_media_write
(
UX_HOST_CLASS_STORAGE
*
storage
,
ULONG
sector_start
,
ux_host_class_storage_media_write.c:127
_ux_host_class_storage_media_write()
_ux_host_class_storage_media_write()::storage
UINT
_ux_host_class_storage_partition_read
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
sector_memory
,
ULONG
sector
)
ux_host_class_storage_partition_read.c:83
_ux_host_class_storage_partition_read()
_ux_host_class_storage_partition_read()::storage
UINT
_ux_host_class_storage_request_sense
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_request_sense.c:83
_ux_host_class_storage_request_sense()
_ux_host_class_storage_request_sense()::storage
UINT
_ux_host_class_storage_sense_code_translate
(
UX_HOST_CLASS_STORAGE
*
storage
,
UINT
status
)
ux_host_class_storage_sense_code_translate.c:74
_ux_host_class_storage_sense_code_translate()
_ux_host_class_storage_sense_code_translate()::storage
UINT
_ux_host_class_storage_start_stop
(
UX_HOST_CLASS_STORAGE
*
storage
,
ux_host_class_storage_start_stop.c:74
_ux_host_class_storage_start_stop()
_ux_host_class_storage_start_stop()::storage
UX_HOST_CLASS_STORAGE
*
storage
;
ux_host_class_storage_thread_entry.c:105
_ux_host_class_storage_thread_entry()
storage
=
(
UX_HOST_CLASS_STORAGE
*
)
class_inst
->
ux_host_class_first_instance
;
ux_host_class_storage_thread_entry.c:128
_ux_host_class_storage_thread_entry()
UINT
_ux_host_class_storage_transport
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
ux_host_class_storage_transport.c:82
_ux_host_class_storage_transport()
_ux_host_class_storage_transport()::storage
UINT
_ux_host_class_storage_transport_bo
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
ux_host_class_storage_transport_bo.c:87
_ux_host_class_storage_transport_bo()
_ux_host_class_storage_transport_bo()::storage
UINT
_ux_host_class_storage_transport_cb
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
ux_host_class_storage_transport_cb.c:84
_ux_host_class_storage_transport_cb()
_ux_host_class_storage_transport_cb()::storage
UINT
_ux_host_class_storage_transport_cbi
(
UX_HOST_CLASS_STORAGE
*
storage
,
UCHAR
*
data_pointer
)
ux_host_class_storage_transport_cbi.c:86
_ux_host_class_storage_transport_cbi()
_ux_host_class_storage_transport_cbi()::storage
UINT
_ux_host_class_storage_unit_ready_test
(
UX_HOST_CLASS_STORAGE
*
storage
)
ux_host_class_storage_unit_ready_test.c:78
_ux_host_class_storage_unit_ready_test()
_ux_host_class_storage_unit_ready_test()::storage
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Instance
Scope
Location
Project
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_next_instance
UX_HOST_CLASS_STORAGE_STRUCT
ux_host_class_storage.h:460
_ux_host_class_storage_cbw_initialize()::storage
_ux_host_class_storage_cbw_initialize()
ux_host_class_storage.h:613
_ux_host_class_storage_configure()::storage
_ux_host_class_storage_configure()
ux_host_class_storage.h:615
_ux_host_class_storage_device_initialize()::storage
_ux_host_class_storage_device_initialize()
ux_host_class_storage.h:617
_ux_host_class_storage_device_reset()::storage
_ux_host_class_storage_device_reset()
ux_host_class_storage.h:618
_ux_host_class_storage_device_support_check()::storage
_ux_host_class_storage_device_support_check()
ux_host_class_storage.h:619
_ux_host_class_storage_endpoints_get()::storage
_ux_host_class_storage_endpoints_get()
ux_host_class_storage.h:625
_ux_host_class_storage_max_lun_get()::storage
_ux_host_class_storage_max_lun_get()
ux_host_class_storage.h:627
_ux_host_class_storage_media_capacity_get()::storage
_ux_host_class_storage_media_capacity_get()
ux_host_class_storage.h:628
_ux_host_class_storage_media_characteristics_get()::storage
_ux_host_class_storage_media_characteristics_get()
ux_host_class_storage.h:629
_ux_host_class_storage_media_format_capacity_get()::storage
_ux_host_class_storage_media_format_capacity_get()
ux_host_class_storage.h:630
_ux_host_class_storage_media_mount()::storage
_ux_host_class_storage_media_mount()
ux_host_class_storage.h:631
_ux_host_class_storage_media_open()::storage
_ux_host_class_storage_media_open()
ux_host_class_storage.h:632
_ux_host_class_storage_media_protection_check()::storage
_ux_host_class_storage_media_protection_check()
ux_host_class_storage.h:633
_ux_host_class_storage_media_read()::storage
_ux_host_class_storage_media_read()
ux_host_class_storage.h:634
_ux_host_class_storage_media_recovery_sense_get()::storage
_ux_host_class_storage_media_recovery_sense_get()
ux_host_class_storage.h:636
_ux_host_class_storage_media_write()::storage
_ux_host_class_storage_media_write()
ux_host_class_storage.h:637
_ux_host_class_storage_partition_read()::storage
_ux_host_class_storage_partition_read()
ux_host_class_storage.h:639
_ux_host_class_storage_request_sense()::storage
_ux_host_class_storage_request_sense()
ux_host_class_storage.h:640
_ux_host_class_storage_sense_code_translate()::storage
_ux_host_class_storage_sense_code_translate()
ux_host_class_storage.h:641
_ux_host_class_storage_start_stop()::storage
_ux_host_class_storage_start_stop()
ux_host_class_storage.h:642
_ux_host_class_storage_transport()::storage
_ux_host_class_storage_transport()
ux_host_class_storage.h:645
_ux_host_class_storage_transport_bo()::storage
_ux_host_class_storage_transport_bo()
ux_host_class_storage.h:646
_ux_host_class_storage_transport_cb()::storage
_ux_host_class_storage_transport_cb()
ux_host_class_storage.h:647
_ux_host_class_storage_transport_cbi()::storage
_ux_host_class_storage_transport_cbi()
ux_host_class_storage.h:648
_ux_host_class_storage_unit_ready_test()::storage
_ux_host_class_storage_unit_ready_test()
ux_host_class_storage.h:649
_ux_host_class_storage_media_get()::storage
_ux_host_class_storage_media_get()
ux_host_class_storage.h:651
_ux_host_class_storage_media_check()::storage
_ux_host_class_storage_media_check()
ux_host_class_storage.h:668
_ux_host_class_storage_transport_run()::storage
_ux_host_class_storage_transport_run()
ux_host_class_storage.h:671
_ux_host_class_storage_check_run()::storage
_ux_host_class_storage_check_run()
ux_host_class_storage.h:672
_ux_host_class_storage_read_write_run()::storage
_ux_host_class_storage_read_write_run()
ux_host_class_storage.h:673
_ux_host_class_storage_cbw_initialize()::storage
_ux_host_class_storage_cbw_initialize()
ux_host_class_storage_cbw_initialize.c:82
_ux_host_class_storage_configure()::storage
_ux_host_class_storage_configure()
ux_host_class_storage_configure.c:78
_ux_host_class_storage_device_initialize()::storage
_ux_host_class_storage_device_initialize()
ux_host_class_storage_device_initialize.c:95
_ux_host_class_storage_device_reset()::storage
_ux_host_class_storage_device_reset()
ux_host_class_storage_device_reset.c:77
_ux_host_class_storage_device_support_check()::storage
_ux_host_class_storage_device_support_check()
ux_host_class_storage_device_support_check.c:80
_ux_host_class_storage_endpoints_get()::storage
_ux_host_class_storage_endpoints_get()
ux_host_class_storage_endpoints_get.c:81
_ux_host_class_storage_max_lun_get()::storage
_ux_host_class_storage_max_lun_get()
ux_host_class_storage_max_lun_get.c:78
_ux_host_class_storage_media_capacity_get()::storage
_ux_host_class_storage_media_capacity_get()
ux_host_class_storage_media_capacity_get.c:84
_ux_host_class_storage_media_characteristics_get()::storage
_ux_host_class_storage_media_characteristics_get()
ux_host_class_storage_media_characteristics_get.c:81
_ux_host_class_storage_media_format_capacity_get()::storage
_ux_host_class_storage_media_format_capacity_get()
ux_host_class_storage_media_format_capacity_get.c:81
_ux_host_class_storage_media_mount()::storage
_ux_host_class_storage_media_mount()
ux_host_class_storage_media_mount.c:96
_ux_host_class_storage_media_open()::storage
_ux_host_class_storage_media_open()
ux_host_class_storage_media_open.c:86
_ux_host_class_storage_media_protection_check()::storage
_ux_host_class_storage_media_protection_check()
ux_host_class_storage_media_protection_check.c:78
_ux_host_class_storage_read_initialize()::storage
_ux_host_class_storage_read_initialize()
ux_host_class_storage_media_read.c:41
_ux_host_class_storage_media_read()::storage
_ux_host_class_storage_media_read()
ux_host_class_storage_media_read.c:128
_ux_host_class_storage_media_recovery_sense_get()::storage
_ux_host_class_storage_media_recovery_sense_get()
ux_host_class_storage_media_recovery_sense_get.c:77
_ux_host_class_storage_write_initialize()::storage
_ux_host_class_storage_write_initialize()
ux_host_class_storage_media_write.c:41
_ux_host_class_storage_media_write()::storage
_ux_host_class_storage_media_write()
ux_host_class_storage_media_write.c:127
_ux_host_class_storage_partition_read()::storage
_ux_host_class_storage_partition_read()
ux_host_class_storage_partition_read.c:83
_ux_host_class_storage_request_sense()::storage
_ux_host_class_storage_request_sense()
ux_host_class_storage_request_sense.c:83
_ux_host_class_storage_sense_code_translate()::storage
_ux_host_class_storage_sense_code_translate()
ux_host_class_storage_sense_code_translate.c:74
_ux_host_class_storage_start_stop()::storage
_ux_host_class_storage_start_stop()
ux_host_class_storage_start_stop.c:74
_ux_host_class_storage_transport()::storage
_ux_host_class_storage_transport()
ux_host_class_storage_transport.c:82
_ux_host_class_storage_transport_bo()::storage
_ux_host_class_storage_transport_bo()
ux_host_class_storage_transport_bo.c:87
_ux_host_class_storage_transport_cb()::storage
_ux_host_class_storage_transport_cb()
ux_host_class_storage_transport_cb.c:84
_ux_host_class_storage_transport_cbi()::storage
_ux_host_class_storage_transport_cbi()
ux_host_class_storage_transport_cbi.c:86
_ux_host_class_storage_unit_ready_test()::storage
_ux_host_class_storage_unit_ready_test()
ux_host_class_storage_unit_ready_test.c:78
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out