Home
last modified time | relevance | path

Searched refs:lv_circle_buf_destroy (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/misc/
Dlv_circle_buf.h70 void lv_circle_buf_destroy(lv_circle_buf_t * circle_buf);
Dlv_iter.c98 if(iter->peek_buf != NULL) lv_circle_buf_destroy(iter->peek_buf); in lv_iter_destroy()
Dlv_circle_buf.c133 void lv_circle_buf_destroy(lv_circle_buf_t * circle_buf) in lv_circle_buf_destroy() function
/lvgl-latest/tests/src/test_cases/
Dtest_circle_buf.c37 lv_circle_buf_destroy(circle_buf); in tearDown()