SimAVR
AVR Simulator
sim_core_declare.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __AVR_LIBC_DEPRECATED_ENABLE__
 
#define _SFR_IO8(v)   ((v)+32)
 
#define _SFR_IO16(v)   ((v)+32)
 
#define _SFR_MEM8(v)   (v)
 
#define _BV(v)   (v)
 
#define _VECTOR(v)   (v)
 
#define DEFAULT_CORE(_vector_size)
 

Macro Definition Documentation

#define __AVR_LIBC_DEPRECATED_ENABLE__
#define _BV (   v)    (v)
#define _SFR_IO16 (   v)    ((v)+32)
#define _SFR_IO8 (   v)    ((v)+32)
#define _SFR_MEM8 (   v)    (v)
#define _VECTOR (   v)    (v)
#define DEFAULT_CORE (   _vector_size)
Value:
.ramend = RAMEND, \
.flashend = FLASHEND, \
.e2end = E2END, \
.vector_size = _vector_size