i80_controller sample
LV_LOG_ERROR
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
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_ERROR
LV_LOG_ERROR macro
Syntax
Show:
Summary
Declaration
from
lv_log.h:152
#define
LV_LOG_ERROR
(
...
)
do
{
}
while
(
0
)
Examples
References
from
examples
Code
Location
#define
LV_LOG_ERROR
(
...
)
do
{
}
while
(
0
)
lv_log.h:152
LV_LOG_ERROR
(
"Asserted at expression: %s"
,
#
expr
)
;
\
lv_assert.h:40
LV_LOG_ERROR
(
"Asserted at expression: %s (%s)"
,
#
expr
,
msg
)
;
\
lv_assert.h:48
LV_LOG_ERROR
(
"Asserted at expression: %s "
format
,
#
expr
,
__VA_ARGS__
)
;
\
lv_assert.h:56
LV_LOG_ERROR
(
"Unexpected null decoder data"
)
;
lv_bin_decoder.c:401
LV_LOG_ERROR
(
"Out of memory"
)
;
lv_bin_decoder.c:527
LV_LOG_ERROR
(
"Out of memory"
)
;
lv_bin_decoder.c:579
LV_LOG_ERROR
(
"LV_BIN_DECODER_RAM_LOAD is disabled"
)
;
lv_bin_decoder.c:681
LV_LOG_ERROR
(
"Out of memory"
)
;
lv_bin_decoder.c:839
LV_LOG_ERROR
(
"Need LV_BIN_DECODER_RAM_LOAD to be enabled"
)
;
lv_bin_decoder.c:1007
LV_LOG_ERROR
(
"Decompressed size mismatch: %"
LV_PRIu32
" > %"
LV_PRIu32
,
out_len
,
decompressed
->
data_size
)
;
lv_bin_decoder.c:1101
LV_LOG_ERROR
(
"Cache init failed"
)
;
lv_cache.c:58
LV_LOG_ERROR
(
"No victim found"
)
;
lv_cache.c:322
LV_LOG_ERROR
(
"data %p is too large that exceeds max size (%"
LV_PRIu32
")"
,
key
,
cache
->
max_size
)
;
lv_cache.c:336
LV_LOG_ERROR
(
"ref_cnt(%"
LV_PRIu32
") == 0"
,
entry
->
ref_cnt
)
;
lv_cache_entry.c:110
LV_LOG_ERROR
(
"malloc failed"
)
;
lv_cache_entry.c:141
LV_LOG_ERROR
(
"malloc failed"
)
;
lv_cache_lru_rb.c:185
LV_LOG_ERROR
(
"data size (%"
LV_PRIu32
") is larger than max size (%"
LV_PRIu32
")"
,
data_size
,
lru
->
cache
.
max_size
)
;
lv_cache_lru_rb.c:443
LV_LOG_ERROR
(
"draw buffer is not allocated, ignored"
)
;
lv_draw_buf.c:374
LV_LOG_ERROR
(
"Failed to open image"
)
;
lv_draw_image.c:174
LV_LOG_ERROR
(
"Failed to open image"
)
;
lv_draw_image.c:194
LV_LOG_ERROR
(
"Error initializing thread sync"
)
;
lv_example_osal.c:50
LV_LOG_ERROR
(
"Error initializing thread"
)
;
lv_example_osal.c:54
LV_LOG_ERROR
(
"Error signaling thread sync"
)
;
lv_example_osal.c:66
LV_LOG_ERROR
(
"Error awaiting thread sync"
)
;
lv_example_osal.c:84
LV_LOG_ERROR
(
"No memory for Stride adjust."
)
;
lv_image_decoder.c:254
LV_LOG_ERROR
(
"No memory for premultiplying."
)
;
lv_image_decoder.c:278
LV_LOG_ERROR
(
"File open failed: %"
LV_PRIu32
,
(
uint32_t
)
fs_res
)
;
lv_image_decoder.c:332
LV_LOG_ERROR
(
"lv_global cannot be null"
)
;
lv_init.c:101
LV_LOG_ERROR
(
"Failed to allocate memory for dot_tmp_ptr"
)
;
lv_label.c:1219
LV_LOG_ERROR
(
"couldn't reallocate memory"
)
;
lv_mem.c:142
LV_LOG_ERROR
(
"malloc failed for snippet_stack"
)
;
lv_span.c:99
LV_LOG_ERROR
(
"span draw stack overflow, please set LV_SPAN_SNIPPET_STACK_SIZE too larger"
)
;
lv_span.c:676
LV_LOG_ERROR
(
"occur an error that span text == NULL"
)
;
lv_span.c:779
LV_LOG_ERROR
(
"Unable to allocate space for custom property lookup table"
)
;
lv_style.c:224
LV_LOG_ERROR
(
"Cannot remove prop from const style"
)
;
lv_style.c:247
LV_LOG_ERROR
(
"Cannot set property of constant style"
)
;
lv_style.c:292
LV_LOG_ERROR
(
"couldn't allocate memory for placeholder"
)
;
lv_textarea.c:440
LV_LOG_ERROR
(
"couldn't allocate memory for bullet"
)
;
lv_textarea.c:561
#define
printf
LV_LOG_ERROR
lv_tlsf.c:11
LV_LOG_ERROR
(
"create file %s failed"
,
path
)
;
lv_utils.c:66
LV_LOG_ERROR
(
"write draw_buf->header failed"
)
;
lv_utils.c:76
LV_LOG_ERROR
(
"write draw_buf->data failed"
)
;
lv_utils.c:83
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