|
SimAVR
AVR Simulator
|
#include "avr_adc.h"#include "avr_eeprom.h"#include "avr_extint.h"#include "avr_flash.h"#include "avr_ioport.h"#include "avr_spi.h"#include "avr_timer.h"#include "avr_twi.h"#include "avr_uart.h"#include "avr_watchdog.h"#include "sim_avr.h"#include "sim_core_declare.h"#include "avr/iom2560.h"
Data Structures | |
| struct | mcu_t |
Macros | |
| #define | _AVR_IO_H_ |
| #define | __ASSEMBLER__ |
| #define | __AVR_ATmega2560__ |
Functions | |
| void | m2560_init (struct avr_t *avr) |
| void | m2560_reset (struct avr_t *avr) |
| static avr_t * | make () |
Variables | |
| const struct mcu_t | mcu_mega2560 |
| avr_kind_t | mega2560 |
| #define __ASSEMBLER__ |
| #define __AVR_ATmega2560__ |
| #define _AVR_IO_H_ |
| void m2560_init | ( | struct avr_t * | avr | ) |

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

| const struct mcu_t mcu_mega2560 |
| avr_kind_t mega2560 |