Go to the documentation of this file.
57 typedef unsigned short eeprom_addr_t;
61 #ifdef EEPROM_CONF_SIZE
62 #define EEPROM_SIZE (EEPROM_CONF_SIZE)
67 #ifdef EEPROM_CONF_END_ADDR
68 #define EEPROM_END_ADDR (EEPROM_CONF_END_ADDR)
70 #define EEPROM_END_ADDR (EEPROM_SIZE - 1)
86 void eeprom_write(eeprom_addr_t addr,
unsigned char *buf,
int size);
102 void eeprom_read(eeprom_addr_t addr,
unsigned char *buf,
int size);