arduino_ci 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +77 -1
- data/cpp/arduino/Arduino.cpp +17 -7
- data/cpp/arduino/Arduino.h +151 -5
- data/cpp/arduino/ArduinoDefines.h +90 -0
- data/cpp/arduino/AvrMath.h +18 -28
- data/cpp/arduino/Godmode.cpp +62 -0
- data/cpp/arduino/Godmode.h +74 -0
- data/cpp/arduino/HardwareSerial.h +81 -0
- data/cpp/arduino/Print.h +67 -0
- data/cpp/arduino/Stream.h +210 -0
- data/cpp/arduino/WCharacter.h +96 -0
- data/cpp/arduino/WString.h +164 -0
- data/cpp/arduino/binary.h +518 -0
- data/cpp/arduino/include/README.md +3 -0
- data/cpp/arduino/include/common.h +333 -0
- data/cpp/arduino/include/fuse.h +274 -0
- data/cpp/arduino/include/io.h +643 -0
- data/cpp/arduino/include/io1200.h +274 -0
- data/cpp/arduino/include/io2313.h +385 -0
- data/cpp/arduino/include/io2323.h +210 -0
- data/cpp/arduino/include/io2333.h +461 -0
- data/cpp/arduino/include/io2343.h +214 -0
- data/cpp/arduino/include/io43u32x.h +440 -0
- data/cpp/arduino/include/io43u35x.h +432 -0
- data/cpp/arduino/include/io4414.h +500 -0
- data/cpp/arduino/include/io4433.h +489 -0
- data/cpp/arduino/include/io4434.h +588 -0
- data/cpp/arduino/include/io76c711.h +499 -0
- data/cpp/arduino/include/io8515.h +501 -0
- data/cpp/arduino/include/io8534.h +217 -0
- data/cpp/arduino/include/io8535.h +589 -0
- data/cpp/arduino/include/io86r401.h +309 -0
- data/cpp/arduino/include/io90pwm1.h +1157 -0
- data/cpp/arduino/include/io90pwm161.h +918 -0
- data/cpp/arduino/include/io90pwm216.h +1225 -0
- data/cpp/arduino/include/io90pwm2b.h +1466 -0
- data/cpp/arduino/include/io90pwm316.h +1272 -0
- data/cpp/arduino/include/io90pwm3b.h +1466 -0
- data/cpp/arduino/include/io90pwm81.h +1036 -0
- data/cpp/arduino/include/io90pwmx.h +1415 -0
- data/cpp/arduino/include/io90scr100.h +1719 -0
- data/cpp/arduino/include/ioa5272.h +803 -0
- data/cpp/arduino/include/ioa5505.h +803 -0
- data/cpp/arduino/include/ioa5702m322.h +2591 -0
- data/cpp/arduino/include/ioa5782.h +1843 -0
- data/cpp/arduino/include/ioa5790.h +907 -0
- data/cpp/arduino/include/ioa5790n.h +922 -0
- data/cpp/arduino/include/ioa5791.h +923 -0
- data/cpp/arduino/include/ioa5795.h +756 -0
- data/cpp/arduino/include/ioa5831.h +1949 -0
- data/cpp/arduino/include/ioa6285.h +740 -0
- data/cpp/arduino/include/ioa6286.h +740 -0
- data/cpp/arduino/include/ioa6289.h +847 -0
- data/cpp/arduino/include/ioa6612c.h +795 -0
- data/cpp/arduino/include/ioa6613c.h +795 -0
- data/cpp/arduino/include/ioa6614q.h +798 -0
- data/cpp/arduino/include/ioa6616c.h +865 -0
- data/cpp/arduino/include/ioa6617c.h +865 -0
- data/cpp/arduino/include/ioa664251.h +857 -0
- data/cpp/arduino/include/ioa8210.h +1843 -0
- data/cpp/arduino/include/ioa8510.h +1949 -0
- data/cpp/arduino/include/ioat94k.h +565 -0
- data/cpp/arduino/include/iocan128.h +100 -0
- data/cpp/arduino/include/iocan32.h +100 -0
- data/cpp/arduino/include/iocan64.h +100 -0
- data/cpp/arduino/include/iocanxx.h +2020 -0
- data/cpp/arduino/include/iom103.h +735 -0
- data/cpp/arduino/include/iom128.h +1299 -0
- data/cpp/arduino/include/iom1280.h +101 -0
- data/cpp/arduino/include/iom1281.h +101 -0
- data/cpp/arduino/include/iom1284.h +1099 -0
- data/cpp/arduino/include/iom1284p.h +1219 -0
- data/cpp/arduino/include/iom1284rfr2.h +2690 -0
- data/cpp/arduino/include/iom128a.h +1070 -0
- data/cpp/arduino/include/iom128rfa1.h +5385 -0
- data/cpp/arduino/include/iom128rfr2.h +2706 -0
- data/cpp/arduino/include/iom16.h +676 -0
- data/cpp/arduino/include/iom161.h +726 -0
- data/cpp/arduino/include/iom162.h +1022 -0
- data/cpp/arduino/include/iom163.h +686 -0
- data/cpp/arduino/include/iom164.h +101 -0
- data/cpp/arduino/include/iom164a.h +34 -0
- data/cpp/arduino/include/iom164p.h +34 -0
- data/cpp/arduino/include/iom164pa.h +1016 -0
- data/cpp/arduino/include/iom165.h +887 -0
- data/cpp/arduino/include/iom165a.h +832 -0
- data/cpp/arduino/include/iom165p.h +889 -0
- data/cpp/arduino/include/iom165pa.h +948 -0
- data/cpp/arduino/include/iom168.h +97 -0
- data/cpp/arduino/include/iom168a.h +35 -0
- data/cpp/arduino/include/iom168p.h +942 -0
- data/cpp/arduino/include/iom168pa.h +843 -0
- data/cpp/arduino/include/iom168pb.h +899 -0
- data/cpp/arduino/include/iom169.h +1174 -0
- data/cpp/arduino/include/iom169a.h +44 -0
- data/cpp/arduino/include/iom169p.h +1097 -0
- data/cpp/arduino/include/iom169pa.h +1485 -0
- data/cpp/arduino/include/iom16a.h +923 -0
- data/cpp/arduino/include/iom16hva.h +80 -0
- data/cpp/arduino/include/iom16hva2.h +883 -0
- data/cpp/arduino/include/iom16hvb.h +1052 -0
- data/cpp/arduino/include/iom16hvbrevb.h +1052 -0
- data/cpp/arduino/include/iom16m1.h +1571 -0
- data/cpp/arduino/include/iom16u2.h +1000 -0
- data/cpp/arduino/include/iom16u4.h +1423 -0
- data/cpp/arduino/include/iom2560.h +101 -0
- data/cpp/arduino/include/iom2561.h +101 -0
- data/cpp/arduino/include/iom2564rfr2.h +2691 -0
- data/cpp/arduino/include/iom256rfr2.h +2707 -0
- data/cpp/arduino/include/iom3000.h +237 -0
- data/cpp/arduino/include/iom32.h +755 -0
- data/cpp/arduino/include/iom323.h +744 -0
- data/cpp/arduino/include/iom324a.h +1014 -0
- data/cpp/arduino/include/iom324p.h +1016 -0
- data/cpp/arduino/include/iom324pa.h +1372 -0
- data/cpp/arduino/include/iom325.h +886 -0
- data/cpp/arduino/include/iom3250.h +982 -0
- data/cpp/arduino/include/iom3250a.h +34 -0
- data/cpp/arduino/include/iom3250p.h +34 -0
- data/cpp/arduino/include/iom3250pa.h +1042 -0
- data/cpp/arduino/include/iom325a.h +34 -0
- data/cpp/arduino/include/iom325p.h +34 -0
- data/cpp/arduino/include/iom325pa.h +937 -0
- data/cpp/arduino/include/iom328.h +34 -0
- data/cpp/arduino/include/iom328p.h +948 -0
- data/cpp/arduino/include/iom329.h +1069 -0
- data/cpp/arduino/include/iom3290.h +1227 -0
- data/cpp/arduino/include/iom3290a.h +34 -0
- data/cpp/arduino/include/iom3290pa.h +1123 -0
- data/cpp/arduino/include/iom329a.h +34 -0
- data/cpp/arduino/include/iom329p.h +1164 -0
- data/cpp/arduino/include/iom329pa.h +34 -0
- data/cpp/arduino/include/iom32a.h +686 -0
- data/cpp/arduino/include/iom32c1.h +1320 -0
- data/cpp/arduino/include/iom32hvb.h +1052 -0
- data/cpp/arduino/include/iom32hvbrevb.h +953 -0
- data/cpp/arduino/include/iom32m1.h +1625 -0
- data/cpp/arduino/include/iom32u2.h +1000 -0
- data/cpp/arduino/include/iom32u4.h +1512 -0
- data/cpp/arduino/include/iom32u6.h +1431 -0
- data/cpp/arduino/include/iom406.h +783 -0
- data/cpp/arduino/include/iom48.h +93 -0
- data/cpp/arduino/include/iom48a.h +35 -0
- data/cpp/arduino/include/iom48p.h +936 -0
- data/cpp/arduino/include/iom48pa.h +839 -0
- data/cpp/arduino/include/iom48pb.h +890 -0
- data/cpp/arduino/include/iom64.h +1311 -0
- data/cpp/arduino/include/iom640.h +101 -0
- data/cpp/arduino/include/iom644.h +101 -0
- data/cpp/arduino/include/iom644a.h +34 -0
- data/cpp/arduino/include/iom644p.h +101 -0
- data/cpp/arduino/include/iom644pa.h +1387 -0
- data/cpp/arduino/include/iom644rfr2.h +2685 -0
- data/cpp/arduino/include/iom645.h +881 -0
- data/cpp/arduino/include/iom6450.h +978 -0
- data/cpp/arduino/include/iom6450a.h +34 -0
- data/cpp/arduino/include/iom6450p.h +34 -0
- data/cpp/arduino/include/iom645a.h +34 -0
- data/cpp/arduino/include/iom645p.h +34 -0
- data/cpp/arduino/include/iom649.h +1061 -0
- data/cpp/arduino/include/iom6490.h +1182 -0
- data/cpp/arduino/include/iom6490a.h +34 -0
- data/cpp/arduino/include/iom6490p.h +34 -0
- data/cpp/arduino/include/iom649a.h +34 -0
- data/cpp/arduino/include/iom649p.h +1490 -0
- data/cpp/arduino/include/iom64a.h +1084 -0
- data/cpp/arduino/include/iom64c1.h +1321 -0
- data/cpp/arduino/include/iom64hve.h +1034 -0
- data/cpp/arduino/include/iom64hve2.h +767 -0
- data/cpp/arduino/include/iom64m1.h +1572 -0
- data/cpp/arduino/include/iom64rfr2.h +2701 -0
- data/cpp/arduino/include/iom8.h +665 -0
- data/cpp/arduino/include/iom8515.h +687 -0
- data/cpp/arduino/include/iom8535.h +772 -0
- data/cpp/arduino/include/iom88.h +97 -0
- data/cpp/arduino/include/iom88a.h +35 -0
- data/cpp/arduino/include/iom88p.h +941 -0
- data/cpp/arduino/include/iom88pa.h +1185 -0
- data/cpp/arduino/include/iom88pb.h +899 -0
- data/cpp/arduino/include/iom8a.h +621 -0
- data/cpp/arduino/include/iom8hva.h +76 -0
- data/cpp/arduino/include/iom8u2.h +997 -0
- data/cpp/arduino/include/iomx8.h +808 -0
- data/cpp/arduino/include/iomxx0_1.h +1692 -0
- data/cpp/arduino/include/iomxx4.h +954 -0
- data/cpp/arduino/include/iomxxhva.h +550 -0
- data/cpp/arduino/include/iotn10.h +512 -0
- data/cpp/arduino/include/iotn11.h +255 -0
- data/cpp/arduino/include/iotn12.h +288 -0
- data/cpp/arduino/include/iotn13.h +395 -0
- data/cpp/arduino/include/iotn13a.h +394 -0
- data/cpp/arduino/include/iotn15.h +363 -0
- data/cpp/arduino/include/iotn1634.h +914 -0
- data/cpp/arduino/include/iotn167.h +883 -0
- data/cpp/arduino/include/iotn20.h +776 -0
- data/cpp/arduino/include/iotn22.h +221 -0
- data/cpp/arduino/include/iotn2313.h +702 -0
- data/cpp/arduino/include/iotn2313a.h +812 -0
- data/cpp/arduino/include/iotn24.h +94 -0
- data/cpp/arduino/include/iotn24a.h +846 -0
- data/cpp/arduino/include/iotn25.h +93 -0
- data/cpp/arduino/include/iotn26.h +422 -0
- data/cpp/arduino/include/iotn261.h +93 -0
- data/cpp/arduino/include/iotn261a.h +987 -0
- data/cpp/arduino/include/iotn28.h +297 -0
- data/cpp/arduino/include/iotn4.h +477 -0
- data/cpp/arduino/include/iotn40.h +767 -0
- data/cpp/arduino/include/iotn4313.h +813 -0
- data/cpp/arduino/include/iotn43u.h +604 -0
- data/cpp/arduino/include/iotn44.h +94 -0
- data/cpp/arduino/include/iotn441.h +903 -0
- data/cpp/arduino/include/iotn44a.h +844 -0
- data/cpp/arduino/include/iotn45.h +93 -0
- data/cpp/arduino/include/iotn461.h +94 -0
- data/cpp/arduino/include/iotn461a.h +987 -0
- data/cpp/arduino/include/iotn48.h +806 -0
- data/cpp/arduino/include/iotn5.h +512 -0
- data/cpp/arduino/include/iotn828.h +911 -0
- data/cpp/arduino/include/iotn84.h +94 -0
- data/cpp/arduino/include/iotn841.h +903 -0
- data/cpp/arduino/include/iotn84a.h +844 -0
- data/cpp/arduino/include/iotn85.h +93 -0
- data/cpp/arduino/include/iotn861.h +94 -0
- data/cpp/arduino/include/iotn861a.h +988 -0
- data/cpp/arduino/include/iotn87.h +859 -0
- data/cpp/arduino/include/iotn88.h +806 -0
- data/cpp/arduino/include/iotn9.h +477 -0
- data/cpp/arduino/include/iotnx4.h +482 -0
- data/cpp/arduino/include/iotnx5.h +442 -0
- data/cpp/arduino/include/iotnx61.h +541 -0
- data/cpp/arduino/include/iousb1286.h +101 -0
- data/cpp/arduino/include/iousb1287.h +101 -0
- data/cpp/arduino/include/iousb162.h +101 -0
- data/cpp/arduino/include/iousb646.h +102 -0
- data/cpp/arduino/include/iousb647.h +102 -0
- data/cpp/arduino/include/iousb82.h +95 -0
- data/cpp/arduino/include/iousbxx2.h +807 -0
- data/cpp/arduino/include/iousbxx6_7.h +1336 -0
- data/cpp/arduino/include/iox128a1.h +7236 -0
- data/cpp/arduino/include/iox128a1u.h +8305 -0
- data/cpp/arduino/include/iox128a3.h +6987 -0
- data/cpp/arduino/include/iox128a3u.h +7697 -0
- data/cpp/arduino/include/iox128a4u.h +7309 -0
- data/cpp/arduino/include/iox128b1.h +6872 -0
- data/cpp/arduino/include/iox128b3.h +6288 -0
- data/cpp/arduino/include/iox128c3.h +6264 -0
- data/cpp/arduino/include/iox128d3.h +5749 -0
- data/cpp/arduino/include/iox128d4.h +5562 -0
- data/cpp/arduino/include/iox16a4.h +6748 -0
- data/cpp/arduino/include/iox16a4u.h +7309 -0
- data/cpp/arduino/include/iox16c4.h +6078 -0
- data/cpp/arduino/include/iox16d4.h +5717 -0
- data/cpp/arduino/include/iox16e5.h +7699 -0
- data/cpp/arduino/include/iox192a3.h +6987 -0
- data/cpp/arduino/include/iox192a3u.h +7697 -0
- data/cpp/arduino/include/iox192c3.h +6264 -0
- data/cpp/arduino/include/iox192d3.h +5749 -0
- data/cpp/arduino/include/iox256a3.h +6987 -0
- data/cpp/arduino/include/iox256a3b.h +6983 -0
- data/cpp/arduino/include/iox256a3bu.h +7706 -0
- data/cpp/arduino/include/iox256a3u.h +7697 -0
- data/cpp/arduino/include/iox256c3.h +6264 -0
- data/cpp/arduino/include/iox256d3.h +5709 -0
- data/cpp/arduino/include/iox32a4.h +6747 -0
- data/cpp/arduino/include/iox32a4u.h +7309 -0
- data/cpp/arduino/include/iox32c3.h +6264 -0
- data/cpp/arduino/include/iox32c4.h +6078 -0
- data/cpp/arduino/include/iox32d3.h +5105 -0
- data/cpp/arduino/include/iox32d4.h +5685 -0
- data/cpp/arduino/include/iox32e5.h +7699 -0
- data/cpp/arduino/include/iox384c3.h +6849 -0
- data/cpp/arduino/include/iox384d3.h +5833 -0
- data/cpp/arduino/include/iox64a1.h +7236 -0
- data/cpp/arduino/include/iox64a1u.h +8305 -0
- data/cpp/arduino/include/iox64a3.h +6987 -0
- data/cpp/arduino/include/iox64a3u.h +7697 -0
- data/cpp/arduino/include/iox64a4u.h +7309 -0
- data/cpp/arduino/include/iox64b1.h +6454 -0
- data/cpp/arduino/include/iox64b3.h +6288 -0
- data/cpp/arduino/include/iox64c3.h +6264 -0
- data/cpp/arduino/include/iox64d3.h +5764 -0
- data/cpp/arduino/include/iox64d4.h +5555 -0
- data/cpp/arduino/include/iox8e5.h +7699 -0
- data/cpp/arduino/include/lock.h +239 -0
- data/cpp/arduino/include/portpins.h +549 -0
- data/cpp/arduino/include/version.h +90 -0
- data/cpp/arduino/include/xmega.h +71 -0
- data/cpp/unittest/Assertion.h +9 -4
- data/cpp/unittest/Compare.h +93 -0
- data/lib/arduino_ci/arduino_installation.rb +1 -1
- data/lib/arduino_ci/cpp_library.rb +4 -1
- data/lib/arduino_ci/version.rb +1 -1
- data/misc/default.yaml +7 -0
- metadata +285 -2
@@ -0,0 +1,883 @@
|
|
1
|
+
/* Copyright (c) 2008-2010 Atmel Corporation
|
2
|
+
All rights reserved.
|
3
|
+
|
4
|
+
Redistribution and use in source and binary forms, with or without
|
5
|
+
modification, are permitted provided that the following conditions are met:
|
6
|
+
|
7
|
+
* Redistributions of source code must retain the above copyright
|
8
|
+
notice, this list of conditions and the following disclaimer.
|
9
|
+
|
10
|
+
* Redistributions in binary form must reproduce the above copyright
|
11
|
+
notice, this list of conditions and the following disclaimer in
|
12
|
+
the documentation and/or other materials provided with the
|
13
|
+
distribution.
|
14
|
+
|
15
|
+
* Neither the name of the copyright holders nor the names of
|
16
|
+
contributors may be used to endorse or promote products derived
|
17
|
+
from this software without specific prior written permission.
|
18
|
+
|
19
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
20
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
21
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
22
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
23
|
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
24
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
25
|
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
26
|
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
27
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
28
|
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
29
|
+
POSSIBILITY OF SUCH DAMAGE.
|
30
|
+
*/
|
31
|
+
|
32
|
+
/* $Id: iotn167.h 2253 2011-09-26 14:53:41Z arcanum $ */
|
33
|
+
|
34
|
+
/* avr/iotn167.h - definitions for ATtiny167. */
|
35
|
+
|
36
|
+
/* This file should only be included from <avr/io.h>, never directly. */
|
37
|
+
|
38
|
+
#ifndef _AVR_IO_H_
|
39
|
+
# error "Include <avr/io.h> instead of this file."
|
40
|
+
#endif
|
41
|
+
|
42
|
+
#ifndef _AVR_IOXXX_H_
|
43
|
+
# define _AVR_IOXXX_H_ "iotn167.h"
|
44
|
+
#else
|
45
|
+
# error "Attempt to include more than one <avr/ioXXX.h> file."
|
46
|
+
#endif
|
47
|
+
|
48
|
+
|
49
|
+
#ifndef _AVR_IOTN167_H_
|
50
|
+
#define _AVR_IOTN167_H_ 1
|
51
|
+
|
52
|
+
|
53
|
+
/* Registers and associated bit numbers */
|
54
|
+
|
55
|
+
#define PINA _SFR_IO8(0x00)
|
56
|
+
#define PINA0 0
|
57
|
+
#define PINA1 1
|
58
|
+
#define PINA2 2
|
59
|
+
#define PINA3 3
|
60
|
+
#define PINA4 4
|
61
|
+
#define PINA5 5
|
62
|
+
#define PINA6 6
|
63
|
+
#define PINA7 7
|
64
|
+
|
65
|
+
#define DDRA _SFR_IO8(0x01)
|
66
|
+
#define DDA0 0
|
67
|
+
#define DDA1 1
|
68
|
+
#define DDA2 2
|
69
|
+
#define DDA3 3
|
70
|
+
#define DDA4 4
|
71
|
+
#define DDA5 5
|
72
|
+
#define DDA6 6
|
73
|
+
#define DDA7 7
|
74
|
+
|
75
|
+
#define PORTA _SFR_IO8(0x02)
|
76
|
+
#define PORTA0 0
|
77
|
+
#define PORTA1 1
|
78
|
+
#define PORTA2 2
|
79
|
+
#define PORTA3 3
|
80
|
+
#define PORTA4 4
|
81
|
+
#define PORTA5 5
|
82
|
+
#define PORTA6 6
|
83
|
+
#define PORTA7 7
|
84
|
+
|
85
|
+
#define PINB _SFR_IO8(0x03)
|
86
|
+
#define PINB0 0
|
87
|
+
#define PINB1 1
|
88
|
+
#define PINB2 2
|
89
|
+
#define PINB3 3
|
90
|
+
#define PINB4 4
|
91
|
+
#define PINB5 5
|
92
|
+
#define PINB6 6
|
93
|
+
#define PINB7 7
|
94
|
+
|
95
|
+
#define DDRB _SFR_IO8(0x04)
|
96
|
+
#define DDB0 0
|
97
|
+
#define DDB1 1
|
98
|
+
#define DDB2 2
|
99
|
+
#define DDB3 3
|
100
|
+
#define DDB4 4
|
101
|
+
#define DDB5 5
|
102
|
+
#define DDB6 6
|
103
|
+
#define DDB7 7
|
104
|
+
|
105
|
+
#define PORTB _SFR_IO8(0x05)
|
106
|
+
#define PORTB0 0
|
107
|
+
#define PORTB1 1
|
108
|
+
#define PORTB2 2
|
109
|
+
#define PORTB3 3
|
110
|
+
#define PORTB4 4
|
111
|
+
#define PORTB5 5
|
112
|
+
#define PORTB6 6
|
113
|
+
#define PORTB7 7
|
114
|
+
|
115
|
+
#define PORTCR _SFR_IO8(0x12)
|
116
|
+
#define PUDA 0
|
117
|
+
#define PUDB 1
|
118
|
+
#define BBMA 4
|
119
|
+
#define BBMB 5
|
120
|
+
|
121
|
+
#define TIFR0 _SFR_IO8(0x15)
|
122
|
+
#define TOV0 0
|
123
|
+
#define OCF0A 1
|
124
|
+
|
125
|
+
#define TIFR1 _SFR_IO8(0x16)
|
126
|
+
#define TOV1 0
|
127
|
+
#define OCF1A 1
|
128
|
+
#define OCF1B 2
|
129
|
+
#define ICF1 5
|
130
|
+
|
131
|
+
#define PCIFR _SFR_IO8(0x1B)
|
132
|
+
#define PCIF0 0
|
133
|
+
#define PCIF1 1
|
134
|
+
|
135
|
+
#define EIFR _SFR_IO8(0x1C)
|
136
|
+
#define INTF0 0
|
137
|
+
#define INTF1 1
|
138
|
+
|
139
|
+
#define EIMSK _SFR_IO8(0x1D)
|
140
|
+
#define INT0 0
|
141
|
+
#define INT1 1
|
142
|
+
|
143
|
+
#define GPIOR0 _SFR_IO8(0x1E)
|
144
|
+
#define GPIOR00 0
|
145
|
+
#define GPIOR01 1
|
146
|
+
#define GPIOR02 2
|
147
|
+
#define GPIOR03 3
|
148
|
+
#define GPIOR04 4
|
149
|
+
#define GPIOR05 5
|
150
|
+
#define GPIOR06 6
|
151
|
+
#define GPIOR07 7
|
152
|
+
|
153
|
+
#define EECR _SFR_IO8(0x1F)
|
154
|
+
#define EERE 0
|
155
|
+
#define EEPE 1
|
156
|
+
#define EEMPE 2
|
157
|
+
#define EERIE 3
|
158
|
+
#define EEPM0 4
|
159
|
+
#define EEPM1 5
|
160
|
+
|
161
|
+
#define EEDR _SFR_IO8(0x20)
|
162
|
+
#define EEDR0 0
|
163
|
+
#define EEDR1 1
|
164
|
+
#define EEDR2 2
|
165
|
+
#define EEDR3 3
|
166
|
+
#define EEDR4 4
|
167
|
+
#define EEDR5 5
|
168
|
+
#define EEDR6 6
|
169
|
+
#define EEDR7 7
|
170
|
+
|
171
|
+
#define EEAR _SFR_IO16(0x21)
|
172
|
+
|
173
|
+
#define EEARL _SFR_IO8(0x21)
|
174
|
+
#define EEAR0 0
|
175
|
+
#define EEAR1 1
|
176
|
+
#define EEAR2 2
|
177
|
+
#define EEAR3 3
|
178
|
+
#define EEAR4 4
|
179
|
+
#define EEAR5 5
|
180
|
+
#define EEAR6 6
|
181
|
+
#define EEAR7 7
|
182
|
+
|
183
|
+
#define EEARH _SFR_IO8(0x22)
|
184
|
+
#define EEAR8 0
|
185
|
+
|
186
|
+
#define GTCCR _SFR_IO8(0x23)
|
187
|
+
#define PSR1 0
|
188
|
+
#define PSR0 1
|
189
|
+
#define TSM 7
|
190
|
+
|
191
|
+
#define TCCR0A _SFR_IO8(0x25)
|
192
|
+
#define WGM00 0
|
193
|
+
#define WGM01 1
|
194
|
+
#define COM0A0 6
|
195
|
+
#define COM0A1 7
|
196
|
+
|
197
|
+
#define TCCR0B _SFR_IO8(0x26)
|
198
|
+
#define CS00 0
|
199
|
+
#define CS01 1
|
200
|
+
#define CS02 2
|
201
|
+
#define FOC0A 7
|
202
|
+
|
203
|
+
#define TCNT0 _SFR_IO8(0x27)
|
204
|
+
#define TCNT00 0
|
205
|
+
#define TCNT01 1
|
206
|
+
#define TCNT02 2
|
207
|
+
#define TCNT03 3
|
208
|
+
#define TCNT04 4
|
209
|
+
#define TCNT05 5
|
210
|
+
#define TCNT06 6
|
211
|
+
#define TCNT07 7
|
212
|
+
|
213
|
+
#define OCR0A _SFR_IO8(0x28)
|
214
|
+
#define OCR00 0
|
215
|
+
#define OCR01 1
|
216
|
+
#define OCR02 2
|
217
|
+
#define OCR03 3
|
218
|
+
#define OCR04 4
|
219
|
+
#define OCR05 5
|
220
|
+
#define OCR06 6
|
221
|
+
#define OCR07 7
|
222
|
+
|
223
|
+
#define GPIOR1 _SFR_IO8(0x2A)
|
224
|
+
#define GPIOR10 0
|
225
|
+
#define GPIOR11 1
|
226
|
+
#define GPIOR12 2
|
227
|
+
#define GPIOR13 3
|
228
|
+
#define GPIOR14 4
|
229
|
+
#define GPIOR15 5
|
230
|
+
#define GPIOR16 6
|
231
|
+
#define GPIOR17 7
|
232
|
+
|
233
|
+
#define GPIOR2 _SFR_IO8(0x2B)
|
234
|
+
#define GPIOR20 0
|
235
|
+
#define GPIOR21 1
|
236
|
+
#define GPIOR22 2
|
237
|
+
#define GPIOR23 3
|
238
|
+
#define GPIOR24 4
|
239
|
+
#define GPIOR25 5
|
240
|
+
#define GPIOR26 6
|
241
|
+
#define GPIOR27 7
|
242
|
+
|
243
|
+
#define SPCR _SFR_IO8(0x2C)
|
244
|
+
#define SPR0 0
|
245
|
+
#define SPR1 1
|
246
|
+
#define CPHA 2
|
247
|
+
#define CPOL 3
|
248
|
+
#define MSTR 4
|
249
|
+
#define DORD 5
|
250
|
+
#define SPE 6
|
251
|
+
#define SPIE 7
|
252
|
+
|
253
|
+
#define SPSR _SFR_IO8(0x2D)
|
254
|
+
#define SPI2X 0
|
255
|
+
#define WCOL 6
|
256
|
+
#define SPIF 7
|
257
|
+
|
258
|
+
#define SPDR _SFR_IO8(0x2E)
|
259
|
+
#define SPDR0 0
|
260
|
+
#define SPDR1 1
|
261
|
+
#define SPDR2 2
|
262
|
+
#define SPDR3 3
|
263
|
+
#define SPDR4 4
|
264
|
+
#define SPDR5 5
|
265
|
+
#define SPDR6 6
|
266
|
+
#define SPDR7 7
|
267
|
+
|
268
|
+
#define ACSR _SFR_IO8(0x30)
|
269
|
+
#define ACIS0 0
|
270
|
+
#define ACIS1 1
|
271
|
+
#define ACIC 2
|
272
|
+
#define ACIE 3
|
273
|
+
#define ACI 4
|
274
|
+
#define ACO 5
|
275
|
+
#define ACIRS 6
|
276
|
+
#define ACD 7
|
277
|
+
|
278
|
+
#define DWDR _SFR_IO8(0x31)
|
279
|
+
#define DWDR0 0
|
280
|
+
#define DWDR1 1
|
281
|
+
#define DWDR2 2
|
282
|
+
#define DWDR3 3
|
283
|
+
#define DWDR4 4
|
284
|
+
#define DWDR5 5
|
285
|
+
#define DWDR6 6
|
286
|
+
#define DWDR7 7
|
287
|
+
|
288
|
+
#define SMCR _SFR_IO8(0x33)
|
289
|
+
#define SE 0
|
290
|
+
#define SM0 1
|
291
|
+
#define SM1 2
|
292
|
+
|
293
|
+
#define MCUSR _SFR_IO8(0x34)
|
294
|
+
#define PORF 0
|
295
|
+
#define EXTRF 1
|
296
|
+
#define BORF 2
|
297
|
+
#define WDRF 3
|
298
|
+
|
299
|
+
#define MCUCR _SFR_IO8(0x35)
|
300
|
+
#define PUD 4
|
301
|
+
#define BODSE 5
|
302
|
+
#define BODS 6
|
303
|
+
|
304
|
+
#define SPMCSR _SFR_IO8(0x37)
|
305
|
+
#define SPMEN 0
|
306
|
+
#define PGERS 1
|
307
|
+
#define PGWRT 2
|
308
|
+
#define RFLB 3
|
309
|
+
#define CTPB 4
|
310
|
+
#define SIGRD 5
|
311
|
+
#define RWWSB 6
|
312
|
+
|
313
|
+
#define WDTCR _SFR_MEM8(0x60)
|
314
|
+
#define WDP0 0
|
315
|
+
#define WDP1 1
|
316
|
+
#define WDP2 2
|
317
|
+
#define WDE 3
|
318
|
+
#define WDCE 4
|
319
|
+
#define WDP3 5
|
320
|
+
#define WDIE 6
|
321
|
+
#define WDIF 7
|
322
|
+
|
323
|
+
#define CLKPR _SFR_MEM8(0x61)
|
324
|
+
#define CLKPS0 0
|
325
|
+
#define CLKPS1 1
|
326
|
+
#define CLKPS2 2
|
327
|
+
#define CLKPS3 3
|
328
|
+
#define CLKPCE 7
|
329
|
+
|
330
|
+
#define CLKCSR _SFR_MEM8(0x62)
|
331
|
+
#define CLKC0 0
|
332
|
+
#define CLKC1 1
|
333
|
+
#define CLKC2 2
|
334
|
+
#define CLKC3 3
|
335
|
+
#define CLKRDY 4
|
336
|
+
#define CLKCCE 7
|
337
|
+
|
338
|
+
#define CLKSELR _SFR_MEM8(0x63)
|
339
|
+
#define CSEL0 0
|
340
|
+
#define CSEL1 1
|
341
|
+
#define CSEL2 2
|
342
|
+
#define CSEL3 3
|
343
|
+
#define CSUT0 4
|
344
|
+
#define CSUT1 5
|
345
|
+
#define COUT 6
|
346
|
+
|
347
|
+
#define PRR _SFR_MEM8(0x64)
|
348
|
+
#define PRADC 0
|
349
|
+
#define PRUSI 1
|
350
|
+
#define PRTIM0 2
|
351
|
+
#define PRTIM1 3
|
352
|
+
#define PRSPI 4
|
353
|
+
#define PRLIN 5
|
354
|
+
|
355
|
+
#define __AVR_HAVE_PRR ((1<<PRADC)|(1<<PRUSI)|(1<<PRTIM0)|(1<<PRTIM1)|(1<<PRSPI)|(1<<PRLIN))
|
356
|
+
#define __AVR_HAVE_PRR_PRADC
|
357
|
+
#define __AVR_HAVE_PRR_PRUSI
|
358
|
+
#define __AVR_HAVE_PRR_PRTIM0
|
359
|
+
#define __AVR_HAVE_PRR_PRTIM1
|
360
|
+
#define __AVR_HAVE_PRR_PRSPI
|
361
|
+
#define __AVR_HAVE_PRR_PRLIN
|
362
|
+
|
363
|
+
#define OSCCAL _SFR_MEM8(0x66)
|
364
|
+
#define CAL0 0
|
365
|
+
#define CAL1 1
|
366
|
+
#define CAL2 2
|
367
|
+
#define CAL3 3
|
368
|
+
#define CAL4 4
|
369
|
+
#define CAL5 5
|
370
|
+
#define CAL6 6
|
371
|
+
#define CAL7 7
|
372
|
+
|
373
|
+
#define PCICR _SFR_MEM8(0x68)
|
374
|
+
#define PCIE0 0
|
375
|
+
#define PCIE1 1
|
376
|
+
|
377
|
+
#define EICRA _SFR_MEM8(0x69)
|
378
|
+
#define ISC00 0
|
379
|
+
#define ISC01 1
|
380
|
+
#define ISC10 2
|
381
|
+
#define ISC11 3
|
382
|
+
|
383
|
+
#define PCMSK0 _SFR_MEM8(0x6B)
|
384
|
+
#define PCINT0 0
|
385
|
+
#define PCINT1 1
|
386
|
+
#define PCINT2 2
|
387
|
+
#define PCINT3 3
|
388
|
+
#define PCINT4 4
|
389
|
+
#define PCINT5 5
|
390
|
+
#define PCINT6 6
|
391
|
+
#define PCINT7 7
|
392
|
+
|
393
|
+
#define PCMSK1 _SFR_MEM8(0x6C)
|
394
|
+
#define PCINT8 0
|
395
|
+
#define PCINT9 1
|
396
|
+
#define PCINT10 2
|
397
|
+
#define PCINT11 3
|
398
|
+
#define PCINT12 4
|
399
|
+
#define PCINT13 5
|
400
|
+
#define PCINT14 6
|
401
|
+
#define PCINT15 7
|
402
|
+
|
403
|
+
#define TIMSK0 _SFR_MEM8(0x6E)
|
404
|
+
#define TOIE0 0
|
405
|
+
#define OCIE0A 1
|
406
|
+
|
407
|
+
#define TIMSK1 _SFR_MEM8(0x6F)
|
408
|
+
#define TOIE1 0
|
409
|
+
#define OCIE1A 1
|
410
|
+
#define OCIE1B 2
|
411
|
+
#define ICIE1 5
|
412
|
+
|
413
|
+
#define AMISCR _SFR_MEM8(0x77)
|
414
|
+
#define ISRCEN 0
|
415
|
+
#define XREFEN 1
|
416
|
+
#define AREFEN 2
|
417
|
+
|
418
|
+
#ifndef __ASSEMBLER__
|
419
|
+
#define ADC _SFR_MEM16(0x78)
|
420
|
+
#endif
|
421
|
+
#define ADCW _SFR_MEM16(0x78)
|
422
|
+
|
423
|
+
#define ADCL _SFR_MEM8(0x78)
|
424
|
+
#define ADCL0 0
|
425
|
+
#define ADCL1 1
|
426
|
+
#define ADCL2 2
|
427
|
+
#define ADCL3 3
|
428
|
+
#define ADCL4 4
|
429
|
+
#define ADCL5 5
|
430
|
+
#define ADCL6 6
|
431
|
+
#define ADCL7 7
|
432
|
+
|
433
|
+
#define ADCH _SFR_MEM8(0x79)
|
434
|
+
#define ADCH0 0
|
435
|
+
#define ADCH1 1
|
436
|
+
#define ADCH2 2
|
437
|
+
#define ADCH3 3
|
438
|
+
#define ADCH4 4
|
439
|
+
#define ADCH5 5
|
440
|
+
#define ADCH6 6
|
441
|
+
#define ADCH7 7
|
442
|
+
|
443
|
+
#define ADCSRA _SFR_MEM8(0x7A)
|
444
|
+
#define ADPS0 0
|
445
|
+
#define ADPS1 1
|
446
|
+
#define ADPS2 2
|
447
|
+
#define ADIE 3
|
448
|
+
#define ADIF 4
|
449
|
+
#define ADATE 5
|
450
|
+
#define ADSC 6
|
451
|
+
#define ADEN 7
|
452
|
+
|
453
|
+
#define ADCSRB _SFR_MEM8(0x7B)
|
454
|
+
#define ADTS0 0
|
455
|
+
#define ADTS1 1
|
456
|
+
#define ADTS2 2
|
457
|
+
#define ACIR0 4
|
458
|
+
#define ACIR1 5
|
459
|
+
#define ACME 6
|
460
|
+
#define BIN 7
|
461
|
+
|
462
|
+
#define ADMUX _SFR_MEM8(0x7C)
|
463
|
+
#define MUX0 0
|
464
|
+
#define MUX1 1
|
465
|
+
#define MUX2 2
|
466
|
+
#define MUX3 3
|
467
|
+
#define MUX4 4
|
468
|
+
#define ADLAR 5
|
469
|
+
#define REFS0 6
|
470
|
+
#define REFS1 7
|
471
|
+
|
472
|
+
#define DIDR0 _SFR_MEM8(0x7E)
|
473
|
+
#define ADC0D 0
|
474
|
+
#define ADC1D 1
|
475
|
+
#define ADC2D 2
|
476
|
+
#define ADC3D 3
|
477
|
+
#define ADC4D 4
|
478
|
+
#define ADC5D 5
|
479
|
+
#define ADC6D 6
|
480
|
+
#define ADC7D 7
|
481
|
+
|
482
|
+
#define DIDR1 _SFR_MEM8(0x7F)
|
483
|
+
#define ADC8D 4
|
484
|
+
#define ADC9D 5
|
485
|
+
#define ADC10D 6
|
486
|
+
|
487
|
+
#define TCCR1A _SFR_MEM8(0x80)
|
488
|
+
#define WGM10 0
|
489
|
+
#define WGM11 1
|
490
|
+
#define COM1B0 4
|
491
|
+
#define COM1B1 5
|
492
|
+
#define COM1A0 6
|
493
|
+
#define COM1A1 7
|
494
|
+
|
495
|
+
#define TCCR1B _SFR_MEM8(0x81)
|
496
|
+
#define CS10 0
|
497
|
+
#define CS11 1
|
498
|
+
#define CS12 2
|
499
|
+
#define WGM12 3
|
500
|
+
#define WGM13 4
|
501
|
+
#define ICES1 6
|
502
|
+
#define ICNC1 7
|
503
|
+
|
504
|
+
#define TCCR1C _SFR_MEM8(0x82)
|
505
|
+
#define FOC1B 6
|
506
|
+
#define FOC1A 7
|
507
|
+
|
508
|
+
#define TCCR1D _SFR_MEM8(0x83)
|
509
|
+
#define OC1AU 0
|
510
|
+
#define OC1AV 1
|
511
|
+
#define OC1AW 2
|
512
|
+
#define OC1AX 3
|
513
|
+
#define OC1BU 4
|
514
|
+
#define OC1BV 5
|
515
|
+
#define OC1BW 6
|
516
|
+
#define OC1BX 7
|
517
|
+
|
518
|
+
#define TCNT1 _SFR_MEM16(0x84)
|
519
|
+
|
520
|
+
#define TCNT1L _SFR_MEM8(0x84)
|
521
|
+
#define TCNT1L0 0
|
522
|
+
#define TCNT1L1 1
|
523
|
+
#define TCNT1L2 2
|
524
|
+
#define TCNT1L3 3
|
525
|
+
#define TCNT1L4 4
|
526
|
+
#define TCNT1L5 5
|
527
|
+
#define TCNT1L6 6
|
528
|
+
#define TCNT1L7 7
|
529
|
+
|
530
|
+
#define TCNT1H _SFR_MEM8(0x85)
|
531
|
+
#define TCNT1H0 0
|
532
|
+
#define TCNT1H1 1
|
533
|
+
#define TCNT1H2 2
|
534
|
+
#define TCNT1H3 3
|
535
|
+
#define TCNT1H4 4
|
536
|
+
#define TCNT1H5 5
|
537
|
+
#define TCNT1H6 6
|
538
|
+
#define TCNT1H7 7
|
539
|
+
|
540
|
+
#define ICR1 _SFR_MEM16(0x86)
|
541
|
+
|
542
|
+
#define ICR1L _SFR_MEM8(0x86)
|
543
|
+
#define ICR1L0 0
|
544
|
+
#define ICR1L1 1
|
545
|
+
#define ICR1L2 2
|
546
|
+
#define ICR1L3 3
|
547
|
+
#define ICR1L4 4
|
548
|
+
#define ICR1L5 5
|
549
|
+
#define ICR1L6 6
|
550
|
+
#define ICR1L7 7
|
551
|
+
|
552
|
+
#define ICR1H _SFR_MEM8(0x87)
|
553
|
+
#define ICR1H0 0
|
554
|
+
#define ICR1H1 1
|
555
|
+
#define ICR1H2 2
|
556
|
+
#define ICR1H3 3
|
557
|
+
#define ICR1H4 4
|
558
|
+
#define ICR1H5 5
|
559
|
+
#define ICR1H6 6
|
560
|
+
#define ICR1H7 7
|
561
|
+
|
562
|
+
#define OCR1A _SFR_MEM16(0x88)
|
563
|
+
|
564
|
+
#define OCR1AL _SFR_MEM8(0x88)
|
565
|
+
#define OCR1AL0 0
|
566
|
+
#define OCR1AL1 1
|
567
|
+
#define OCR1AL2 2
|
568
|
+
#define OCR1AL3 3
|
569
|
+
#define OCR1AL4 4
|
570
|
+
#define OCR1AL5 5
|
571
|
+
#define OCR1AL6 6
|
572
|
+
#define OCR1AL7 7
|
573
|
+
|
574
|
+
#define OCR1AH _SFR_MEM8(0x89)
|
575
|
+
#define OCR1AH0 0
|
576
|
+
#define OCR1AH1 1
|
577
|
+
#define OCR1AH2 2
|
578
|
+
#define OCR1AH3 3
|
579
|
+
#define OCR1AH4 4
|
580
|
+
#define OCR1AH5 5
|
581
|
+
#define OCR1AH6 6
|
582
|
+
#define OCR1AH7 7
|
583
|
+
|
584
|
+
#define OCR1B _SFR_MEM16(0x8A)
|
585
|
+
|
586
|
+
#define OCR1BL _SFR_MEM8(0x8A)
|
587
|
+
#define OCR1AL0 0
|
588
|
+
#define OCR1AL1 1
|
589
|
+
#define OCR1AL2 2
|
590
|
+
#define OCR1AL3 3
|
591
|
+
#define OCR1AL4 4
|
592
|
+
#define OCR1AL5 5
|
593
|
+
#define OCR1AL6 6
|
594
|
+
#define OCR1AL7 7
|
595
|
+
|
596
|
+
#define OCR1BH _SFR_MEM8(0x8B)
|
597
|
+
#define OCR1AH0 0
|
598
|
+
#define OCR1AH1 1
|
599
|
+
#define OCR1AH2 2
|
600
|
+
#define OCR1AH3 3
|
601
|
+
#define OCR1AH4 4
|
602
|
+
#define OCR1AH5 5
|
603
|
+
#define OCR1AH6 6
|
604
|
+
#define OCR1AH7 7
|
605
|
+
|
606
|
+
#define ASSR _SFR_MEM8(0xB6)
|
607
|
+
#define TCR0BUB 0
|
608
|
+
#define TCR0AUB 1
|
609
|
+
#define OCR0AUB 3
|
610
|
+
#define TCN0UB 4
|
611
|
+
#define AS0 5
|
612
|
+
#define EXCLK 6
|
613
|
+
|
614
|
+
#define USICR _SFR_MEM8(0xB8)
|
615
|
+
#define USITC 0
|
616
|
+
#define USICLK 1
|
617
|
+
#define USICS0 2
|
618
|
+
#define USICS1 3
|
619
|
+
#define USIWM0 4
|
620
|
+
#define USIWM1 5
|
621
|
+
#define USIOIE 6
|
622
|
+
#define USISIE 7
|
623
|
+
|
624
|
+
#define USISR _SFR_MEM8(0xB9)
|
625
|
+
#define USICNT0 0
|
626
|
+
#define USICNT1 1
|
627
|
+
#define USICNT2 2
|
628
|
+
#define USICNT3 3
|
629
|
+
#define USIDC 4
|
630
|
+
#define USIPF 5
|
631
|
+
#define USIOIF 6
|
632
|
+
#define USISIF 7
|
633
|
+
|
634
|
+
#define USIDR _SFR_MEM8(0xBA)
|
635
|
+
#define USIDR0 0
|
636
|
+
#define USIDR1 1
|
637
|
+
#define USIDR2 2
|
638
|
+
#define USIDR3 3
|
639
|
+
#define USIDR4 4
|
640
|
+
#define USIDR5 5
|
641
|
+
#define USIDR6 6
|
642
|
+
#define USIDR7 7
|
643
|
+
|
644
|
+
#define USIBR _SFR_MEM8(0xBB)
|
645
|
+
#define USIBR0 0
|
646
|
+
#define USIBR1 1
|
647
|
+
#define USIBR2 2
|
648
|
+
#define USIBR3 3
|
649
|
+
#define USIBR4 4
|
650
|
+
#define USIBR5 5
|
651
|
+
#define USIBR6 6
|
652
|
+
#define USIBR7 7
|
653
|
+
|
654
|
+
#define USIPP _SFR_MEM8(0xBC)
|
655
|
+
#define USIPOS 0
|
656
|
+
|
657
|
+
#define LINCR _SFR_MEM8(0xC8)
|
658
|
+
#define LCMD0 0
|
659
|
+
#define LCMD1 1
|
660
|
+
#define LCMD2 2
|
661
|
+
#define LENA 3
|
662
|
+
#define LCONF0 4
|
663
|
+
#define LCONF1 5
|
664
|
+
#define LIN13 6
|
665
|
+
#define LSWRES 7
|
666
|
+
|
667
|
+
#define LINSIR _SFR_MEM8(0xC9)
|
668
|
+
#define LRXOK 0
|
669
|
+
#define LTXOK 1
|
670
|
+
#define LIDOK 2
|
671
|
+
#define LERR 3
|
672
|
+
#define LBUSY 4
|
673
|
+
#define LIDST0 5
|
674
|
+
#define LIDST1 6
|
675
|
+
#define LIDST2 7
|
676
|
+
|
677
|
+
#define LINENIR _SFR_MEM8(0xCA)
|
678
|
+
#define LENRXOK 0
|
679
|
+
#define LENTXOK 1
|
680
|
+
#define LENIDOK 2
|
681
|
+
#define LENERR 3
|
682
|
+
|
683
|
+
#define LINERR _SFR_MEM8(0xCB)
|
684
|
+
#define LBERR 0
|
685
|
+
#define LCERR 1
|
686
|
+
#define LPERR 2
|
687
|
+
#define LSERR 3
|
688
|
+
#define LFERR 4
|
689
|
+
#define LOVERR 5
|
690
|
+
#define LTOERR 6
|
691
|
+
#define LABORT 7
|
692
|
+
|
693
|
+
#define LINBTR _SFR_MEM8(0xCC)
|
694
|
+
#define LBT0 0
|
695
|
+
#define LBT1 1
|
696
|
+
#define LBT2 2
|
697
|
+
#define LBT3 3
|
698
|
+
#define LBT4 4
|
699
|
+
#define LBT5 5
|
700
|
+
#define LDISR 7
|
701
|
+
|
702
|
+
#define LINBRR _SFR_MEM16(0xCD)
|
703
|
+
|
704
|
+
#define LINBRRL _SFR_MEM8(0xCD)
|
705
|
+
#define LDIV0 0
|
706
|
+
#define LDIV1 1
|
707
|
+
#define LDIV2 2
|
708
|
+
#define LDIV3 3
|
709
|
+
#define LDIV4 4
|
710
|
+
#define LDIV5 5
|
711
|
+
#define LDIV6 6
|
712
|
+
#define LDIV7 7
|
713
|
+
|
714
|
+
#define LINBRRH _SFR_MEM8(0xCE)
|
715
|
+
#define LDIV8 0
|
716
|
+
#define LDIV9 1
|
717
|
+
#define LDIV10 2
|
718
|
+
#define LDIV11 3
|
719
|
+
|
720
|
+
#define LINDLR _SFR_MEM8(0xCF)
|
721
|
+
#define LRXDL0 0
|
722
|
+
#define LRXDL1 1
|
723
|
+
#define LRXDL2 2
|
724
|
+
#define LRXDL3 3
|
725
|
+
#define LTXDL0 4
|
726
|
+
#define LTXDL1 5
|
727
|
+
#define LTXDL2 6
|
728
|
+
#define LTXDL3 7
|
729
|
+
|
730
|
+
#define LINIDR _SFR_MEM8(0xD0)
|
731
|
+
#define LID0 0
|
732
|
+
#define LID1 1
|
733
|
+
#define LID2 2
|
734
|
+
#define LID3 3
|
735
|
+
#define LID4 4
|
736
|
+
#define LID5 5
|
737
|
+
#define LP0 6
|
738
|
+
#define LP1 7
|
739
|
+
|
740
|
+
#define LINSEL _SFR_MEM8(0xD1)
|
741
|
+
#define LINDX0 0
|
742
|
+
#define LINDX1 1
|
743
|
+
#define LINDX2 2
|
744
|
+
#define LAINC 3
|
745
|
+
|
746
|
+
#define LINDAT _SFR_MEM8(0xD2)
|
747
|
+
#define LDATA0 0
|
748
|
+
#define LDATA1 1
|
749
|
+
#define LDATA2 2
|
750
|
+
#define LDATA3 3
|
751
|
+
#define LDATA4 4
|
752
|
+
#define LDATA5 5
|
753
|
+
#define LDATA6 6
|
754
|
+
#define LDATA7 7
|
755
|
+
|
756
|
+
|
757
|
+
|
758
|
+
/* Interrupt Vectors */
|
759
|
+
/* Interrupt Vector 0 is the reset vector. */
|
760
|
+
#define INT0_vect_num 1
|
761
|
+
#define INT0_vect _VECTOR(1) /* External Interrupt Request 0 */
|
762
|
+
|
763
|
+
#define INT1_vect_num 2
|
764
|
+
#define INT1_vect _VECTOR(2) /* External Interrupt Request 1 */
|
765
|
+
|
766
|
+
#define PCINT0_vect_num 3
|
767
|
+
#define PCINT0_vect _VECTOR(3) /* Pin Change Interrupt Request 0 */
|
768
|
+
|
769
|
+
#define PCINT1_vect_num 4
|
770
|
+
#define PCINT1_vect _VECTOR(4) /* Pin Change Interrupt Request 1 */
|
771
|
+
|
772
|
+
#define WDT_vect_num 5
|
773
|
+
#define WDT_vect _VECTOR(5) /* Watchdog Time-Out Interrupt */
|
774
|
+
|
775
|
+
#define TIMER1_CAPT_vect_num 6
|
776
|
+
#define TIMER1_CAPT_vect _VECTOR(6) /* Timer/Counter1 Capture Event */
|
777
|
+
|
778
|
+
#define TIMER1_COMPA_vect_num 7
|
779
|
+
#define TIMER1_COMPA_vect _VECTOR(7) /* Timer/Counter1 Compare Match 1A */
|
780
|
+
|
781
|
+
#define TIMER1_COMPB_vect_num 8
|
782
|
+
#define TIMER1_COMPB_vect _VECTOR(8) /* Timer/Counter1 Compare Match 1B */
|
783
|
+
|
784
|
+
#define TIMER1_OVF_vect_num 9
|
785
|
+
#define TIMER1_OVF_vect _VECTOR(9) /* Timer/Counter1 Overflow */
|
786
|
+
|
787
|
+
#define TIMER0_COMPA_vect_num 10
|
788
|
+
#define TIMER0_COMPA_vect _VECTOR(10) /* Timer/Counter0 Compare Match 0A */
|
789
|
+
|
790
|
+
#define TIMER0_OVF_vect_num 11
|
791
|
+
#define TIMER0_OVF_vect _VECTOR(11) /* Timer/Counter0 Overflow */
|
792
|
+
|
793
|
+
#define LIN_TC_vect_num 12
|
794
|
+
#define LIN_TC_vect _VECTOR(12) /* LIN Transfer Complete */
|
795
|
+
|
796
|
+
#define LIN_ERR_vect_num 13
|
797
|
+
#define LIN_ERR_vect _VECTOR(13) /* LIN Error */
|
798
|
+
|
799
|
+
#define SPI_STC_vect_num 14
|
800
|
+
#define SPI_STC_vect _VECTOR(14) /* SPI Serial Transfer Complete */
|
801
|
+
|
802
|
+
#define ADC_vect_num 15
|
803
|
+
#define ADC_vect _VECTOR(15) /* ADC Conversion Complete */
|
804
|
+
|
805
|
+
#define EE_RDY_vect_num 16
|
806
|
+
#define EE_RDY_vect _VECTOR(16) /* EEPROM Ready */
|
807
|
+
|
808
|
+
#define ANA_COMP_vect_num 17
|
809
|
+
#define ANA_COMP_vect _VECTOR(17) /* Analog Comparator */
|
810
|
+
|
811
|
+
#define USI_START_vect_num 18
|
812
|
+
#define USI_START_vect _VECTOR(18) /* USI Start */
|
813
|
+
|
814
|
+
#define USI_OVF_vect_num 19
|
815
|
+
#define USI_OVF_vect _VECTOR(19) /* USI Overflow */
|
816
|
+
|
817
|
+
#define _VECTORS_SIZE (20 * 4)
|
818
|
+
|
819
|
+
|
820
|
+
|
821
|
+
/* Constants */
|
822
|
+
#define SPM_PAGESIZE (128)
|
823
|
+
#define RAMSTART (0x100)
|
824
|
+
#define RAMSIZE (0x200)
|
825
|
+
#define RAMEND (RAMSTART + RAMSIZE - 1) /* Last On-Chip SRAM Location */
|
826
|
+
#define XRAMSIZE (0)
|
827
|
+
#define XRAMEND RAMEND
|
828
|
+
#define E2END (0x1FF)
|
829
|
+
#define E2PAGESIZE (4)
|
830
|
+
#define FLASHEND (0x3FFF)
|
831
|
+
|
832
|
+
|
833
|
+
|
834
|
+
/* Fuses */
|
835
|
+
#define FUSE_MEMORY_SIZE 3
|
836
|
+
|
837
|
+
/* Low Fuse Byte */
|
838
|
+
#define FUSE_CKSEL0 (unsigned char)~_BV(0) /* Select Clock source */
|
839
|
+
#define FUSE_CKSEL1 (unsigned char)~_BV(1) /* Select Clock source */
|
840
|
+
#define FUSE_CKSEL2 (unsigned char)~_BV(2) /* Select Clock source */
|
841
|
+
#define FUSE_CKSEL3 (unsigned char)~_BV(3) /* Select Clock source */
|
842
|
+
#define FUSE_SUT0 (unsigned char)~_BV(4) /* Select start-up time */
|
843
|
+
#define FUSE_SUT1 (unsigned char)~_BV(5) /* Select start-up time */
|
844
|
+
#define FUSE_CKOUT (unsigned char)~_BV(6) /* Clock Output Enable */
|
845
|
+
#define FUSE_CKDIV8 (unsigned char)~_BV(7) /* Divide clock by 8 */
|
846
|
+
#define LFUSE_DEFAULT (FUSE_CKSEL0 & FUSE_CKSEL2 & FUSE_CKSEL3 & FUSE_SUT0 & FUSE_CKDIV8)
|
847
|
+
|
848
|
+
/* High Fuse Byte */
|
849
|
+
#define FUSE_BODLEVEL0 (unsigned char)~_BV(0) /* Brown-out Detector trigger level */
|
850
|
+
#define FUSE_BODLEVEL1 (unsigned char)~_BV(1) /* Brown-out Detector trigger level */
|
851
|
+
#define FUSE_BODLEVEL2 (unsigned char)~_BV(2) /* Brown-out Detector trigger level */
|
852
|
+
#define FUSE_EESAVE (unsigned char)~_BV(3) /* EEPROM memory is preserved through the Chip Erase */
|
853
|
+
#define FUSE_WDTON (unsigned char)~_BV(4) /* Watchdog Timer always ON */
|
854
|
+
#define FUSE_SPIEN (unsigned char)~_BV(5) /* Enable Serial Program and Data Downloading */
|
855
|
+
#define FUSE_DWEN (unsigned char)~_BV(6) /* DebugWIRE Enable */
|
856
|
+
#define FUSE_RSTDISBL (unsigned char)~_BV(7) /* External Reset disable */
|
857
|
+
#define HFUSE_DEFAULT (FUSE_SPIEN)
|
858
|
+
|
859
|
+
/* Extended Fuse Byte */
|
860
|
+
#define FUSE_SELFPRGEN (unsigned char)~_BV(0) /* Self-Programming Enable */
|
861
|
+
#define EFUSE_DEFAULT (0xFF)
|
862
|
+
|
863
|
+
|
864
|
+
|
865
|
+
/* Lock Bits */
|
866
|
+
#define __LOCK_BITS_EXIST
|
867
|
+
|
868
|
+
|
869
|
+
|
870
|
+
/* Signature */
|
871
|
+
#define SIGNATURE_0 0x1E
|
872
|
+
#define SIGNATURE_1 0x94
|
873
|
+
#define SIGNATURE_2 0x87
|
874
|
+
|
875
|
+
|
876
|
+
|
877
|
+
#define SLEEP_MODE_IDLE (0x00<<1)
|
878
|
+
#define SLEEP_MODE_ADC (0x01<<1)
|
879
|
+
#define SLEEP_MODE_PWR_DOWN (0x02<<1)
|
880
|
+
#define SLEEP_MODE_PWR_SAVE (0x03<<1)
|
881
|
+
|
882
|
+
|
883
|
+
#endif /* _AVR_IOTN167_H_ */
|