other versions
- wheezy 3.2.78-1
NAND_READ(9) | Internal Functions Provided | NAND_READ(9) |
NAME¶
nand_read - [MTD Interface] MTD compatibility function for nand_do_read_eccSYNOPSIS¶
int
nand_read(struct mtd_info * mtd,
loff_t from, size_t len,
size_t * retlen,
uint8_t * buf);
ARGUMENTS¶
mtdMTD device structure
from
offset to read from
len
number of bytes to read
retlen
pointer to variable to store the number of
read bytes
buf
the databuffer to put data
DESCRIPTION¶
Get hold of the chip and call nand_do_read.AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |