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

eeprom.h File Reference


Detailed Description

EEPROM functions.

Author:
Adam Dunkels <adam@sics.se>

Definition in file eeprom.h.

Go to the source code of this file.

Defines

#define EEPROM_NULL   0

Typedefs

typedef unsigned short eeprom_addr_t

Functions

void eeprom_write (eeprom_addr_t addr, unsigned char *buf, int size)
 Write a buffer into EEPROM.
void eeprom_read (eeprom_addr_t addr, unsigned char *buf, int size)
 Read data from the EEPROM.
void eeprom_init (void)
 Initialize the EEPROM module.


Generated on Thu Jun 22 17:45:43 2006 for Contiki 2.x by  doxygen 1.4.4