|
#define | SPM_PAGESIZE 128 |
|
#define | RAMEND 0x2FF |
|
#define | XRAMEND RAMEND |
|
#define | E2END 0xFF |
|
#define | E2PAGESIZE 4 |
|
#define | FLASHEND 0x1FFF |
|
#define | FUSE_MEMORY_SIZE 1 |
|
#define | FUSE_SUT0 (unsigned char)~_BV(0) |
|
#define | FUSE_SUT1 (unsigned char)~_BV(1) |
|
#define | FUSE_SUT2 (unsigned char)~_BV(2) |
|
#define | FUSE_SELFPRGEN (unsigned char)~_BV(3) |
|
#define | FUSE_DWEN (unsigned char)~_BV(4) |
|
#define | FUSE_SPIEN (unsigned char)~_BV(5) |
|
#define | FUSE_EESAVE (unsigned char)~_BV(6) |
|
#define | FUSE_WDTON (unsigned char)~_BV(7) |
|
#define | FUSE_DEFAULT (FUSE_SPIEN) |
|
#define | __LOCK_BITS_EXIST |
|