Go to the source code of this file.
Defines | |
#define | EEPROM_BLANK_VALUE 0xFF |
Functions | |
bit | eeprom_erase (void) |
bit | eeprom_wr_byte (Uint16 addr, Uchar value) |
This function writes a byte in the eeprom memory. | |
Byte | eeprom_rd_byte (Uint16 addr) |
This function reads a byte in the eeprom memory. | |
bit | eeprom_rd_block (Uint16 src, Byte _MemType_ *dest, Byte n) |
This function reads up to 256 bytes in the eeprom memory. | |
bit | eeprom_wr_block (Byte _MemType_ *src, Uint16 dest, Byte n) |
This function writes up to 256 bytes in the eeprom memory. |
|
|
|
|
|
This function reads up to 256 bytes in the eeprom memory.
|
|
This function reads a byte in the eeprom memory.
|
|
This function writes up to 256 bytes in the eeprom memory.
|
|
This function writes a byte in the eeprom memory.
|