![]() |
Contiki-NG
|
EEPROM functions. More...
#include <limits.h>#include <stdbool.h>#include <stddef.h>Go to the source code of this file.
Functions | |
| bool | eeprom_write (eeprom_addr_t addr, const unsigned char *buf, size_t size) |
| Write a buffer into EEPROM. | |
| bool | eeprom_read (eeprom_addr_t addr, unsigned char *buf, size_t size) |
| Read data from the EEPROM. | |
| bool | eeprom_init (void) |
| Initialize the EEPROM module. | |
EEPROM functions.
Definition in file eeprom.h.