usbx
UX_HOST_CLASS_STRUCT::ux_host_class_first_instance
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_STRUCT::ux_host_class_first_instance
UX_HOST_CLASS_STRUCT::ux_host_class_first_instance field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1656
VOID
*
ux_host_class_first_instance
;
Examples
References
from
examples
Code
Location
Referrer
VOID
*
ux_host_class_first_instance
;
ux_api.h:1656
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()
current_class_instance
=
host_class
->
ux_host_class_first_instance
;
ux_host_stack_class_instance_create.c:88
_ux_host_stack_class_instance_create()
host_class
->
ux_host_class_first_instance
=
class_instance
;
ux_host_stack_class_instance_create.c:95
_ux_host_stack_class_instance_create()
current_class_instance
=
host_class
->
ux_host_class_first_instance
;
ux_host_stack_class_instance_destroy.c:90
_ux_host_stack_class_instance_destroy()
host_class
->
ux_host_class_first_instance
=
next_class_instance
;
ux_host_stack_class_instance_destroy.c:111
_ux_host_stack_class_instance_destroy()
current_class_instance
=
host_class
->
ux_host_class_first_instance
;
ux_host_stack_class_instance_get.c:85
_ux_host_stack_class_instance_get()
current_class_instance
=
class_inst
->
ux_host_class_first_instance
;
ux_host_stack_class_instance_verify.c:113
_ux_host_stack_class_instance_verify()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HOST_CLASS_STRUCT::ux_host_class_first_instance
is written by 2 functions and is read by 5 functions:
_ux_host_stack_class_instance_create()
_ux_host_stack_class_instance_destroy()
All items filtered out
UX_HOST_CLASS_STRUCT::ux_host_class_first_instance
_ux_host_class_storage_thread_entry()
_ux_host_stack_class_instance_create()
_ux_host_stack_class_instance_destroy()
_ux_host_stack_class_instance_get()
_ux_host_stack_class_instance_verify()
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