Go to the source code of this file.
Defines | |
| #define | DELUGE_INSTANCE_COUNT (4) |
| #define | DELUGE_CONTROL_BLOCK_ADDR (0x00C) |
| #define | DELUGE_CONTROL_BLOCK_SIZE (16) |
| #define | DELUGE_DIRECTORY_ADDR |
| #define | DELUGE_DIRECTORY_SIZE (1) |
| #define | DELUGE_PAGE_CRC_ADDR |
| #define | SIMPLE_FS_ADDR (DELUGE_PAGE_CRC_ADDR + 96) |
| #define | SIMPLE_FS_MAX_FILES 10 |
| #define | SIMPLE_FS_SIZE (2 + SIMPLE_FS_MAX_FILES * 12) |
| #define | DELUGE_STATS_ADDR (SIMPLE_FS_ADDR + SIMPLE_FS_SIZE) |
| #define | DELUGE_STATS_COUNT 32 |
| #define | DELUGE_STATS_SIZE 8 |
| #define | AVR_EEPROM_UNUSED_ADDR |
Functions | |
| void | avr_eeprom_init (void) |
| Init the eeprom driver. | |
Modified: Adam Torgerson
Modified: 04/06/2004
Definition in file avr-eeprom.h.
1.4.6