other versions
NAND_WRITE_BYTE(9) | Internal Functions Provided | NAND_WRITE_BYTE(9) |
NAME¶
nand_write_byte - [DEFAULT] write single byte to chipSYNOPSIS¶
void nand_write_byte(struct mtd_info * mtd, uint8_t byte);
ARGUMENTS¶
struct mtd_info * mtdMTD device structure
uint8_t byte
value to write
DESCRIPTION¶
Default function to write a byte to I/O[7:0]AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |