usbx
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_interface
is only used within usbx.
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_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_interface
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_interface field
Syntax
Show:
Summary
Declaration
from
ux_host_class_storage.h:464
UX_INTERFACE
*
ux_host_class_storage_interface
;
Examples
References
from
examples
Code
Location
Referrer
UX_INTERFACE
*
ux_host_class_storage_interface
;
ux_host_class_storage.h:464
storage
->
ux_host_class_storage_interface
=
interface
;
ux_host_class_storage_activate.c:104
_ux_host_class_storage_activate()
status
=
_ux_host_stack_configuration_interface_get
(
configuration
,
0
,
0
,
&
storage
->
ux_host_class_storage_interface
)
;
ux_host_class_storage_configure.c:143
_ux_host_class_storage_configure()
storage
->
ux_host_class_storage_interface
->
ux_interface_class_instance
=
(
VOID
*
)
storage
;
ux_host_class_storage_configure.c:150
_ux_host_class_storage_configure()
transfer_request
->
ux_transfer_request_index
=
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceNumber
;
ux_host_class_storage_device_reset.c:104
_ux_host_class_storage_device_reset()
switch
(
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceProtocol
)
ux_host_class_storage_device_support_check.c:84
_ux_host_class_storage_device_support_check()
switch
(
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceSubClass
)
ux_host_class_storage_device_support_check.c:129
_ux_host_class_storage_device_support_check()
for
(
endpoint_index
=
0
;
endpoint_index
<
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bNumEndpoints
;
ux_host_class_storage_endpoints_get.c:89
_ux_host_class_storage_endpoints_get()
_ux_host_stack_interface_endpoint_get
(
storage
->
ux_host_class_storage_interface
,
endpoint_index
,
&
endpoint
)
;
ux_host_class_storage_endpoints_get.c:94
_ux_host_class_storage_endpoints_get()
for
(
endpoint_index
=
0
;
endpoint_index
<
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bNumEndpoints
;
ux_host_class_storage_endpoints_get.c:125
_ux_host_class_storage_endpoints_get()
_ux_host_stack_interface_endpoint_get
(
storage
->
ux_host_class_storage_interface
,
endpoint_index
,
&
endpoint
)
;
ux_host_class_storage_endpoints_get.c:130
_ux_host_class_storage_endpoints_get()
transfer_request
->
ux_transfer_request_index
=
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceNumber
;
ux_host_class_storage_max_lun_get.c:117
_ux_host_class_storage_max_lun_get()
switch
(
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceSubClass
)
ux_host_class_storage_media_protection_check.c:105
_ux_host_class_storage_media_protection_check()
switch
(
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceSubClass
)
ux_host_class_storage_media_recovery_sense_get.c:103
_ux_host_class_storage_media_recovery_sense_get()
transfer_request
->
ux_transfer_request_index
=
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceNumber
;
ux_host_class_storage_transport_cb.c:108
_ux_host_class_storage_transport_cb()
transfer_request
->
ux_transfer_request_index
=
storage
->
ux_host_class_storage_interface
->
ux_interface_descriptor
.
bInterfaceNumber
;
ux_host_class_storage_transport_cbi.c:110
_ux_host_class_storage_transport_cbi()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_interface
is written by 1 function and is read by 9 functions:
_ux_host_class_storage_activate()
All items filtered out
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_interface
_ux_host_class_storage_configure()
_ux_host_class_storage_device_reset()
_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_protection_check()
_ux_host_class_storage_media_recovery_sense_get()
_ux_host_class_storage_transport_cb()
_ux_host_class_storage_transport_cbi()
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