TinyUSB Library
TU_XSTRCAT
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
TU_XSTRCAT
TU_XSTRCAT macro
Syntax
Show:
Summary
Declaration
from
tusb_compiler.h:42
#define
TU_XSTRCAT
(
a
,
b
)
TU_STRCAT
(
a
,
b
)
Arguments
Argument
a
b
Examples
References
from
examples
Code
Location
#define
TU_XSTRCAT
(
a
,
b
)
TU_STRCAT
(
a
,
b
)
///< expand then concat
tusb_compiler.h:42
#define
TU_RESERVED
TU_XSTRCAT
(
reserved
,
_TU_COUNTER_
)
tusb_compiler.h:72
#define
TU_ARGS_APPLY
(
_X
,
_s
,
...
)
TU_XSTRCAT
(
_TU_ARGS_APPLY_
,
TU_ARGS_NUM
(
__VA_ARGS__
)
)
(
_X
,
_s
,
__VA_ARGS__
)
tusb_compiler.h:110
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