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

Data Structures

struct  mcu_t
 

Macros

#define _AVR_IO_H_
 
#define __ASSEMBLER__
 
#define PB4   4
 
#define PB5   5
 
#define PB6   6
 
#define PB7   7
 
#define PD0   0
 
#define PD1   1
 
#define PD2   2
 
#define PD3   3
 
#define PD4   4
 
#define PE3   3
 
#define PE4   4
 
#define PE5   5
 
#define PE6   6
 
#define PE7   7
 
#define PG5   5
 

Functions

void m128rfr2_init (struct avr_t *avr)
 
void m128rfr2_reset (struct avr_t *avr)
 
static avr_tmake ()
 

Variables

const struct mcu_t mcu_mega128rfr2
 
avr_kind_t mega128rfr2
 

Macro Definition Documentation

#define __ASSEMBLER__
#define _AVR_IO_H_
#define PB4   4
#define PB5   5
#define PB6   6
#define PB7   7
#define PD0   0
#define PD1   1
#define PD2   2
#define PD3   3
#define PD4   4
#define PE3   3
#define PE4   4
#define PE5   5
#define PE6   6
#define PE7   7
#define PG5   5

Function Documentation

void m128rfr2_init ( struct avr_t avr)

Here is the call graph for this function:

void m128rfr2_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_mega128rfr2
avr_kind_t mega128rfr2
Initial value:
= {
.names = { "atmega128rfr2" },
.make = make
}
static avr_t * make()
Definition: sim_mega128rfr2.c:530