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