nand_write_buf (9) Linux Manual Page
nand_write_buf – [DEFAULT] write buffer to chip
Synopsis
void nand_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len);
Arguments
mtd
-
- MTD device structure
buf
- data buffer
len
- number of bytes to write
Description
Default write function for 8bit buswidth.
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
