Home
last modified time | relevance | path

Searched refs:lv_circle_buf_is_empty (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/misc/
Dlv_circle_buf.c163 bool lv_circle_buf_is_empty(const lv_circle_buf_t * circle_buf) in lv_circle_buf_is_empty() function
206 if(lv_circle_buf_is_empty(circle_buf)) { in lv_circle_buf_read()
257 if(lv_circle_buf_is_empty(circle_buf)) { in lv_circle_buf_skip()
Dlv_circle_buf.h98 bool lv_circle_buf_is_empty(const lv_circle_buf_t * circle_buf);
Dlv_iter.c122 if(c_buf != NULL && !lv_circle_buf_is_empty(c_buf)) { in lv_iter_next()