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/iom169p.h"
Data Structures | |
struct | mcu_t |
Macros | |
#define | _AVR_IO_H_ |
#define | __ASSEMBLER__ |
#define | __AVR_ATmega169p__ |
Functions | |
void | m169p_init (struct avr_t *avr) |
void | m169p_reset (struct avr_t *avr) |
static avr_t * | make () |
Variables | |
const struct mcu_t | mcu_mega169p |
avr_kind_t | mega169p |
#define __ASSEMBLER__ |
#define __AVR_ATmega169p__ |
#define _AVR_IO_H_ |
void m169p_init | ( | struct avr_t * | avr | ) |
void m169p_reset | ( | struct avr_t * | avr | ) |
|
static |
const struct mcu_t mcu_mega169p |
avr_kind_t mega169p |