usbx
UX_INTERFACE_STRUCT::ux_interface_class_instance
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_INTERFACE_STRUCT::ux_interface_class_instance
UX_INTERFACE_STRUCT::ux_interface_class_instance field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2030
VOID
*
ux_interface_class_instance
;
Examples
References
from
examples
Code
Location
Referrer
VOID
*
ux_interface_class_instance
;
ux_api.h:2030
interface
->
ux_interface_class_instance
=
(
VOID
*
)
cdc_acm
;
ux_host_class_cdc_acm_activate.c:142
_ux_host_class_cdc_acm_activate()
interface
->
ux_interface_class_instance
=
UX_NULL
;
ux_host_class_cdc_acm_activate.c:358
_ux_host_class_cdc_acm_activate()
cdc_acm
->
ux_host_class_cdc_acm_interface
->
ux_interface_class_instance
=
(
VOID
*
)
cdc_acm
;
ux_host_class_cdc_acm_configure.c:148
_ux_host_class_cdc_acm_configure()
interface
->
ux_interface_class_instance
=
(
VOID
*
)
hid
;
ux_host_class_hid_activate.c:111
_ux_host_class_hid_activate()
interface
->
ux_interface_class_instance
=
UX_NULL
;
ux_host_class_hid_activate.c:199
_ux_host_class_hid_activate()
interface
->
ux_interface_class_instance
=
(
VOID
*
)
storage
;
ux_host_class_storage_activate.c:113
_ux_host_class_storage_activate()
interface
->
ux_interface_class_instance
=
(
VOID
*
)
UX_NULL
;
ux_host_class_storage_activate.c:165
_ux_host_class_storage_activate()
storage
->
ux_host_class_storage_interface
->
ux_interface_class_instance
=
(
VOID
*
)
storage
;
ux_host_class_storage_configure.c:150
_ux_host_class_storage_configure()
if
(
interface
->
ux_interface_class_instance
!=
UX_NULL
)
ux_host_stack_device_configuration_deactivate.c:168
_ux_host_stack_device_configuration_deactivate()
command
.
ux_host_class_command_instance
=
interface
->
ux_interface_class_instance
;
ux_host_stack_device_configuration_deactivate.c:172
_ux_host_stack_device_configuration_deactivate()
if
(
interface
->
ux_interface_class_instance
!=
UX_NULL
)
ux_host_stack_device_remove.c:186
_ux_host_stack_device_remove()
command
.
ux_host_class_command_instance
=
interface
->
ux_interface_class_instance
;
ux_host_stack_device_remove.c:190
_ux_host_stack_device_remove()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_INTERFACE_STRUCT::ux_interface_class_instance
is written by 5 functions and is read by 2 functions:
_ux_host_class_hid_activate()
_ux_host_class_storage_activate()
_ux_host_class_storage_configure()
_ux_host_class_cdc_acm_activate()
_ux_host_class_cdc_acm_configure()
All items filtered out
UX_INTERFACE_STRUCT::ux_interface_class_instance
_ux_host_stack_device_configuration_deactivate()
_ux_host_stack_device_remove()
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