simulavr  1.1.0
avrdevice.h File Reference
#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
 

Macro Definition Documentation

◆ BREAK_POINT

#define BREAK_POINT   -2

Definition at line 43 of file avrdevice.h.

Referenced by avr_op_BREAK::operator()(), and AvrDevice::Step().

◆ INVALID_OPCODE

#define INVALID_OPCODE   -1

Definition at line 44 of file avrdevice.h.