usbx
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_class
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_SYSTEM_HOST_STRUCT::ux_system_host_max_class
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_class field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2395
UINT
ux_system_host_max_class
;
Examples
References
from
examples
Code
Location
Referrer
UINT
ux_system_host_max_class
;
ux_api.h:2395
for
(
class_index
=
0
;
class_index
<
_ux_system_host
->
ux_system_host_max_class
;
class_index
++
)
ux_host_stack_class_call.c:89
_ux_host_stack_class_call()
for
(
class_index
=
0
;
class_index
<
_ux_system_host
->
ux_system_host_max_class
;
class_index
++
)
ux_host_stack_class_get.c:107
_ux_host_stack_class_get()
for
(
class_index
=
0
;
class_index
<
_ux_system_host
->
ux_system_host_max_class
;
class_index
++
)
ux_host_stack_class_instance_verify.c:104
_ux_host_stack_class_instance_verify()
for
(
class_index
=
0
;
class_index
<
_ux_system_host
->
ux_system_host_max_class
;
class_index
++
)
ux_host_stack_class_register.c:116
_ux_host_stack_class_register()
for
(
class_index
=
0
;
class_index
<
_ux_system_host
->
ux_system_host_max_class
;
class_index
++
)
ux_host_stack_class_unregister.c:94
_ux_host_stack_class_unregister()
UX_SYSTEM_HOST_MAX_CLASS_SET
(
UX_MAX_CLASS_DRIVER
)
;
ux_host_stack_initialize.c:157
_ux_host_stack_initialize()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_class
is written by 1 function and is read by 5 functions:
_ux_host_stack_initialize()
All items filtered out
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_class
_ux_host_stack_class_call()
_ux_host_stack_class_get()
_ux_host_stack_class_instance_verify()
_ux_host_stack_class_register()
_ux_host_stack_class_unregister()
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