Home
last modified time | relevance | path

Searched defs:_lv_array_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/misc/
Dlv_array.h35 struct _lv_array_t { struct
36 uint8_t * data;
37 uint32_t size;
38 uint32_t capacity;
39 uint32_t element_size;
41 … bool inner_alloc; /* true: data is allocated by the array; false: data is allocated by the user */