rgb_panel sample
lv_tlsf_state_t
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_tlsf_state_t
lv_tlsf_state_t struct
DEFINES TYPEDEFS
Syntax
Show:
Summary
Declaration
from
lv_tlsf_private.h:29
typedef
struct
{
#if
LV_USE_OS
lv_mutex_t
mutex
;
#endif
lv_tlsf_t
tlsf
;
size_t
cur_used
;
size_t
max_used
;
lv_ll_t
pool_ll
;
}
lv_tlsf_state_t
;
Fields
Field
Declared as
lv_tlsf_state_t::tlsf
lv_tlsf_t
lv_tlsf_state_t::cur_used
size_t
lv_tlsf_state_t::max_used
size_t
lv_tlsf_state_t::pool_ll
lv_ll_t
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