|
SimAVR
AVR Simulator
|
#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"
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_t * | make () |
Variables | |
| const struct mcu_t | mcu_mega1280 |
| avr_kind_t | mega1280 |
| #define __ASSEMBLER__ |
| #define __AVR_ATmega1280__ |
| #define _AVR_IO_H_ |
| void m1280_init | ( | struct avr_t * | avr | ) |

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

| const struct mcu_t mcu_mega1280 |
| avr_kind_t mega1280 |