usbx
+
0
/1 examples
SourceVu will show references to
UX_MAX_CLASS_NAME_LENGTH
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
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_MAX_CLASS_NAME_LENGTH
UX_MAX_CLASS_NAME_LENGTH macro
Syntax
Show:
Summary
Declaration
from
ux_api.h:168
#define
UX_MAX_CLASS_NAME_LENGTH
63
Examples
UX_MAX_CLASS_NAME_LENGTH
is referenced by 1 libraries and example projects:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_HID_CDC_ACM
References
from
0/1
examples
Code
Location
#define
UX_MAX_CLASS_NAME_LENGTH
63
ux_api.h:168
UCHAR
ux_host_class_name
[
UX_MAX_CLASS_NAME_LENGTH
+
1
]
;
/* "+1" for string null-terminator */
ux_api.h:1647
UCHAR
ux_slave_class_name
[
UX_MAX_CLASS_NAME_LENGTH
+
1
]
;
/* "+1" for string null-terminator */
ux_api.h:2305
status
=
_ux_utility_string_length_check
(
class_name
,
&
class_name_length
,
UX_MAX_CLASS_NAME_LENGTH
)
;
ux_device_stack_class_register.c:101
status
=
_ux_utility_string_length_check
(
class_name
,
&
class_name_length
,
UX_MAX_CLASS_NAME_LENGTH
)
;
ux_device_stack_class_unregister.c:100
status
=
_ux_utility_string_length_check
(
class_name
,
&
class_name_length
,
UX_MAX_CLASS_NAME_LENGTH
)
;
ux_host_stack_class_get.c:97
status
=
_ux_utility_string_length_check
(
class_name
,
&
class_name_length
,
UX_MAX_CLASS_NAME_LENGTH
)
;
ux_host_stack_class_instance_verify.c:94
status
=
_ux_utility_string_length_check
(
class_name
,
&
class_name_length
,
UX_MAX_CLASS_NAME_LENGTH
)
;
ux_host_stack_class_register.c:106
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out