<< Previous | Next >>

flash_erasechip

void flash_erasechip( FlashDescriptor * fd );

Description

Erases an entire flash memory chip.

NOTE fd must have already been initialized with flash_init before calling this function. See flash_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