nand_write (9) - Linux Manuals
nand_write: [MTD Interface] NAND write with ECC
NAME
nand_write - [MTD Interface] NAND write with ECC
SYNOPSIS
-
int nand_write(struct mtd_info
* mtd, loff_tto, size_t len, size_t * retlen, const uint8_t* buf);
ARGUMENTS
mtd
-
- MTD device structure
to
- offset to write to
len
- number of bytes to write
retlen
- pointer to variable to store the number of written bytes
buf
- the data to write
DESCRIPTION
AUTHOR
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
COPYRIGHT