ESP-IDF
CHOOSE_MACRO_VA_ARG_INN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CHOOSE_MACRO_VA_ARG_INN
CHOOSE_MACRO_VA_ARG_INN macro
Syntax
Show:
Summary
Declaration
from
esp_macros.h:46
#define
CHOOSE_MACRO_VA_ARG_INN
(
one
,
two
,
MACRO1
,
MACRO2
,
...
)
MACRO1
Arguments
Argument
one
two
MACRO1
MACRO2
Examples
References
from
examples
Code
Location
#define
CHOOSE_MACRO_VA_ARG_INN
(
one
,
two
,
MACRO1
,
MACRO2
,
...
)
MACRO1
esp_macros.h:46
#define
CHOOSE_MACRO_VA_ARG
(
MACRO_WITH_ARGS
,
MACRO_WITH_NO_ARGS
,
...
)
CHOOSE_MACRO_VA_ARG_INN
(
0
,
##
__VA_ARGS__
,
MACRO_WITH_ARGS
,
MACRO_WITH_NO_ARGS
,
0
)
esp_macros.h:47
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