<< Previous | Next >> | |
|
void flash_erasechip( FlashDescriptor * fd );
Description
- Erases an entire flash memory chip.
NOTE fd
must have already been initialized withflash_init
before calling this function. Seeflash_init
description for further restrictions.Parameters
- fd
- Pointer to flash descriptor of the chip to erase.
Library
- FLASH.LIB
See also
- flash_erasesector, flash_gettype, flash_init, flash_read, flash_readsector, flash_sector2xwindow, flash_writesector
Dynamic C Functions | << Previous | Next >> | rabbit.com |