Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_circle_buf.c23 struct _lv_circle_buf_t { struct
24 lv_array_t array;
25 uint32_t head;
26 uint32_t tail; /**< The next write position */
28 … true: the array is allocated by the buffer, false: the array is created from an external buffer */