i80_controller sample
lv_cache_set_free_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_free_cb()
lv_cache_set_free_cb() function
Set the free callback of the cache.
Syntax
Show:
Summary
Declaration
Definition
from
lv_cache.h:202
void
lv_cache_set_free_cb
(
lv_cache_t
*
cache
,
lv_cache_free_cb_t
free_cb
,
void
*
user_data
)
;
Implemented in
lv_cache.c:280
Arguments
Argument
Description
cache
The cache object pointer to set the free callback.
free_cb
The free 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