usbx
+
0
/2 examples
SourceVu will show references to
UX_SLAVE_CLASS_STRUCT::ux_slave_class_name
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_CDC_ACM
Ux_Device_HID_CDC_ACM
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
usbx
HAL
threadx
netxduo
filex
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SLAVE_CLASS_STRUCT::ux_slave_class_name
UX_SLAVE_CLASS_STRUCT::ux_slave_class_name field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2305
UCHAR
ux_slave_class_name
[
UX_MAX_CLASS_NAME_LENGTH
+
1
]
;
Examples
UX_SLAVE_CLASS_STRUCT::ux_slave_class_name
is referenced by 2 libraries and example projects:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_CDC_ACM
Ux_Device_HID_CDC_ACM
References
from
0/2
examples
Code
Location
Referrer
UCHAR
ux_slave_class_name
[
UX_MAX_CLASS_NAME_LENGTH
+
1
]
;
/* "+1" for string null-terminator */
ux_api.h:2305
_ux_utility_memory_copy
(
class_inst
->
ux_slave_class_name
,
class_name
,
class_name_length
+
1
)
;
/* Use case of memcpy is verified. */
ux_device_stack_class_register.c:125
_ux_device_stack_class_register()
if
(
ux_utility_name_match
(
class_inst
->
ux_slave_class_name
,
class_name
,
class_name_length
+
1
)
)
ux_device_stack_class_unregister.c:118
_ux_device_stack_class_unregister()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
UX_SLAVE_CLASS_STRUCT::ux_slave_class_name
is read by 2 functions:
All items filtered out
UX_SLAVE_CLASS_STRUCT::ux_slave_class_name
_ux_device_stack_class_register()
_ux_device_stack_class_unregister()
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