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
HWAdmux
Definition:
hwad.h:90
HWPort
Defines a Port, e.g. a hardware device for GPIO.
Definition:
hwport.h:43
HWSpi
Definition:
hwspi.h:38
HWPrescaler
Prescaler unit for support timers with clock.
Definition:
timerprescaler.h:37
HWAd
Definition:
hwad.h:204
HWUart
Implements the I/O hardware necessary to do UART transfers.
Definition:
hwuart.h:38
HWAcomp
Analog comparator peripheral.
Definition:
hwacomp.h:42
include
hwdecls.h
Generated by
1.8.13