Searched defs:_lv_circle_buf_t (Results 1 – 1 of 1) sorted by relevance
23 struct _lv_circle_buf_t { struct24 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 */