1NAND_READ_BUF(9) Internal Functions Provided NAND_READ_BUF(9)
23
4
NAME
6nand_read_buf - [DEFAULT] read chip data into buffer
7
SYNOPSIS
9void nand_read_buf(struct mtd_info * mtd, uint8_t * buf, int len);
10
ARGUMENTS
12mtd
13MTD device structure
1415
buf
16buffer to store date
1718
len
19number of bytes to read
20
DESCRIPTION
22Default read function for 8bit buswith
23
AUTHOR
25Thomas Gleixner <tglx@linutronix.de>
26Author.
27
COPYRIGHT
29Kernel Hackers Manual 2.6. June 2019 NAND_READ_BUF(9)