Lines Matching full:read
66 int16_t enc_diff; /**< For LV_INDEV_TYPE_ENCODER number of steps since the previous read*/
69 …bool continue_reading; /**< If set to true, the read callback is invoked again, unless the device…
103 * Read data from an input device.
109 * Called periodically to read the input devices
110 * @param timer pointer to a timer to read
136 * Set a callback function to read input device data to the indev
138 * @param read_cb pointer to callback function to read input device data
199 * Get the callback function to read input device data to the indev
201 * @return Pointer to callback function to read input device data or NULL if indev is NULL
364 * Get a pointer to the indev read timer to
367 * @return pointer to the indev read refresher timer. (NULL on error)