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

eeprom.c File Reference


Detailed Description

AVR On-Chip EEPROM support.

 *
 * $Log: eeprom.c,v $
 * Revision 1.3  2006/10/08 16:48:07  haraldkipp
 * Documentation fixed
 *
 * Revision 1.2  2006/01/23 19:50:02  haraldkipp
 * Wrong parameters in ImageCraft call corrected.
 *
 * Revision 1.1  2006/01/23 17:27:08  haraldkipp
 * AVR specific routines for EEPROM access.
 *
 *
 * 


Functions

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.


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