#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 | 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 because programmers are lazy. 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 |
1.6.3