Manpages

NAME

nand_write − [MTD Interface] NAND write with ECC

SYNOPSIS

int nand_write(struct mtd_info * mtd, loff_t to, size_t len, size_t * retlen, const uint8_t * buf);

ARGUMENTS

struct mtd_info * mtd

MTD device structure

loff_t to

offset to write to

size_t len

number of bytes to write

size_t * retlen

pointer to variable to store the number of written bytes

const uint8_t * buf

the data to write

DESCRIPTION

NAND write with ECC.

AUTHOR

Thomas Gleixner <tglx [AT] linutronix.de>

Author.

COPYRIGHT