nand_write_buf

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

nand_write_buf - [DEFAULT] write buffer to chip

SYNOPSIS

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

ARGUMENTS

mtd

MTD device structure

buf

data buffer

len

number of bytes to write

DESCRIPTION

Default write function for 8bit buswith

AUTHOR

Thomas Gleixner <tglx@linutronix.de>

Author.