i80_controller sample
lv_cache_set_create_cb()
is only used within i80_controller 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
i80_controller sample
lv_cache_set_create_cb()
lv_cache_set_create_cb() function
Set the create callback of the cache.
Syntax
Show:
Summary
Declaration
Definition
from
lv_cache.h:194
void
lv_cache_set_create_cb
(
lv_cache_t
*
cache
,
lv_cache_create_cb_t
alloc_cb
,
void
*
user_data
)
;
Implemented in
lv_cache.c:275
Arguments
Argument
Description
cache
The cache object pointer to set the create callback.
alloc_cb
The create callback to set.
user_data
A user data pointer.
Examples
References
from
examples
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