Go to the documentation of this file.
20 #ifndef __SIM_CORE_DECLARE_H__
21 #define __SIM_CORE_DECLARE_H__
26 #define __AVR_LIBC_DEPRECATED_ENABLE__
31 #define _SFR_IO8(v) ((v)+32)
32 #define _SFR_IO16(v) ((v)+32)
33 #define _SFR_MEM8(v) (v)
35 #define _VECTOR(v) (v)
42 #define DEFAULT_CORE(_vector_size) \
44 .flashend = FLASHEND, \
46 .vector_size = _vector_size, \
47 .fuse = { LFUSE_DEFAULT, HFUSE_DEFAULT, EFUSE_DEFAULT }, \
48 .signature = { SIGNATURE_0,SIGNATURE_1,SIGNATURE_2 }
52 #define DEFAULT_CORE(_vector_size) \
54 .flashend = FLASHEND, \
56 .vector_size = _vector_size