usbx
+
0
/2 examples
SourceVu will show references to
UX_HOST_CLASS_STRUCT::ux_host_class_name
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
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_name
UX_HOST_CLASS_STRUCT::ux_host_class_name field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1647
UCHAR
ux_host_class_name
[
UX_MAX_CLASS_NAME_LENGTH
+
1
]
;
Examples
UX_HOST_CLASS_STRUCT::ux_host_class_name
is referenced by 2 libraries and example projects:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
References
from
0/2
examples
Code
Location
Referrer
UCHAR
ux_host_class_name
[
UX_MAX_CLASS_NAME_LENGTH
+
1
]
;
/* "+1" for string null-terminator */
ux_api.h:1647
if
(
ux_utility_name_match
(
class_ptr
->
ux_host_class_name
,
class_name
,
class_name_length
+
1
)
)
ux_host_stack_class_get.c:116
_ux_host_stack_class_get()
if
(
ux_utility_name_match
(
class_inst
->
ux_host_class_name
,
class_name
,
class_name_length
+
1
)
)
ux_host_stack_class_instance_verify.c:125
_ux_host_stack_class_instance_verify()
_ux_utility_memory_copy
(
class_inst
->
ux_host_class_name
,
class_name
,
class_name_length
+
1
)
;
/* Use case of memcpy is verified. */
ux_host_stack_class_register.c:129
_ux_host_stack_class_register()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
UX_HOST_CLASS_STRUCT::ux_host_class_name
is read by 3 functions:
All items filtered out
UX_HOST_CLASS_STRUCT::ux_host_class_name
_ux_host_stack_class_get()
_ux_host_stack_class_instance_verify()
_ux_host_stack_class_register()
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
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out