simulavr  1.1.0
hwdecls.h
Go to the documentation of this file.
1 #ifndef HWDECLS_H
2 #define HWDECLS_H
3 //-----------------------------------------------------------------------------
4 /* List of all hardware class declarations, to be used with the automatically
5  generated AVR device classes. */
6 class HWPort;
7 class HWSpi;
8 class HWUart;
9 class HWAcomp;
10 class HWPrescaler;
11 class HWTimer0;
12 class HWTimer1;
13 class HWMcucr;
14 class HWExtIrq;
15 class HWTimer01Irq;
16 class HWAdmux;
17 class HWAd;
18 class HWMcucr;
19 class HWSpi;
20 //-----------------------------------------------------------------------------
21 #endif
Definition: hwad.h:90
Defines a Port, e.g. a hardware device for GPIO.
Definition: hwport.h:43
Definition: hwspi.h:38
Prescaler unit for support timers with clock.
Definition: hwad.h:204
Implements the I/O hardware necessary to do UART transfers.
Definition: hwuart.h:38
Analog comparator peripheral.
Definition: hwacomp.h:42