Searched refs:continue_reading (Results 1 – 4 of 4) sorted by relevance
82 bool continue_reading; /**< If set to true, the read callback is invoked again*/ member
80 bool continue_reading; in lv_indev_read_timer_cb() local84 continue_reading = data.continue_reading; in lv_indev_read_timer_cb()114 } while(continue_reading); in lv_indev_read_timer_cb()
192 Setting the `data->continue_reading` flag will tell LVGL there is more data to read and it should c…
1389 - 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 `…