NAND_WRITE_ECC

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

 

NAME

nand_write_ecc - [MTD Interface] NAND write with ECC  

SYNOPSIS

"SYNOPSIS"

int nand_write_ecc (struct mtd_info * mtd, loff_t to, size_t len, size_t * retlen, const u_char * buf, u_char * eccbuf, struct nand_oobinfo * oobsel);  

ARGUMENTS

mtd
MTD device structure
to
offset to write to
len
number of bytes to write
retlen
pointer to variable to store the number of written bytes
buf
the data to write
eccbuf
filesystem supplied oob data buffer
oobsel
oob selection structure
 

DESCRIPTION

NAND write with ECC


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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