00001 /* This file has been prepared for Doxygen automatic documentation generation.*/ 00025 // Byte 0 of the E2 is not used, as a precaution against accidental erasure. 00026 // After each read or write operation, the EEADR register is reset to zero, 00027 // ensuring that an accidental erase or write will not destroy valid data. 00028 00029 00030 // Defines the allocation of EEPROM storage for calibration information. 00031 00032 #define EESTORAGE_SHUTDOWNREASON 0x01 00033 00034 #define CELL1_25C 0x10 00035 #define CELL2_25C 0x12 00036 #define CELL3_25C 0x14 00037 #define CELL4_25C 0x16 00038 00039 #define EESTORAGE_BGCRR 0x02 00040 #define EESTORAGE_BGCCR 0x03 00041 #define EESTORAGE_CC_valid 0x04 00042 #define EESTORAGE_CCIoffset 0x05 00043 #define EESTORAGE_CCoffset 0x06
1.5.3