Home
last modified time | relevance | path

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

/lvgl-latest/src/hal/
Dlv_hal_indev.h82 bool continue_reading; /**< If set to true, the read callback is invoked again*/ member
/lvgl-latest/src/core/
Dlv_indev.c80 bool continue_reading; in lv_indev_read_timer_cb() local
84 continue_reading = data.continue_reading; in lv_indev_read_timer_cb()
114 } while(continue_reading); in lv_indev_read_timer_cb()
/lvgl-latest/docs/porting/
Dindev.md192 Setting the `data->continue_reading` flag will tell LVGL there is more data to read and it should c…
/lvgl-latest/docs/
DCHANGELOG.md1389 - docs(indev) clarify purpose of `continue_reading` flag [`706f81e`](https://github.com/lvgl/lvgl/c…
1664 …urns `void`. To indicate that there is more that to read set `data->continue_reading = 1` in the `…