i80_controller sample
printf
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
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
printf
printf macro
Syntax
Show:
Summary
Declaration
from
lv_tlsf.c:11
#define
printf
LV_LOG_ERROR
Examples
References
from
examples
Code
Location
#define
printf
LV_LOG_ERROR
lv_tlsf.c:11
#undef
printf
lv_tlsf.c:10
printf
(
"\t%p %s size: %x (%p)\n"
,
ptr
,
used
?
"used"
:
"free"
,
(
unsigned
int
)
size
,
(
void
*
)
block_from_ptr
(
ptr
)
)
;
lv_tlsf.c:890
printf
(
"lv_tlsf_add_pool: Memory must be aligned by %u bytes.\n"
,
lv_tlsf.c:976
printf
(
"lv_tlsf_add_pool: Memory size must be between %u and %u bytes.\n"
,
lv_tlsf.c:987
printf
(
"lv_tlsf_create: Memory must be aligned to %u bytes.\n"
,
lv_tlsf.c:1069
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