NAND_READ

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

nand_read - [MTD Interface] MTD compability function for nand_do_read_ecc  

SYNOPSIS

"SYNOPSIS"

int nand_read (struct mtd_info * mtd, loff_t from, size_t len, size_t * retlen, u_char * buf);  

ARGUMENTS

mtd
MTD device structure
from
offset to read from
len
number of bytes to read
retlen
pointer to variable to store the number of read bytes
buf
the databuffer to put data
 

DESCRIPTION

This function simply calls nand_do_read_ecc with oob buffer and oobsel = NULL and flags = 0xff


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:31 GMT, October 09, 2005