ESP-IDF
ESP_APPTRACE_LOGI
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
ESP_APPTRACE_LOGI
ESP_APPTRACE_LOGI macro
Syntax
Show:
Summary
Declaration
from
esp_app_trace_util.h:183
#define
ESP_APPTRACE_LOGI
(
format
,
...
)
ESP_APPTRACE_LOG_LEV
(
I
,
ESP_LOG_INFO
,
format
,
##
__VA_ARGS__
)
Arguments
Argument
format
Examples
References
from
examples
Code
Location
#define
ESP_APPTRACE_LOGI
(
format
,
...
)
ESP_APPTRACE_LOG_LEV
(
I
,
ESP_LOG_INFO
,
format
,
##
__VA_ARGS__
)
esp_app_trace_util.h:183
ESP_APPTRACE_LOGI
(
"Ignore flush request for min %"
PRIu32
" bytes. Bytes in block: %"
PRIu32
,
min_sz
,
ESP_APPTRACE_INBLOCK_MARKER
(
proto
)
)
;
app_trace_membufs_proto.c:355
ESP_APPTRACE_LOGI
(
"Initialized TRAX on CPU%d"
,
esp_cpu_get_core_id
(
)
)
;
port.c:275
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