lv_cache_t is only used within rgb_panel sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Cache class. There are two built-in classes: - lv_cache_class_lru_rb_count for LRU-based cache with count-based eviction policy. - lv_cache_class_lru_rb_size for LRU-based cache with size-based eviction policy.
uint32_t
Size of a node.
uint32_t
Maximum size of the cache.
uint32_t
Current size of the cache.
Cache operations struct lv_cache_ops_t.
Cache lock used to protect the cache in multithreading environments.
const char *
Name of the cache.

References

from examples