Lines Matching full:read
6 …* This driver allows using a memory area as a file that can be read by normal file operations. It …
120 * @param mode read: FS_MODE_RD (currently only reading from the buffer is supported)
134 * @return LV_FS_RES_OK: no error, the file is read
145 * Read data from an opened file
148 * @param buf pointer to a memory block where to store the read data
149 * @param btr number of Bytes To Read
150 * @param br the real number of read bytes (Byte Read)
151 * @return LV_FS_RES_OK: no error, the file is read
165 * Set the read pointer.
168 * @param pos the new position of read pointer
169 * @return LV_FS_RES_OK: no error, the file is read
199 * Give the position of the read write pointer
203 * @return LV_FS_RES_OK: no error, the file is read