40 #ifndef _AVR_IOM1280_H_ 41 #define _AVR_IOM1280_H_ 1 54 #define SPM_PAGESIZE 256 56 #define XRAMEND 0xFFFF 59 #define FLASHEND 0x1FFFF 64 #define FUSE_MEMORY_SIZE 3 67 #define FUSE_CKSEL0 (unsigned char)~_BV(0) 68 #define FUSE_CKSEL1 (unsigned char)~_BV(1) 69 #define FUSE_CKSEL2 (unsigned char)~_BV(2) 70 #define FUSE_CKSEL3 (unsigned char)~_BV(3) 71 #define FUSE_SUT0 (unsigned char)~_BV(4) 72 #define FUSE_SUT1 (unsigned char)~_BV(5) 73 #define FUSE_CKOUT (unsigned char)~_BV(6) 74 #define FUSE_CKDIV8 (unsigned char)~_BV(7) 75 #define LFUSE_DEFAULT (FUSE_CKSEL0 & FUSE_CKSEL2 & FUSE_CKSEL3 & FUSE_SUT0 & FUSE_CKDIV8) 78 #define FUSE_BOOTRST (unsigned char)~_BV(0) 79 #define FUSE_BOOTSZ0 (unsigned char)~_BV(1) 80 #define FUSE_BOOTSZ1 (unsigned char)~_BV(2) 81 #define FUSE_EESAVE (unsigned char)~_BV(3) 82 #define FUSE_WDTON (unsigned char)~_BV(4) 83 #define FUSE_SPIEN (unsigned char)~_BV(5) 84 #define FUSE_JTAGEN (unsigned char)~_BV(6) 85 #define FUSE_OCDEN (unsigned char)~_BV(7) 86 #define HFUSE_DEFAULT (FUSE_BOOTSZ0 & FUSE_BOOTSZ1 & FUSE_SPIEN & FUSE_JTAGEN) 89 #define FUSE_BODLEVEL0 (unsigned char)~_BV(0) 90 #define FUSE_BODLEVEL1 (unsigned char)~_BV(1) 91 #define FUSE_BODLEVEL2 (unsigned char)~_BV(2) 92 #define EFUSE_DEFAULT (0xFF) 96 #define __LOCK_BITS_EXIST 97 #define __BOOT_LOCK_BITS_0_EXIST 98 #define __BOOT_LOCK_BITS_1_EXIST 102 #define SIGNATURE_0 0x1E 103 #define SIGNATURE_1 0x97 104 #define SIGNATURE_2 0x03 Definitions for ATmega640/1280/1281/2560/2561.