SimAVR
AVR Simulator
sim_mega16.c File Reference
#include "sim_avr.h"
#include "avr/iom16.h"
#include "sim_megax.h"
Include dependency graph for sim_mega16.c:

Macros

#define WDCE   WDTOE
 
#define SIM_VECTOR_SIZE   4
 
#define SIM_MMCU   "atmega16"
 
#define SIM_CORENAME   mcu_mega16
 
#define ICP_PORT   PORTD
 
#define ICP_PIN   6
 
#define _AVR_IO_H_
 
#define __ASSEMBLER__
 

Functions

static avr_tmake ()
 

Variables

avr_kind_t mega16
 

Macro Definition Documentation

#define __ASSEMBLER__
#define _AVR_IO_H_
#define ICP_PIN   6
#define ICP_PORT   PORTD
#define SIM_CORENAME   mcu_mega16
#define SIM_MMCU   "atmega16"
#define SIM_VECTOR_SIZE   4
#define WDCE   WDTOE

Function Documentation

static avr_t* make ( )
static

Here is the call graph for this function:

Variable Documentation

avr_kind_t mega16
Initial value:
= {
.names = { "atmega16", },
.make = make
}
static avr_t * make()
Definition: sim_mega16.c:39