|
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. More... | |
| bool | eeprom_read (eeprom_addr_t addr, unsigned char *buf, size_t size) |
| Read data from the EEPROM. More... | |
| bool | eeprom_init (void) |
| Initialize the EEPROM module. More... | |
EEPROM functions.
Definition in file eeprom.h.
1.8.13