Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_circle_buf.h28 typedef bool (*lv_circle_buf_fill_cb_t)(void * buf, uint32_t buff_len, int32_t index, void * user_d… typedef
152 uint32_t lv_circle_buf_fill(lv_circle_buf_t * circle_buf, uint32_t count, lv_circle_buf_fill_cb_t f…
Dlv_circle_buf.c232 uint32_t lv_circle_buf_fill(lv_circle_buf_t * circle_buf, uint32_t count, lv_circle_buf_fill_cb_t f… in lv_circle_buf_fill()