slave sample
EV_STR
is only used within slave sample.
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
ESP-IDF Framework and Examples
slave sample
EV_STR
EV_STR macro
Syntax
Show:
Summary
Declaration
from
app_main.c:63
#define
EV_STR
(
s
)
"================ "
s
" ================"
Arguments
Argument
s
Examples
References
from
examples
Code
Location
#define
EV_STR
(
s
)
"================ "
s
" ================"
app_main.c:63
ESP_LOGI
(
TAG
,
EV_STR
(
"slave ready"
)
)
;
app_main.c:216
ESP_LOGI
(
TAG
,
EV_STR
(
"%s"
)
,
job_desc
[
i
+
1
]
)
;
app_main.c:293
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