SimAVR
AVR Simulator
sim_mega1280.c File Reference
#include "sim_avr.h"
#include "sim_core_declare.h"
#include "avr_eeprom.h"
#include "avr_flash.h"
#include "avr_watchdog.h"
#include "avr_extint.h"
#include "avr_ioport.h"
#include "avr_uart.h"
#include "avr_adc.h"
#include "avr_timer.h"
#include "avr_spi.h"
#include "avr_twi.h"
#include "avr/iom1280.h"
Include dependency graph for sim_mega1280.c:

Data Structures

struct  mcu_t
 

Macros

#define _AVR_IO_H_
 
#define __ASSEMBLER__
 
#define __AVR_ATmega1280__
 

Functions

void m1280_init (struct avr_t *avr)
 
void m1280_reset (struct avr_t *avr)
 
static avr_tmake ()
 

Variables

const struct mcu_t mcu_mega1280
 
avr_kind_t mega1280
 

Macro Definition Documentation

#define __ASSEMBLER__
#define __AVR_ATmega1280__
#define _AVR_IO_H_

Function Documentation

void m1280_init ( struct avr_t avr)

Here is the call graph for this function:

void m1280_reset ( struct avr_t avr)
static avr_t* make ( )
static

Here is the call graph for this function:

Variable Documentation

const struct mcu_t mcu_mega1280
avr_kind_t mega1280
Initial value:
= {
.names = { "atmega1280" },
.make = make
}
static avr_t * make()
Definition: sim_mega1280.c:736