Name

nand_read_buf — [DEFAULT] read chip data into buffer

Synopsis

void nand_read_buf (struct mtd_info * mtd,
 uint8_t * buf,
 int len);
 

Arguments

struct mtd_info * mtd

MTD device structure

uint8_t * buf

buffer to store date

int len

number of bytes to read

Description

Default read function for 8bit buswidth.