other versions
SINGLE_ERASE(9) | Internal Functions Provided | SINGLE_ERASE(9) |
NAME¶
single_erase - [GENERIC] NAND standard block erase command function
SYNOPSIS¶
int single_erase(struct mtd_info * mtd, int page);
ARGUMENTS¶
struct mtd_info * mtd
MTD device structure
int page
the page address of the block which will be erased
DESCRIPTION¶
Standard erase command for NAND chips. Returns NAND status.
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>
Author.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |