Contiki-NG
Functions
eeprom.h File Reference

EEPROM functions. More...

Go to the source code of this file.

Functions

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

Detailed Description

EEPROM functions.

Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Definition in file eeprom.h.