nut/include/dev/nvmem.h File Reference


Detailed Description

Header file for non-volatile memory access.

 *
 * $Log: nvmem.h,v $
 * Revision 1.3  2006/07/05 07:45:29  haraldkipp
 * Split on-chip interface definitions.
 *
 * 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.
 *
 *
 * 

#include <cfg/eeprom.h>
#include <sys/types.h>

Functions

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


Generated on Tue Jan 23 21:12:26 2007 for BTnut System Software by doxygen 1.4.7