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

nvmem.h File Reference


Detailed Description

Header file for non-volatile memory access.

 *
 * $Log: nvmem.h,v $
 * Revision 1.2  2006/05/25 09:09:57  haraldkipp
 * API documentation updated and corrected.
 *
 * 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.
int OnChipNvMemLoad (u_int addr, void *buff, size_t siz)
 Load data from AVR EEPROM.
int OnChipNvMemSave (u_int addr, CONST void *buff, size_t len)
 Save data in AVR EEPROM.


Function Documentation

int OnChipNvMemLoad u_int  addr,
void *  buff,
size_t  siz
 

Load data from AVR EEPROM.

Returns:
Allways 0.

int OnChipNvMemSave u_int  addr,
CONST void *  buff,
size_t  len
 

Save data in AVR EEPROM.

Returns:
Allways 0.


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