usbx
UX_MAX_HCD_NAME_LENGTH
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (2/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_MAX_HCD_NAME_LENGTH
UX_MAX_HCD_NAME_LENGTH macro
Syntax
Show:
Summary
Declaration
from
ux_api.h:171
#define
UX_MAX_HCD_NAME_LENGTH
63
Examples
References
from
examples
Code
Location
#define
UX_MAX_HCD_NAME_LENGTH
63
ux_api.h:171
UCHAR
ux_hcd_name
[
UX_MAX_HCD_NAME_LENGTH
+
1
]
;
/* "+1" for string null-terminator */
ux_api.h:2125
status
=
_ux_utility_string_length_check
(
hcd_name
,
&
hcd_name_length
,
UX_MAX_HCD_NAME_LENGTH
)
;
ux_host_stack_hcd_register.c:106
&
hcd_name_length
,
UX_MAX_HCD_NAME_LENGTH
)
;
ux_host_stack_hcd_unregister.c:106
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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