rgb_panel sample
lv_cache_reserve_cond_res_t
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_cache_reserve_cond_res_t
lv_cache_reserve_cond_res_t enum
Syntax
Show:
Summary
Declaration
from
lv_cache_private.h:30
enum
{
LV_CACHE_RESERVE_COND_OK
,
LV_CACHE_RESERVE_COND_TOO_LARGE
,
LV_CACHE_RESERVE_COND_NEED_VICTIM
,
LV_CACHE_RESERVE_COND_ERROR
}
;
Values
Value
Declared as
Description
lv_cache_reserve_cond_res_t::LV_CACHE_RESERVE_COND_OK
The condition is met and no entries need to be evicted.
lv_cache_reserve_cond_res_t::LV_CACHE_RESERVE_COND_TOO_LARGE
The condition is not met and the reserve size is too large.
lv_cache_reserve_cond_res_t::LV_CACHE_RESERVE_COND_NEED_VICTIM
The condition is not met and a victim is needed to be evicted.
lv_cache_reserve_cond_res_t::LV_CACHE_RESERVE_COND_ERROR
An error occurred while checking the condition.
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