simulavr
1.1.0
|
#include <vector>
#include "hardware.h"
#include "irqsystem.h"
#include "rwmem.h"
#include "avrdevice.h"
#include "pinnotify.h"
#include "hwport.h"
Go to the source code of this file.
Classes | |
class | ExternalIRQHandler |
Handler for external IRQ's to communicate with IRQ system and mask/flag registers. More... | |
class | ExternalIRQ |
Basic handler for one external IRQ, handles control register. More... | |
class | ExternalIRQSingle |
External interrupt (INT0, INT1...) on a single pin, one and 2 bit configuration. More... | |
class | ExternalIRQPort |
Pin-change interrupt on all pins of a port. More... | |