usbx
UX_HCD_STRUCT::ux_hcd_name
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_HCD_STRUCT::ux_hcd_name
UX_HCD_STRUCT::ux_hcd_name field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2125
UCHAR
ux_hcd_name
[
UX_MAX_HCD_NAME_LENGTH
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
ux_hcd_name
[
UX_MAX_HCD_NAME_LENGTH
+
1
]
;
/* "+1" for string null-terminator */
ux_api.h:2125
_ux_utility_memory_copy
(
hcd
->
ux_hcd_name
,
hcd_name
,
hcd_name_length
+
1
)
;
/* Use case of memcpy is verified. */
ux_host_stack_hcd_register.c:131
_ux_host_stack_hcd_register()
status
=
ux_utility_name_match
(
hcd
->
ux_hcd_name
,
ux_host_stack_hcd_unregister.c:133
_ux_host_stack_hcd_unregister()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HCD_STRUCT::ux_hcd_name
is read by 2 functions:
All items filtered out
UX_HCD_STRUCT::ux_hcd_name
_ux_host_stack_hcd_register()
_ux_host_stack_hcd_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