Home
last modified time | relevance | path

Searched refs:lv_circle_buf_tail (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/misc/
Dlv_circle_buf.h126 void * lv_circle_buf_tail(const lv_circle_buf_t * circle_buf);
Dlv_circle_buf.c194 void * lv_circle_buf_tail(const lv_circle_buf_t * circle_buf) in lv_circle_buf_tail() function
240 void * data = lv_circle_buf_tail(circle_buf); in lv_circle_buf_fill()