SimAVR
AVR Simulator
sim_tiny13.c File Reference
#include "sim_avr.h"
#include "sim_core_declare.h"
#include "avr_eeprom.h"
#include "avr_watchdog.h"
#include "avr_extint.h"
#include "avr_ioport.h"
#include "avr_timer.h"
#include "avr/iotn13.h"
Include dependency graph for sim_tiny13.c:

Data Structures

struct  mcu_t
 

Macros

#define _AVR_IO_H_
 
#define __ASSEMBLER__
 
#define WDIF   WDTIF
 
#define WDIE   WDTIE
 

Functions

static void init (struct avr_t *avr)
 
static void reset (struct avr_t *avr)
 
static avr_tmake ()
 

Variables

static const struct mcu_t mcu
 
avr_kind_t tiny13
 

Macro Definition Documentation

#define __ASSEMBLER__
#define _AVR_IO_H_
#define WDIE   WDTIE
#define WDIF   WDTIF

Function Documentation

static void init ( struct avr_t avr)
static

Here is the call graph for this function:

static avr_t* make ( )
static

Here is the call graph for this function:

static void reset ( struct avr_t avr)
static

Variable Documentation

const struct mcu_t mcu
static
avr_kind_t tiny13
Initial value:
= {
.names = { "attiny13", "attiny13a" },
.make = make
}
static avr_t * make()
Definition: sim_tiny13.c:122