<< Previous | Next >> | |
|
int flash_gettype( FlashDescriptor * fd );
Description
- Returns the 16-bit flash memory type of the flash memory.
NOTE fd
must have already been initialized withflash_init
before calling this function. Seeflash_init
description for further restrictions.Parameters
- fd
- The
FlashDescriptor
of the memory to query.
Return value
- The integer representing the type of the flash memory.
Library
- FLASH.LIB
See also
- flash_erasechip, flash_erasesector, flash_init, flash_read, flash_readsector, flash_sector2xwindow, flash_writesector
Dynamic C Functions | << Previous | Next >> | rabbit.com |