nand_write_byte (9) Linux Manual Page
nand_write_byte – [DEFAULT] write single byte to chip
Synopsis
void nand_write_byte(struct mtd_info *mtd, uint8_t byte);
Arguments
mtd
-
- MTD device structure
byte
- value to write
Description
Default function to write a byte to I/O[7:0]
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
