simulavr
1.1.0
|
#include <string>
#include <vector>
#include "traceval.h"
#include "avrerror.h"
#include "hardware.h"
Go to the source code of this file.
Classes | |
class | RWMemoryMember |
Member of any memory area in an AVR device. More... | |
class | GPIORegister |
A register in IO register space unrelated to any peripheral. "GPIORx" in datasheets. More... | |
class | CLKPRRegister |
Implement CLKPR register. More... | |
class | XDIVRegister |
Implement XDIV register. More... | |
class | OSCCALRegister |
Implement OSCCAL register. More... | |
class | RAM |
One byte in any AVR RAM. More... | |
class | InvalidMem |
Memory on which access should be avoided! :-) More... | |
class | NotSimulatedRegister |
An IO register which is not simulated in the moment. Reads and writes are ignored and produce warning. More... | |
class | IOReg< P > |
IO register to be specialized for a certain class/hardware. More... | |
class | IOSpecialRegClient |
Interface class to connect hardware units to control registers. More... | |
class | IOSpecialReg |