Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

nvmem.c File Reference


Detailed Description

Non-volatile memory access.

 *
 * $Log: nvmem.c,v $
 * Revision 1.3  2006/05/25 09:09:57  haraldkipp
 * API documentation updated and corrected.
 *
 * Revision 1.2  2006/04/07 12:29:42  haraldkipp
 * AT49BV flash memory support added. A single sector may be used to
 * store system configurations in case there is no EEPROM available.
 *
 * Revision 1.1  2006/01/23 17:26:19  haraldkipp
 * Platform independant routines added, which provide generic access to
 * non-volatile memory.
 *
 *
 * 


Functions

*int NutNvMemLoad (u_int addr, void *buff, size_t siz)
 Read data from non-volatile memory.
int NutNvMemSave (u_int addr, CONST void *buff, size_t len)
 Save data in non-volatile memory.


© 2000-2006 by egnite Software GmbH - visit http://www.ethernut.de/