simulavr
1.1.0
|
#include <string>
#include <map>
#include <vector>
#include <algorithm>
#include <types.h>
#include "systemclocktypes.h"
#include "simulationmember.h"
#include "pin.h"
#include "net.h"
#include "traceval.h"
#include "flashprog.h"
Go to the source code of this file.
Classes | |
class | Breakpoints |
class | Exitpoints |
class | AvrDevice |
Basic AVR device, contains the core functionality. More... | |
Macros | |
#define | BREAK_POINT -2 |
#define | INVALID_OPCODE -1 |
#define BREAK_POINT -2 |
Definition at line 43 of file avrdevice.h.
Referenced by avr_op_BREAK::operator()(), and AvrDevice::Step().
#define INVALID_OPCODE -1 |
Definition at line 44 of file avrdevice.h.