i80_controller sample
LV_LOG_TRACE
is only used within i80_controller sample.
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
ESP-IDF Framework and Examples
i80_controller sample
LV_LOG_TRACE
LV_LOG_TRACE macro
Syntax
Show:
Summary
Declaration
from
lv_log.h:149
#define
LV_LOG_TRACE
(
...
)
do
{
}
while
(
0
)
Examples
References
from
examples
Code
Location
#define
LV_LOG_TRACE
(
...
)
do
{
}
while
(
0
)
lv_log.h:149
LV_LOG_TRACE
(
"Draw buf too small for new shape"
)
;
lv_draw_buf.c:349
LV_LOG_TRACE
(
"begin"
)
;
lv_group.c:120
LV_LOG_TRACE
(
"finished"
)
;
lv_group.c:139
LV_LOG_TRACE
(
"begin"
)
;
lv_group.c:167
LV_LOG_TRACE
(
"finished"
)
;
lv_group.c:200
LV_LOG_TRACE
(
"Stride mismatch"
)
;
lv_image_decoder.c:248
LV_LOG_TRACE
(
"Alpha premultiply."
)
;
lv_image_decoder.c:270
if
(
src_type
==
LV_IMAGE_SRC_FILE
)
LV_LOG_TRACE
(
"Try to find decoder for %s"
,
(
const
char
*
)
src
)
;
lv_image_decoder.c:305
else
LV_LOG_TRACE
(
"Try to find decoder for %p"
,
src
)
;
lv_image_decoder.c:306
LV_LOG_TRACE
(
"Found decoder %s in header cache"
,
decoder
->
name
)
;
lv_image_decoder.c:324
if
(
decoder_prev
)
LV_LOG_TRACE
(
"Can't open image with decoder %s. Trying next decoder."
,
decoder_prev
->
name
)
;
lv_image_decoder.c:345
if
(
decoder
==
NULL
)
LV_LOG_TRACE
(
"No decoder found"
)
;
lv_image_decoder.c:359
else
LV_LOG_TRACE
(
"Found decoder %s"
,
decoder
->
name
)
;
lv_image_decoder.c:360
LV_LOG_TRACE
(
"finished"
)
;
lv_init.c:339
LV_LOG_TRACE
(
"Already running, returning"
)
;
lv_obj_pos.c:296
LV_LOG_TRACE
(
"Layout update begin"
)
;
lv_obj_pos.c:305
LV_LOG_TRACE
(
"Layout update end"
)
;
lv_obj_pos.c:308
LV_LOG_TRACE
(
"begin (delete %p)"
,
(
void
*
)
obj
)
;
lv_obj_tree.c:57
LV_LOG_TRACE
(
"finished (delete %p)"
,
(
void
*
)
obj
)
;
lv_obj_tree.c:87
LV_LOG_TRACE
(
"begin (clean %p)"
,
(
void
*
)
obj
)
;
lv_obj_tree.c:92
LV_LOG_TRACE
(
"finished (clean %p)"
,
(
void
*
)
obj
)
;
lv_obj_tree.c:117
LV_LOG_TRACE
(
"begin"
)
;
lv_refr.c:1220
LV_LOG_TRACE
(
"end"
)
;
lv_refr.c:1237
LV_LOG_TRACE
(
"finished"
)
;
lv_roller.c:326
LV_LOG_TRACE
(
"begin"
)
;
lv_spinbox.c:275
LV_LOG_TRACE
(
"Spinbox constructor finished"
)
;
lv_spinbox.c:294
LV_LOG_TRACE
(
"saved draw_buf to %s"
,
path
)
;
lv_utils.c:89
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