40 #ifndef _AVR_IOM16HVA_H_ 41 #define _AVR_IOM16HVA_H_ 1 54 #define SPM_PAGESIZE 128 56 #define XRAMEND RAMEND 59 #define FLASHEND 0x3FFF 64 #define FUSE_MEMORY_SIZE 1 67 #define FUSE_SUT0 (unsigned char)~_BV(0) 68 #define FUSE_SUT1 (unsigned char)~_BV(1) 69 #define FUSE_SUT2 (unsigned char)~_BV(2) 70 #define FUSE_SELFPRGEN (unsigned char)~_BV(3) 71 #define FUSE_DWEN (unsigned char)~_BV(4) 72 #define FUSE_SPIEN (unsigned char)~_BV(5) 73 #define FUSE_EESAVE (unsigned char)~_BV(6) 74 #define FUSE_WDTON (unsigned char)~_BV(7) 75 #define FUSE_DEFAULT (FUSE_SPIEN) 79 #define __LOCK_BITS_EXIST 83 #define SIGNATURE_0 0x1E 84 #define SIGNATURE_1 0x94 85 #define SIGNATURE_2 0x0C Definitions for ATmega8HVA and ATmega16HVA.