Functions | |
void | eeprom_write_byte (unsigned char *p, const unsigned char value) |
void | eeprom_write_short (unsigned short *p, const unsigned short value) |
Variables | |
unsigned char | eeprom_low |
|
Write a byte in eeprom. Write the byte value in the eeprom at address p. The eeprom byte location is erased first if write operation is not possible (when at least one bit must be set to 1).
|
|
Write a short in eeprom. Write the short value in the eeprom at address p. The eeprom byte locations are erased first if write operation is not possible (when at least one bit must be set to 1).
|
|
Low address of internal EEPROM bank. The eeprom_low variable represents the first byte of the internal EEPROM. Its address is fixed at link time. |