nand_read_buf16 (9) - Linux Manuals
nand_read_buf16: [DEFAULT] read chip data into buffer
NAME
nand_read_buf16 - [DEFAULT] read chip data into buffer
SYNOPSIS
-
void nand_read_buf16(struct mtd_info
* mtd, uint8_t* buf, intlen);
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.
COPYRIGHT