SimAVR
AVR Simulator
sim_mega128rfa1.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/iom128rfa1.h"
Include dependency graph for sim_mega128rfa1.c:

Data Structures

struct  mcu_t
 

Macros

#define _AVR_IO_H_
 
#define __ASSEMBLER__
 

Functions

void m128rfa1_init (struct avr_t *avr)
 
void m128rfa1_reset (struct avr_t *avr)
 
static avr_tmake ()
 

Variables

const struct mcu_t mcu_mega128rfa1
 
avr_kind_t mega128rfa1
 

Macro Definition Documentation

#define __ASSEMBLER__
#define _AVR_IO_H_

Function Documentation

void m128rfa1_init ( struct avr_t avr)

Here is the call graph for this function:

void m128rfa1_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_mega128rfa1
avr_kind_t mega128rfa1
Initial value:
= {
.names = { "atmega128rfa1" },
.make = make
}
static avr_t * make()
Definition: sim_mega128rfa1.c:521