Go to the source code of this file.
◆ EEVAR_VERSION
#define EEVAR_VERSION 0x00 |
◆ EEVAR_FILAMENT_TYPE
#define EEVAR_FILAMENT_TYPE 0x01 |
◆ EEVAR_FILAMENT_COLOR
#define EEVAR_FILAMENT_COLOR 0x02 |
◆ EEVAR_UNUSED_1
#define EEVAR_UNUSED_1 0x03 |
◆ EEVAR_UNUSED_2
#define EEVAR_UNUSED_2 0x04 |
◆ EEVAR_UNUSED_3
#define EEVAR_UNUSED_3 0x05 |
◆ EEVAR_RUN_SELFTEST
#define EEVAR_RUN_SELFTEST 0x06 |
◆ EEVAR_RUN_XYZCALIB
#define EEVAR_RUN_XYZCALIB 0x07 |
◆ EEVAR_RUN_FIRSTLAY
#define EEVAR_RUN_FIRSTLAY 0x08 |
◆ EEVAR_FSENSOR_ENABLED
#define EEVAR_FSENSOR_ENABLED 0x09 |
◆ eeprom_init()
◆ eeprom_defaults()
◆ eeprom_get_var()
◆ eeprom_set_var()
◆ eeprom_clear()
203 uint32_t
data = 0xffffffff;
204 for (
a = 0x0000;
a < 0x0800;
a += 4)
◆ eeprom_test_PUT()
int8_t eeprom_test_PUT |
( |
const unsigned int |
| ) |
|
211 char line[16] =
"abcdefghijklmno";
214 unsigned int count = bytes / 16;
216 for (
i = 0;
i < count;
i++) {
222 for (
i = 0;
i < count;
i++) {
224 if (strcmp(line2, line))