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,44 @@
|
|
1
|
+
/*****************************************************************************
|
2
|
+
*
|
3
|
+
* Copyright (C) 2011 Atmel Corporation
|
4
|
+
* All rights reserved.
|
5
|
+
*
|
6
|
+
* Redistribution and use in source and binary forms, with or without
|
7
|
+
* modification, are permitted provided that the following conditions are met:
|
8
|
+
*
|
9
|
+
* * Redistributions of source code must retain the above copyright
|
10
|
+
* notice, this list of conditions and the following disclaimer.
|
11
|
+
*
|
12
|
+
* * Redistributions in binary form must reproduce the above copyright
|
13
|
+
* notice, this list of conditions and the following disclaimer in
|
14
|
+
* the documentation and/or other materials provided with the
|
15
|
+
* distribution.
|
16
|
+
*
|
17
|
+
* * Neither the name of the copyright holders nor the names of
|
18
|
+
* contributors may be used to endorse or promote products derived
|
19
|
+
* from this software without specific prior written permission.
|
20
|
+
*
|
21
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
22
|
+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
23
|
+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
24
|
+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
25
|
+
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
26
|
+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
27
|
+
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
28
|
+
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
29
|
+
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
30
|
+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
31
|
+
* POSSIBILITY OF SUCH DAMAGE.
|
32
|
+
****************************************************************************/
|
33
|
+
|
34
|
+
#include "iom169.h"
|
35
|
+
|
36
|
+
#ifdef PCIE1
|
37
|
+
#undef PCIE1
|
38
|
+
#define PCIE1 5
|
39
|
+
#endif
|
40
|
+
|
41
|
+
#ifdef PCIE0
|
42
|
+
#undef PCIE0
|
43
|
+
#define PCIE0 4
|
44
|
+
#endif
|
@@ -0,0 +1,1097 @@
|
|
1
|
+
/* Copyright (c) 2002, 2003, 2004, 2005, 2006
|
2
|
+
Juergen Schilling <juergen.schilling@honeywell.com>
|
3
|
+
Eric B. Weddington <ericw@evcohs.com>
|
4
|
+
Anatoly Sokolov <aesok@post.ru>
|
5
|
+
All rights reserved.
|
6
|
+
|
7
|
+
Redistribution and use in source and binary forms, with or without
|
8
|
+
modification, are permitted provided that the following conditions are met:
|
9
|
+
|
10
|
+
* Redistributions of source code must retain the above copyright
|
11
|
+
notice, this list of conditions and the following disclaimer.
|
12
|
+
|
13
|
+
* Redistributions in binary form must reproduce the above copyright
|
14
|
+
notice, this list of conditions and the following disclaimer in
|
15
|
+
the documentation and/or other materials provided with the
|
16
|
+
distribution.
|
17
|
+
|
18
|
+
* Neither the name of the copyright holders nor the names of
|
19
|
+
contributors may be used to endorse or promote products derived
|
20
|
+
from this software without specific prior written permission.
|
21
|
+
|
22
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
23
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
24
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
25
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
26
|
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
27
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
28
|
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
29
|
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
30
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
31
|
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
32
|
+
POSSIBILITY OF SUCH DAMAGE. */
|
33
|
+
|
34
|
+
/* $Id: iom169p.h 2231 2011-03-07 05:06:55Z arcanum $ */
|
35
|
+
|
36
|
+
/* iom169p.h - definitions for ATmega169P */
|
37
|
+
|
38
|
+
#ifndef _AVR_IOM169P_H_
|
39
|
+
#define _AVR_IOM169P_H_ 1
|
40
|
+
|
41
|
+
/* This file should only be included from <avr/io.h>, never directly. */
|
42
|
+
|
43
|
+
#ifndef _AVR_IO_H_
|
44
|
+
# error "Include <avr/io.h> instead of this file."
|
45
|
+
#endif
|
46
|
+
|
47
|
+
#ifndef _AVR_IOXXX_H_
|
48
|
+
# define _AVR_IOXXX_H_ "iom169p.h"
|
49
|
+
#else
|
50
|
+
# error "Attempt to include more than one <avr/ioXXX.h> file."
|
51
|
+
#endif
|
52
|
+
|
53
|
+
/* I/O registers */
|
54
|
+
|
55
|
+
/* Port A */
|
56
|
+
#define PINA _SFR_IO8(0x00)
|
57
|
+
#define PINA7 7
|
58
|
+
#define PINA6 6
|
59
|
+
#define PINA5 5
|
60
|
+
#define PINA4 4
|
61
|
+
#define PINA3 3
|
62
|
+
#define PINA2 2
|
63
|
+
#define PINA1 1
|
64
|
+
#define PINA0 0
|
65
|
+
|
66
|
+
#define DDRA _SFR_IO8(0x01)
|
67
|
+
#define DDA7 7
|
68
|
+
#define DDA6 6
|
69
|
+
#define DDA5 5
|
70
|
+
#define DDA4 4
|
71
|
+
#define DDA3 3
|
72
|
+
#define DDA2 2
|
73
|
+
#define DDA1 1
|
74
|
+
#define DDA0 0
|
75
|
+
|
76
|
+
#define PORTA _SFR_IO8(0x02)
|
77
|
+
#define PA7 7
|
78
|
+
#define PA6 6
|
79
|
+
#define PA5 5
|
80
|
+
#define PA4 4
|
81
|
+
#define PA3 3
|
82
|
+
#define PA2 2
|
83
|
+
#define PA1 1
|
84
|
+
#define PA0 0
|
85
|
+
|
86
|
+
/* Port B */
|
87
|
+
#define PINB _SFR_IO8(0x03)
|
88
|
+
#define PINB7 7
|
89
|
+
#define PINB6 6
|
90
|
+
#define PINB5 5
|
91
|
+
#define PINB4 4
|
92
|
+
#define PINB3 3
|
93
|
+
#define PINB2 2
|
94
|
+
#define PINB1 1
|
95
|
+
#define PINB0 0
|
96
|
+
|
97
|
+
#define DDRB _SFR_IO8(0x04)
|
98
|
+
#define DDB7 7
|
99
|
+
#define DDB6 6
|
100
|
+
#define DDB5 5
|
101
|
+
#define DDB4 4
|
102
|
+
#define DDB3 3
|
103
|
+
#define DDB2 2
|
104
|
+
#define DDB1 1
|
105
|
+
#define DDB0 0
|
106
|
+
|
107
|
+
#define PORTB _SFR_IO8(0x05)
|
108
|
+
#define PB7 7
|
109
|
+
#define PB6 6
|
110
|
+
#define PB5 5
|
111
|
+
#define PB4 4
|
112
|
+
#define PB3 3
|
113
|
+
#define PB2 2
|
114
|
+
#define PB1 1
|
115
|
+
#define PB0 0
|
116
|
+
|
117
|
+
/* Port C */
|
118
|
+
#define PINC _SFR_IO8(0x06)
|
119
|
+
#define PINC7 7
|
120
|
+
#define PINC6 6
|
121
|
+
#define PINC5 5
|
122
|
+
#define PINC4 4
|
123
|
+
#define PINC3 3
|
124
|
+
#define PINC2 2
|
125
|
+
#define PINC1 1
|
126
|
+
#define PINC0 0
|
127
|
+
|
128
|
+
#define DDRC _SFR_IO8(0x07)
|
129
|
+
#define DDC7 7
|
130
|
+
#define DDC6 6
|
131
|
+
#define DDC5 5
|
132
|
+
#define DDC4 4
|
133
|
+
#define DDC3 3
|
134
|
+
#define DDC2 2
|
135
|
+
#define DDC1 1
|
136
|
+
#define DDC0 0
|
137
|
+
|
138
|
+
#define PORTC _SFR_IO8(0x08)
|
139
|
+
#define PC7 7
|
140
|
+
#define PC6 6
|
141
|
+
#define PC5 5
|
142
|
+
#define PC4 4
|
143
|
+
#define PC3 3
|
144
|
+
#define PC2 2
|
145
|
+
#define PC1 1
|
146
|
+
#define PC0 0
|
147
|
+
|
148
|
+
/* Port D */
|
149
|
+
#define PIND _SFR_IO8(0x09)
|
150
|
+
#define PIND7 7
|
151
|
+
#define PIND6 6
|
152
|
+
#define PIND5 5
|
153
|
+
#define PIND4 4
|
154
|
+
#define PIND3 3
|
155
|
+
#define PIND2 2
|
156
|
+
#define PIND1 1
|
157
|
+
#define PIND0 0
|
158
|
+
|
159
|
+
#define DDRD _SFR_IO8(0x0A)
|
160
|
+
#define DDD7 7
|
161
|
+
#define DDD6 6
|
162
|
+
#define DDD5 5
|
163
|
+
#define DDD4 4
|
164
|
+
#define DDD3 3
|
165
|
+
#define DDD2 2
|
166
|
+
#define DDD1 1
|
167
|
+
#define DDD0 0
|
168
|
+
|
169
|
+
#define PORTD _SFR_IO8(0x0B)
|
170
|
+
#define PD7 7
|
171
|
+
#define PD6 6
|
172
|
+
#define PD5 5
|
173
|
+
#define PD4 4
|
174
|
+
#define PD3 3
|
175
|
+
#define PD2 2
|
176
|
+
#define PD1 1
|
177
|
+
#define PD0 0
|
178
|
+
|
179
|
+
/* Port E */
|
180
|
+
#define PINE _SFR_IO8(0x0C)
|
181
|
+
#define PINE7 7
|
182
|
+
#define PINE6 6
|
183
|
+
#define PINE5 5
|
184
|
+
#define PINE4 4
|
185
|
+
#define PINE3 3
|
186
|
+
#define PINE2 2
|
187
|
+
#define PINE1 1
|
188
|
+
#define PINE0 0
|
189
|
+
|
190
|
+
#define DDRE _SFR_IO8(0x0D)
|
191
|
+
#define DDE7 7
|
192
|
+
#define DDE6 6
|
193
|
+
#define DDE5 5
|
194
|
+
#define DDE4 4
|
195
|
+
#define DDE3 3
|
196
|
+
#define DDE2 2
|
197
|
+
#define DDE1 1
|
198
|
+
#define DDE0 0
|
199
|
+
|
200
|
+
#define PORTE _SFR_IO8(0x0E)
|
201
|
+
#define PE7 7
|
202
|
+
#define PE6 6
|
203
|
+
#define PE5 5
|
204
|
+
#define PE4 4
|
205
|
+
#define PE3 3
|
206
|
+
#define PE2 2
|
207
|
+
#define PE1 1
|
208
|
+
#define PE0 0
|
209
|
+
|
210
|
+
/* Port F */
|
211
|
+
#define PINF _SFR_IO8(0x0F)
|
212
|
+
#define PINF7 7
|
213
|
+
#define PINF6 6
|
214
|
+
#define PINF5 5
|
215
|
+
#define PINF4 4
|
216
|
+
#define PINF3 3
|
217
|
+
#define PINF2 2
|
218
|
+
#define PINF1 1
|
219
|
+
#define PINF0 0
|
220
|
+
|
221
|
+
#define DDRF _SFR_IO8(0x10)
|
222
|
+
#define DDF7 7
|
223
|
+
#define DDF6 6
|
224
|
+
#define DDF5 5
|
225
|
+
#define DDF4 4
|
226
|
+
#define DDF3 3
|
227
|
+
#define DDF2 2
|
228
|
+
#define DDF1 1
|
229
|
+
#define DDF0 0
|
230
|
+
|
231
|
+
#define PORTF _SFR_IO8(0x11)
|
232
|
+
#define PF7 7
|
233
|
+
#define PF6 6
|
234
|
+
#define PF5 5
|
235
|
+
#define PF4 4
|
236
|
+
#define PF3 3
|
237
|
+
#define PF2 2
|
238
|
+
#define PF1 1
|
239
|
+
#define PF0 0
|
240
|
+
|
241
|
+
/* Port G */
|
242
|
+
#define PING _SFR_IO8(0x12)
|
243
|
+
#define PING5 5
|
244
|
+
#define PING4 4
|
245
|
+
#define PING3 3
|
246
|
+
#define PING2 2
|
247
|
+
#define PING1 1
|
248
|
+
#define PING0 0
|
249
|
+
|
250
|
+
#define DDRG _SFR_IO8(0x13)
|
251
|
+
#define DDG4 4
|
252
|
+
#define DDG3 3
|
253
|
+
#define DDG2 2
|
254
|
+
#define DDG1 1
|
255
|
+
#define DDG0 0
|
256
|
+
|
257
|
+
#define PORTG _SFR_IO8(0x14)
|
258
|
+
#define PG4 4
|
259
|
+
#define PG3 3
|
260
|
+
#define PG2 2
|
261
|
+
#define PG1 1
|
262
|
+
#define PG0 0
|
263
|
+
|
264
|
+
/* Timer/Counter 0 interrupt Flag Register */
|
265
|
+
#define TIFR0 _SFR_IO8(0x15)
|
266
|
+
#define OCF0A 1
|
267
|
+
#define TOV0 0
|
268
|
+
|
269
|
+
/* Timer/Counter 1 interrupt Flag Register */
|
270
|
+
#define TIFR1 _SFR_IO8(0x16)
|
271
|
+
#define ICF1 5
|
272
|
+
#define OCF1B 2
|
273
|
+
#define OCF1A 1
|
274
|
+
#define TOV1 0
|
275
|
+
|
276
|
+
/* Timer/Counter 2 interrupt Flag Register */
|
277
|
+
#define TIFR2 _SFR_IO8(0x17)
|
278
|
+
#define OCF2A 1
|
279
|
+
#define TOV2 0
|
280
|
+
|
281
|
+
/* External Interrupt Flag Register */
|
282
|
+
#define EIFR _SFR_IO8(0x1C)
|
283
|
+
#define PCIF1 7
|
284
|
+
#define PCIF0 6
|
285
|
+
#define INTF0 0
|
286
|
+
|
287
|
+
/* External Interrupt Mask Register */
|
288
|
+
#define EIMSK _SFR_IO8(0x1D)
|
289
|
+
#define PCIE1 7
|
290
|
+
#define PCIE0 6
|
291
|
+
#define INT0 0
|
292
|
+
|
293
|
+
/* General Purpose I/O Register 0 */
|
294
|
+
#define GPIOR0 _SFR_IO8(0x1E)
|
295
|
+
|
296
|
+
#define EECR _SFR_IO8(0x1F)
|
297
|
+
#define EERIE 3
|
298
|
+
#define EEMWE 2
|
299
|
+
#define EEWE 1
|
300
|
+
#define EERE 0
|
301
|
+
|
302
|
+
#define EEDR _SFR_IO8(0X20)
|
303
|
+
|
304
|
+
/* Combine EEARL and EEARH */
|
305
|
+
#define EEAR _SFR_IO16(0x21)
|
306
|
+
#define EEARL _SFR_IO8(0x21)
|
307
|
+
#define EEARH _SFR_IO8(0X22)
|
308
|
+
|
309
|
+
/* 6-char sequence denoting where to find the EEPROM registers in memory space.
|
310
|
+
Adresses denoted in hex syntax with uppercase letters. Used by the EEPROM
|
311
|
+
subroutines.
|
312
|
+
First two letters: EECR address.
|
313
|
+
Second two letters: EEDR address.
|
314
|
+
Last two letters: EEAR address. */
|
315
|
+
#define __EEPROM_REG_LOCATIONS__ 1F2021
|
316
|
+
|
317
|
+
/* General Timer/Counter Control Register */
|
318
|
+
#define GTCCR _SFR_IO8(0x23)
|
319
|
+
#define TSM 7
|
320
|
+
#define PSR2 1
|
321
|
+
#define PSR10 0
|
322
|
+
|
323
|
+
/* Timer/Counter Control Register A */
|
324
|
+
#define TCCR0A _SFR_IO8(0x24)
|
325
|
+
#define FOC0A 7
|
326
|
+
#define WGM00 6
|
327
|
+
#define COM0A1 5
|
328
|
+
#define COM0A0 4
|
329
|
+
#define WGM01 3
|
330
|
+
#define CS02 2
|
331
|
+
#define CS01 1
|
332
|
+
#define CS00 0
|
333
|
+
|
334
|
+
/* Timer/Counter Register */
|
335
|
+
#define TCNT0 _SFR_IO8(0x26)
|
336
|
+
|
337
|
+
/* Output Compare Register A */
|
338
|
+
#define OCR0A _SFR_IO8(0x27)
|
339
|
+
|
340
|
+
/* General Purpose I/O Register 1 */
|
341
|
+
#define GPIOR1 _SFR_IO8(0x2A)
|
342
|
+
|
343
|
+
/* General Purpose I/O Register 2 */
|
344
|
+
#define GPIOR2 _SFR_IO8(0x2B)
|
345
|
+
|
346
|
+
/* SPI Control Register */
|
347
|
+
#define SPCR _SFR_IO8(0x2C)
|
348
|
+
#define SPIE 7
|
349
|
+
#define SPE 6
|
350
|
+
#define DORD 5
|
351
|
+
#define MSTR 4
|
352
|
+
#define CPOL 3
|
353
|
+
#define CPHA 2
|
354
|
+
#define SPR1 1
|
355
|
+
#define SPR0 0
|
356
|
+
|
357
|
+
/* SPI Status Register */
|
358
|
+
#define SPSR _SFR_IO8(0x2D)
|
359
|
+
#define SPIF 7
|
360
|
+
#define WCOL 6
|
361
|
+
#define SPI2X 0
|
362
|
+
|
363
|
+
/* SPI Data Register */
|
364
|
+
#define SPDR _SFR_IO8(0x2E)
|
365
|
+
|
366
|
+
/* Analog Comperator Control and Status Register */
|
367
|
+
#define ACSR _SFR_IO8(0x30)
|
368
|
+
#define ACD 7
|
369
|
+
#define ACBG 6
|
370
|
+
#define ACO 5
|
371
|
+
#define ACI 4
|
372
|
+
#define ACIE 3
|
373
|
+
#define ACIC 2
|
374
|
+
#define ACIS1 1
|
375
|
+
#define ACIS0 0
|
376
|
+
|
377
|
+
/* On-chip Debug Register */
|
378
|
+
#define OCDR _SFR_IO8(0x31)
|
379
|
+
#define IDRD 7
|
380
|
+
#define OCDR7 7
|
381
|
+
#define OCDR6 6
|
382
|
+
#define OCDR5 5
|
383
|
+
#define OCDR4 4
|
384
|
+
#define OCDR3 3
|
385
|
+
#define OCDR2 2
|
386
|
+
#define OCDR1 1
|
387
|
+
#define OCDR0 0
|
388
|
+
|
389
|
+
/* Sleep Mode Control Register */
|
390
|
+
#define SMCR _SFR_IO8(0x33)
|
391
|
+
#define SM2 3
|
392
|
+
#define SM1 2
|
393
|
+
#define SM0 1
|
394
|
+
#define SE 0
|
395
|
+
|
396
|
+
/* MCU Status Register */
|
397
|
+
#define MCUSR _SFR_IO8(0x34)
|
398
|
+
#define JTRF 4
|
399
|
+
#define WDRF 3
|
400
|
+
#define BORF 2
|
401
|
+
#define EXTRF 1
|
402
|
+
#define PORF 0
|
403
|
+
|
404
|
+
/* MCU Control Rgeister */
|
405
|
+
#define MCUCR _SFR_IO8(0x35)
|
406
|
+
#define JTD 7
|
407
|
+
#define PUD 4
|
408
|
+
#define IVSEL 1
|
409
|
+
#define IVCE 0
|
410
|
+
|
411
|
+
/* Store Program Memory Control and Status Register */
|
412
|
+
#define SPMCSR _SFR_IO8(0x37)
|
413
|
+
#define SPMIE 7
|
414
|
+
#define RWWSB 6
|
415
|
+
#define RWWSRE 4
|
416
|
+
#define BLBSET 3
|
417
|
+
#define PGWRT 2
|
418
|
+
#define PGERS 1
|
419
|
+
#define SPMEN 0
|
420
|
+
|
421
|
+
/* Watchdog Timer Control Register */
|
422
|
+
#define WDTCR _SFR_MEM8(0x60)
|
423
|
+
#define WDCE 4
|
424
|
+
#define WDE 3
|
425
|
+
#define WDP2 2
|
426
|
+
#define WDP1 1
|
427
|
+
#define WDP0 0
|
428
|
+
|
429
|
+
/* Clock Prescale Register */
|
430
|
+
#define CLKPR _SFR_MEM8(0x61)
|
431
|
+
#define CLKPCE 7
|
432
|
+
#define CLKPS3 3
|
433
|
+
#define CLKPS2 2
|
434
|
+
#define CLKPS1 1
|
435
|
+
#define CLKPS0 0
|
436
|
+
|
437
|
+
#define PRR _SFR_MEM8(0x64)
|
438
|
+
#define PRADC 0
|
439
|
+
#define PRUSART0 1
|
440
|
+
#define PRSPI 2
|
441
|
+
#define PRTIM1 3
|
442
|
+
#define PRLCD 4
|
443
|
+
|
444
|
+
#define __AVR_HAVE_PRR ((1<<PRADC)|(1<<PRUSART0)|(1<<PRSPI)|(1<<PRTIM1)|(1<<PRLCD))
|
445
|
+
#define __AVR_HAVE_PRR_PRADC
|
446
|
+
#define __AVR_HAVE_PRR_PRUSART0
|
447
|
+
#define __AVR_HAVE_PRR_PRSPI
|
448
|
+
#define __AVR_HAVE_PRR_PRTIM1
|
449
|
+
#define __AVR_HAVE_PRR_PRLCD
|
450
|
+
|
451
|
+
/* Oscillator Calibration Register */
|
452
|
+
#define OSCCAL _SFR_MEM8(0x66)
|
453
|
+
|
454
|
+
/* External Interrupt Control Register A */
|
455
|
+
#define EICRA _SFR_MEM8(0x69)
|
456
|
+
#define ISC01 1
|
457
|
+
#define ISC00 0
|
458
|
+
|
459
|
+
/* Pin Change Mask Register */
|
460
|
+
#define PCMSK _SFR_MEM16(0x6B)
|
461
|
+
|
462
|
+
#define PCMSK0 _SFR_MEM8(0x6B)
|
463
|
+
#define PCINT7 7
|
464
|
+
#define PCINT6 6
|
465
|
+
#define PCINT5 5
|
466
|
+
#define PCINT4 4
|
467
|
+
#define PCINT3 3
|
468
|
+
#define PCINT2 2
|
469
|
+
#define PCINT1 1
|
470
|
+
#define PCINT0 0
|
471
|
+
|
472
|
+
#define PCMSK1 _SFR_MEM8(0x6C)
|
473
|
+
#define PCINT15 7
|
474
|
+
#define PCINT14 6
|
475
|
+
#define PCINT13 5
|
476
|
+
#define PCINT12 4
|
477
|
+
#define PCINT11 3
|
478
|
+
#define PCINT10 2
|
479
|
+
#define PCINT9 1
|
480
|
+
#define PCINT8 0
|
481
|
+
|
482
|
+
/* Timer/Counter 0 Interrupt Mask Register */
|
483
|
+
#define TIMSK0 _SFR_MEM8(0x6E)
|
484
|
+
#define OCIE0A 1
|
485
|
+
#define TOIE0 0
|
486
|
+
|
487
|
+
/* Timer/Counter 1 Interrupt Mask Register */
|
488
|
+
#define TIMSK1 _SFR_MEM8(0x6F)
|
489
|
+
#define ICIE1 5
|
490
|
+
#define OCIE1B 2
|
491
|
+
#define OCIE1A 1
|
492
|
+
#define TOIE1 0
|
493
|
+
|
494
|
+
/* Timer/Counter 2 Interrupt Mask Register */
|
495
|
+
#define TIMSK2 _SFR_MEM8(0x70)
|
496
|
+
#define OCIE2A 1
|
497
|
+
#define TOIE2 0
|
498
|
+
|
499
|
+
/* ADC Data Register */
|
500
|
+
#ifndef __ASSEMBLER__
|
501
|
+
#define ADC _SFR_MEM16(0x78)
|
502
|
+
#endif
|
503
|
+
#define ADCW _SFR_MEM16(0x78)
|
504
|
+
#define ADCL _SFR_MEM8(0x78)
|
505
|
+
#define ADCH _SFR_MEM8(0x79)
|
506
|
+
|
507
|
+
/* ADC Control and Status Register A */
|
508
|
+
#define ADCSRA _SFR_MEM8(0x7A)
|
509
|
+
#define ADEN 7
|
510
|
+
#define ADSC 6
|
511
|
+
#define ADATE 5
|
512
|
+
#define ADIF 4
|
513
|
+
#define ADIE 3
|
514
|
+
#define ADPS2 2
|
515
|
+
#define ADPS1 1
|
516
|
+
#define ADPS0 0
|
517
|
+
|
518
|
+
|
519
|
+
/* ADC Control and Status Register B */
|
520
|
+
#define ADCSRB _SFR_MEM8(0x7B)
|
521
|
+
#define ACME 6
|
522
|
+
#define ADTS2 2
|
523
|
+
#define ADTS1 1
|
524
|
+
#define ADTS0 0
|
525
|
+
|
526
|
+
/* ADC Multiplex Selection Register */
|
527
|
+
#define ADMUX _SFR_MEM8(0x7C)
|
528
|
+
/* ADMUX */
|
529
|
+
#define REFS1 7
|
530
|
+
#define REFS0 6
|
531
|
+
#define ADLAR 5
|
532
|
+
#define MUX4 4
|
533
|
+
#define MUX3 3
|
534
|
+
#define MUX2 2
|
535
|
+
#define MUX1 1
|
536
|
+
#define MUX0 0
|
537
|
+
|
538
|
+
/* Digital Input Disable Register 0 */
|
539
|
+
#define DIDR0 _SFR_MEM8(0x7E)
|
540
|
+
#define ADC7D 7
|
541
|
+
#define ADC6D 6
|
542
|
+
#define ADC5D 5
|
543
|
+
#define ADC4D 4
|
544
|
+
#define ADC3D 3
|
545
|
+
#define ADC2D 2
|
546
|
+
#define ADC1D 1
|
547
|
+
#define ADC0D 0
|
548
|
+
|
549
|
+
/* Digital Input Disable Register 1 */
|
550
|
+
#define DIDR1 _SFR_MEM8(0x7F)
|
551
|
+
#define AIN1D 1
|
552
|
+
#define AIN0D 0
|
553
|
+
|
554
|
+
/* Timer/Counter1 Control Register A */
|
555
|
+
#define TCCR1A _SFR_MEM8(0x80)
|
556
|
+
#define COM1A1 7
|
557
|
+
#define COM1A0 6
|
558
|
+
#define COM1B1 5
|
559
|
+
#define COM1B0 4
|
560
|
+
#define WGM11 1
|
561
|
+
#define WGM10 0
|
562
|
+
|
563
|
+
/* Timer/Counter1 Control Register B */
|
564
|
+
#define TCCR1B _SFR_MEM8(0x81)
|
565
|
+
#define ICNC1 7
|
566
|
+
#define ICES1 6
|
567
|
+
#define WGM13 4
|
568
|
+
#define WGM12 3
|
569
|
+
#define CS12 2
|
570
|
+
#define CS11 1
|
571
|
+
#define CS10 0
|
572
|
+
|
573
|
+
/* Timer/Counter1 Control Register C */
|
574
|
+
#define TCCR1C _SFR_MEM8(0x82)
|
575
|
+
#define FOC1A 7
|
576
|
+
#define FOC1B 6
|
577
|
+
|
578
|
+
/* Timer/Counter1 Register */
|
579
|
+
#define TCNT1 _SFR_MEM16(0x84)
|
580
|
+
#define TCNT1L _SFR_MEM8(0x84)
|
581
|
+
#define TCNT1H _SFR_MEM8(0x85)
|
582
|
+
|
583
|
+
/* Timer/Counter1 Input Capture Register */
|
584
|
+
#define ICR1 _SFR_MEM16(0x86)
|
585
|
+
#define ICR1L _SFR_MEM8(0x86)
|
586
|
+
#define ICR1H _SFR_MEM8(0x87)
|
587
|
+
|
588
|
+
/* Timer/Counter1 Output Compare Register A */
|
589
|
+
#define OCR1A _SFR_MEM16(0x88)
|
590
|
+
#define OCR1AL _SFR_MEM8(0x88)
|
591
|
+
#define OCR1AH _SFR_MEM8(0x89)
|
592
|
+
|
593
|
+
/* Timer/Counter1 Output Compare Registare B */
|
594
|
+
#define OCR1B _SFR_MEM16(0x8A)
|
595
|
+
#define OCR1BL _SFR_MEM8(0x8A)
|
596
|
+
#define OCR1BH _SFR_MEM8(0x8B)
|
597
|
+
|
598
|
+
/* Timer/Counter2 Control Register A */
|
599
|
+
#define TCCR2A _SFR_MEM8(0xB0)
|
600
|
+
#define FOC2A 7
|
601
|
+
#define WGM20 6
|
602
|
+
#define COM2A1 5
|
603
|
+
#define COM2A0 4
|
604
|
+
#define WGM21 3
|
605
|
+
#define CS22 2
|
606
|
+
#define CS21 1
|
607
|
+
#define CS20 0
|
608
|
+
|
609
|
+
/* Timer/Counter2 Register */
|
610
|
+
#define TCNT2 _SFR_MEM8(0xB2)
|
611
|
+
|
612
|
+
/* Timer/Counter2 Output Compare Register */
|
613
|
+
#define OCR2A _SFR_MEM8(0xB3)
|
614
|
+
|
615
|
+
/* Asynchronous Status Register */
|
616
|
+
#define ASSR _SFR_MEM8(0xB6)
|
617
|
+
#define EXCLK 4
|
618
|
+
#define AS2 3
|
619
|
+
#define TCN2UB 2
|
620
|
+
#define OCR2UB 1
|
621
|
+
#define TCR2UB 0
|
622
|
+
|
623
|
+
/* USI Control Register */
|
624
|
+
#define USICR _SFR_MEM8(0xB8)
|
625
|
+
#define USISIE 7
|
626
|
+
#define USIOIE 6
|
627
|
+
#define USIWM1 5
|
628
|
+
#define USIWM0 4
|
629
|
+
#define USICS1 3
|
630
|
+
#define USICS0 2
|
631
|
+
#define USICLK 1
|
632
|
+
#define USITC 0
|
633
|
+
|
634
|
+
/* USI Status Register */
|
635
|
+
#define USISR _SFR_MEM8(0xB9)
|
636
|
+
#define USISIF 7
|
637
|
+
#define USIOIF 6
|
638
|
+
#define USIPF 5
|
639
|
+
#define USIDC 4
|
640
|
+
#define USICNT3 3
|
641
|
+
#define USICNT2 2
|
642
|
+
#define USICNT1 1
|
643
|
+
#define USICNT0 0
|
644
|
+
|
645
|
+
/* USI Data Register */
|
646
|
+
#define USIDR _SFR_MEM8(0xBA)
|
647
|
+
|
648
|
+
/* USART0 Control and Status Register A */
|
649
|
+
#define UCSR0A _SFR_MEM8(0xC0)
|
650
|
+
#define RXC0 7
|
651
|
+
#define TXC0 6
|
652
|
+
#define UDRE0 5
|
653
|
+
#define FE0 4
|
654
|
+
#define DOR0 3
|
655
|
+
#define UPE0 2
|
656
|
+
#define U2X0 1
|
657
|
+
#define MPCM0 0
|
658
|
+
|
659
|
+
/* USART0 Control and Status Register B */
|
660
|
+
#define UCSR0B _SFR_MEM8(0xC1)
|
661
|
+
#define RXCIE0 7
|
662
|
+
#define TXCIE0 6
|
663
|
+
#define UDRIE0 5
|
664
|
+
#define RXEN0 4
|
665
|
+
#define TXEN0 3
|
666
|
+
#define UCSZ02 2
|
667
|
+
#define RXB80 1
|
668
|
+
#define TXB80 0
|
669
|
+
|
670
|
+
/* USART0 Control and Status Register C */
|
671
|
+
#define UCSR0C _SFR_MEM8(0xC2)
|
672
|
+
#define UMSEL0 6
|
673
|
+
#define UPM01 5
|
674
|
+
#define UPM00 4
|
675
|
+
#define USBS0 3
|
676
|
+
#define UCSZ01 2
|
677
|
+
#define UCSZ00 1
|
678
|
+
#define UCPOL0 0
|
679
|
+
|
680
|
+
/* USART0 Baud Rate Register */
|
681
|
+
#define UBRR0 _SFR_MEM16(0xC4)
|
682
|
+
#define UBRR0L _SFR_MEM8(0xC4)
|
683
|
+
#define UBRR0H _SFR_MEM8(0xC5)
|
684
|
+
|
685
|
+
/* USART0 I/O Data Register */
|
686
|
+
#define UDR0 _SFR_MEM8(0xC6)
|
687
|
+
|
688
|
+
/* LCD Control and Status Register A */
|
689
|
+
#define LCDCRA _SFR_MEM8(0xE4)
|
690
|
+
#define LCDEN 7
|
691
|
+
#define LCDAB 6
|
692
|
+
#define LCDIF 4
|
693
|
+
#define LCDIE 3
|
694
|
+
#define LCDBD 2
|
695
|
+
#define LCDCCD 1
|
696
|
+
#define LCDBL 0
|
697
|
+
|
698
|
+
/* LCD Control and Status Register B */
|
699
|
+
#define LCDCRB _SFR_MEM8(0xE5)
|
700
|
+
#define LCDCS 7
|
701
|
+
#define LCD2B 6
|
702
|
+
#define LCDMUX1 5
|
703
|
+
#define LCDMUX0 4
|
704
|
+
#define LCDPM2 2
|
705
|
+
#define LCDPM1 1
|
706
|
+
#define LCDPM0 0
|
707
|
+
|
708
|
+
/* LCD Frame Rate Register */
|
709
|
+
#define LCDFRR _SFR_MEM8(0xE6)
|
710
|
+
#define LCDPS2 6
|
711
|
+
#define LCDPS1 5
|
712
|
+
#define LCDPS0 4
|
713
|
+
#define LCDCD2 2
|
714
|
+
#define LCDCD1 1
|
715
|
+
#define LCDCD0 0
|
716
|
+
|
717
|
+
/* LCD Contrast Control Register */
|
718
|
+
#define LCDCCR _SFR_MEM8(0xE7)
|
719
|
+
#define LCDDC2 7
|
720
|
+
#define LCDDC1 6
|
721
|
+
#define LCDDC0 5
|
722
|
+
#define LCDMDT 4
|
723
|
+
#define LCDCC3 3
|
724
|
+
#define LCDCC2 2
|
725
|
+
#define LCDCC1 1
|
726
|
+
#define LCDCC0 0
|
727
|
+
|
728
|
+
/* LCD Memory mapping */
|
729
|
+
#define LCDDR0 _SFR_MEM8(0xEC)
|
730
|
+
#define SEG007 7
|
731
|
+
#define SEG006 6
|
732
|
+
#define SEG005 5
|
733
|
+
#define SEG004 4
|
734
|
+
#define SEG003 3
|
735
|
+
#define SEG002 2
|
736
|
+
#define SEG001 1
|
737
|
+
#define SEG000 0
|
738
|
+
|
739
|
+
#define LCDDR1 _SFR_MEM8(0xED)
|
740
|
+
#define SEG015 7
|
741
|
+
#define SEG014 6
|
742
|
+
#define SEG013 5
|
743
|
+
#define SEG012 4
|
744
|
+
#define SEG011 3
|
745
|
+
#define SEG010 2
|
746
|
+
#define SEG009 1
|
747
|
+
#define SEG008 0
|
748
|
+
|
749
|
+
#define LCDDR2 _SFR_MEM8(0xEE)
|
750
|
+
#define SEG023 7
|
751
|
+
#define SEG022 6
|
752
|
+
#define SEG021 5
|
753
|
+
#define SEG020 4
|
754
|
+
#define SEG019 3
|
755
|
+
#define SEG018 2
|
756
|
+
#define SEG017 1
|
757
|
+
#define SEG016 0
|
758
|
+
|
759
|
+
#define LCDDR3 _SFR_MEM8(0xEF)
|
760
|
+
#define SEG024 0
|
761
|
+
|
762
|
+
#define LCDDR5 _SFR_MEM8(0xF1)
|
763
|
+
#define SEG107 7
|
764
|
+
#define SEG106 6
|
765
|
+
#define SEG105 5
|
766
|
+
#define SEG104 4
|
767
|
+
#define SEG103 3
|
768
|
+
#define SEG102 2
|
769
|
+
#define SEG101 1
|
770
|
+
#define SEG100 0
|
771
|
+
|
772
|
+
#define LCDDR6 _SFR_MEM8(0xF2)
|
773
|
+
#define SEG115 7
|
774
|
+
#define SEG114 6
|
775
|
+
#define SEG113 5
|
776
|
+
#define SEG112 4
|
777
|
+
#define SEG111 3
|
778
|
+
#define SEG110 2
|
779
|
+
#define SEG109 1
|
780
|
+
#define SEG108 0
|
781
|
+
|
782
|
+
#define LCDDR7 _SFR_MEM8(0xF3)
|
783
|
+
#define SEG123 7
|
784
|
+
#define SEG122 6
|
785
|
+
#define SEG121 5
|
786
|
+
#define SEG120 4
|
787
|
+
#define SEG119 3
|
788
|
+
#define SEG118 2
|
789
|
+
#define SEG117 1
|
790
|
+
#define SEG116 0
|
791
|
+
|
792
|
+
#define LCDDR8 _SFR_MEM8(0xF4)
|
793
|
+
#define SEG124 0
|
794
|
+
|
795
|
+
#define LCDDR10 _SFR_MEM8(0xF6)
|
796
|
+
#define SEG207 7
|
797
|
+
#define SEG206 6
|
798
|
+
#define SEG205 5
|
799
|
+
#define SEG204 4
|
800
|
+
#define SEG203 3
|
801
|
+
#define SEG202 2
|
802
|
+
#define SEG201 1
|
803
|
+
#define SEG200 0
|
804
|
+
|
805
|
+
#define LCDDR11 _SFR_MEM8(0xF7)
|
806
|
+
#define SEG215 7
|
807
|
+
#define SEG214 6
|
808
|
+
#define SEG213 5
|
809
|
+
#define SEG212 4
|
810
|
+
#define SEG211 3
|
811
|
+
#define SEG210 2
|
812
|
+
#define SEG209 1
|
813
|
+
#define SEG208 0
|
814
|
+
|
815
|
+
#define LCDDR12 _SFR_MEM8(0xF8)
|
816
|
+
#define SEG223 7
|
817
|
+
#define SEG222 6
|
818
|
+
#define SEG221 5
|
819
|
+
#define SEG220 4
|
820
|
+
#define SEG219 3
|
821
|
+
#define SEG218 2
|
822
|
+
#define SEG217 1
|
823
|
+
#define SEG216 0
|
824
|
+
|
825
|
+
#define LCDDR13 _SFR_MEM8(0xF9)
|
826
|
+
#define SEG224 0
|
827
|
+
|
828
|
+
#define LCDDR15 _SFR_MEM8(0xFB)
|
829
|
+
#define SEG307 7
|
830
|
+
#define SEG306 6
|
831
|
+
#define SEG305 5
|
832
|
+
#define SEG304 4
|
833
|
+
#define SEG303 3
|
834
|
+
#define SEG302 2
|
835
|
+
#define SEG301 1
|
836
|
+
#define SEG300 0
|
837
|
+
|
838
|
+
#define LCDDR16 _SFR_MEM8(0xFC)
|
839
|
+
#define SEG315 7
|
840
|
+
#define SEG314 6
|
841
|
+
#define SEG313 5
|
842
|
+
#define SEG312 4
|
843
|
+
#define SEG311 3
|
844
|
+
#define SEG310 2
|
845
|
+
#define SEG309 1
|
846
|
+
#define SEG308 0
|
847
|
+
|
848
|
+
#define LCDDR17 _SFR_MEM8(0xFD)
|
849
|
+
#define SEG323 7
|
850
|
+
#define SEG322 6
|
851
|
+
#define SEG321 5
|
852
|
+
#define SEG320 4
|
853
|
+
#define SEG319 3
|
854
|
+
#define SEG318 2
|
855
|
+
#define SEG317 1
|
856
|
+
#define SEG316 0
|
857
|
+
|
858
|
+
#define LCDDR18 _SFR_MEM8(0xFE)
|
859
|
+
#define SEG324 0
|
860
|
+
|
861
|
+
/* LCDDR0-18 */
|
862
|
+
#define SEG24 0
|
863
|
+
|
864
|
+
#define SEG23 7
|
865
|
+
#define SEG22 6
|
866
|
+
#define SEG21 5
|
867
|
+
#define SEG20 4
|
868
|
+
#define SEG19 3
|
869
|
+
#define SEG18 2
|
870
|
+
#define SEG17 1
|
871
|
+
#define SEG16 0
|
872
|
+
|
873
|
+
#define SEG15 7
|
874
|
+
#define SEG14 6
|
875
|
+
#define SEG13 5
|
876
|
+
#define SEG12 4
|
877
|
+
#define SEG11 3
|
878
|
+
#define SEG10 2
|
879
|
+
#define SEG9 1
|
880
|
+
#define SEG8 0
|
881
|
+
|
882
|
+
#define SEG7 7
|
883
|
+
#define SEG6 6
|
884
|
+
#define SEG5 5
|
885
|
+
#define SEG4 4
|
886
|
+
#define SEG3 3
|
887
|
+
#define SEG2 2
|
888
|
+
#define SEG1 1
|
889
|
+
#define SEG0 0
|
890
|
+
|
891
|
+
/* Interrupt vectors */
|
892
|
+
|
893
|
+
/* External Interrupt Request 0 */
|
894
|
+
#define INT0_vect_num 1
|
895
|
+
#define INT0_vect _VECTOR(1)
|
896
|
+
#define SIG_INTERRUPT0 _VECTOR(1)
|
897
|
+
|
898
|
+
/* Pin Change Interrupt Request 0 */
|
899
|
+
#define PCINT0_vect_num 2
|
900
|
+
#define PCINT0_vect _VECTOR(2)
|
901
|
+
#define SIG_PIN_CHANGE0 _VECTOR(2)
|
902
|
+
|
903
|
+
/* Pin Change Interrupt Request 1 */
|
904
|
+
#define PCINT1_vect_num 3
|
905
|
+
#define PCINT1_vect _VECTOR(3)
|
906
|
+
#define SIG_PIN_CHANGE1 _VECTOR(3)
|
907
|
+
|
908
|
+
/* Timer/Counter2 Compare Match */
|
909
|
+
#define TIMER2_COMP_vect_num 4
|
910
|
+
#define TIMER2_COMP_vect _VECTOR(4)
|
911
|
+
#define SIG_OUTPUT_COMPARE2 _VECTOR(4)
|
912
|
+
|
913
|
+
/* Timer/Counter2 Overflow */
|
914
|
+
#define TIMER2_OVF_vect_num 5
|
915
|
+
#define TIMER2_OVF_vect _VECTOR(5)
|
916
|
+
#define SIG_OVERFLOW2 _VECTOR(5)
|
917
|
+
|
918
|
+
/* Timer/Counter1 Capture Event */
|
919
|
+
#define TIMER1_CAPT_vect_num 6
|
920
|
+
#define TIMER1_CAPT_vect _VECTOR(6)
|
921
|
+
#define SIG_INPUT_CAPTURE1 _VECTOR(6)
|
922
|
+
|
923
|
+
/* Timer/Counter1 Compare Match A */
|
924
|
+
#define TIMER1_COMPA_vect_num 7
|
925
|
+
#define TIMER1_COMPA_vect _VECTOR(7)
|
926
|
+
#define SIG_OUTPUT_COMPARE1A _VECTOR(7)
|
927
|
+
|
928
|
+
/* Timer/Counter Compare Match B */
|
929
|
+
#define TIMER1_COMPB_vect_num 8
|
930
|
+
#define TIMER1_COMPB_vect _VECTOR(8)
|
931
|
+
#define SIG_OUTPUT_COMPARE1B _VECTOR(8)
|
932
|
+
|
933
|
+
/* Timer/Counter1 Overflow */
|
934
|
+
#define TIMER1_OVF_vect_num 9
|
935
|
+
#define TIMER1_OVF_vect _VECTOR(9)
|
936
|
+
#define SIG_OVERFLOW1 _VECTOR(9)
|
937
|
+
|
938
|
+
/* Timer/Counter0 Compare Match */
|
939
|
+
#define TIMER0_COMP_vect_num 10
|
940
|
+
#define TIMER0_COMP_vect _VECTOR(10)
|
941
|
+
#define SIG_OUTPUT_COMPARE0 _VECTOR(10)
|
942
|
+
|
943
|
+
/* Timer/Counter0 Overflow */
|
944
|
+
#define TIMER0_OVF_vect_num 11
|
945
|
+
#define TIMER0_OVF_vect _VECTOR(11)
|
946
|
+
#define SIG_OVERFLOW0 _VECTOR(11)
|
947
|
+
|
948
|
+
/* SPI Serial Transfer Complete */
|
949
|
+
#define SPI_STC_vect_num 12
|
950
|
+
#define SPI_STC_vect _VECTOR(12)
|
951
|
+
#define SIG_SPI _VECTOR(12)
|
952
|
+
|
953
|
+
/* USART0, Rx Complete */
|
954
|
+
#define USART0_RX_vect_num 13
|
955
|
+
#define USART0_RX_vect _VECTOR(13)
|
956
|
+
#define SIG_USART_RECV _VECTOR(13)
|
957
|
+
|
958
|
+
/* USART0 Data register Empty */
|
959
|
+
#define USART0_UDRE_vect_num 14
|
960
|
+
#define USART0_UDRE_vect _VECTOR(14)
|
961
|
+
#define SIG_USART_DATA _VECTOR(14)
|
962
|
+
|
963
|
+
/* USART0, Tx Complete */
|
964
|
+
#define USART0_TX_vect_num 15
|
965
|
+
#define USART0_TX_vect _VECTOR(15)
|
966
|
+
#define SIG_USART_TRANS _VECTOR(15)
|
967
|
+
|
968
|
+
/* USI Start Condition */
|
969
|
+
#define USI_START_vect_num 16
|
970
|
+
#define USI_START_vect _VECTOR(16)
|
971
|
+
#define SIG_USI_START _VECTOR(16)
|
972
|
+
|
973
|
+
/* USI Overflow */
|
974
|
+
#define USI_OVERFLOW_vect_num 17
|
975
|
+
#define USI_OVERFLOW_vect _VECTOR(17)
|
976
|
+
#define SIG_USI_OVERFLOW _VECTOR(17)
|
977
|
+
|
978
|
+
/* Analog Comparator */
|
979
|
+
#define ANALOG_COMP_vect_num 18
|
980
|
+
#define ANALOG_COMP_vect _VECTOR(18)
|
981
|
+
#define SIG_COMPARATOR _VECTOR(18)
|
982
|
+
|
983
|
+
/* ADC Conversion Complete */
|
984
|
+
#define ADC_vect_num 19
|
985
|
+
#define ADC_vect _VECTOR(19)
|
986
|
+
#define SIG_ADC _VECTOR(19)
|
987
|
+
|
988
|
+
/* EEPROM Ready */
|
989
|
+
#define EE_READY_vect_num 20
|
990
|
+
#define EE_READY_vect _VECTOR(20)
|
991
|
+
#define SIG_EEPROM_READY _VECTOR(20)
|
992
|
+
|
993
|
+
/* Store Program Memory Read */
|
994
|
+
#define SPM_READY_vect_num 21
|
995
|
+
#define SPM_READY_vect _VECTOR(21)
|
996
|
+
#define SIG_SPM_READY _VECTOR(21)
|
997
|
+
|
998
|
+
/* LCD Start of Frame */
|
999
|
+
#define LCD_vect_num 22
|
1000
|
+
#define LCD_vect _VECTOR(22)
|
1001
|
+
#define SIG_LCD _VECTOR(22)
|
1002
|
+
|
1003
|
+
#define _VECTORS_SIZE 92
|
1004
|
+
|
1005
|
+
/* Constants */
|
1006
|
+
#define SPM_PAGESIZE 128
|
1007
|
+
#define RAMSTART 0x100
|
1008
|
+
#define RAMEND 0x4FF
|
1009
|
+
#define XRAMEND RAMEND
|
1010
|
+
#define E2END 0x1FF
|
1011
|
+
#define E2PAGESIZE 4
|
1012
|
+
#define FLASHEND 0x3FFF
|
1013
|
+
|
1014
|
+
|
1015
|
+
/* Fuses */
|
1016
|
+
|
1017
|
+
#define FUSE_MEMORY_SIZE 3
|
1018
|
+
|
1019
|
+
/* Low Fuse Byte */
|
1020
|
+
#define FUSE_CKSEL0 (unsigned char)~_BV(0)
|
1021
|
+
#define FUSE_CKSEL1 (unsigned char)~_BV(1)
|
1022
|
+
#define FUSE_CKSEL2 (unsigned char)~_BV(2)
|
1023
|
+
#define FUSE_CKSEL3 (unsigned char)~_BV(3)
|
1024
|
+
#define FUSE_SUT0 (unsigned char)~_BV(4)
|
1025
|
+
#define FUSE_SUT1 (unsigned char)~_BV(5)
|
1026
|
+
#define FUSE_CKOUT (unsigned char)~_BV(6)
|
1027
|
+
#define FUSE_CKDIV8 (unsigned char)~_BV(7)
|
1028
|
+
#define LFUSE_DEFAULT (FUSE_CKSEL0 & FUSE_CKSEL2 & FUSE_CKSEL3 & FUSE_SUT0 & FUSE_CKDIV8)
|
1029
|
+
|
1030
|
+
/* High Fuse Byte */
|
1031
|
+
#define FUSE_BOOTRST (unsigned char)~_BV(0)
|
1032
|
+
#define FUSE_BOOTSZ0 (unsigned char)~_BV(1)
|
1033
|
+
#define FUSE_BOOTSZ1 (unsigned char)~_BV(2)
|
1034
|
+
#define FUSE_EESAVE (unsigned char)~_BV(3)
|
1035
|
+
#define FUSE_WDTON (unsigned char)~_BV(4)
|
1036
|
+
#define FUSE_SPIEN (unsigned char)~_BV(5)
|
1037
|
+
#define FUSE_JTAGEN (unsigned char)~_BV(6)
|
1038
|
+
#define FUSE_OCDEN (unsigned char)~_BV(7)
|
1039
|
+
#define HFUSE_DEFAULT (FUSE_BOOTSZ0 & FUSE_BOOTSZ1 & FUSE_SPIEN & FUSE_JTAGEN)
|
1040
|
+
|
1041
|
+
/* Extended Fuse Byte */
|
1042
|
+
#define FUSE_BODLEVEL0 (unsigned char)~_BV(1)
|
1043
|
+
#define FUSE_BODLEVEL1 (unsigned char)~_BV(2)
|
1044
|
+
#define FUSE_BODLEVEL2 (unsigned char)~_BV(3)
|
1045
|
+
#define EFUSE_DEFAULT (0xFF)
|
1046
|
+
|
1047
|
+
|
1048
|
+
/* Lock Bits */
|
1049
|
+
#define __LOCK_BITS_EXIST
|
1050
|
+
#define __BOOT_LOCK_BITS_0_EXIST
|
1051
|
+
#define __BOOT_LOCK_BITS_1_EXIST
|
1052
|
+
|
1053
|
+
|
1054
|
+
/* Signature */
|
1055
|
+
#define SIGNATURE_0 0x1E
|
1056
|
+
#define SIGNATURE_1 0x94
|
1057
|
+
#define SIGNATURE_2 0x05
|
1058
|
+
|
1059
|
+
|
1060
|
+
/* Deprecated items */
|
1061
|
+
#if !defined(__AVR_LIBC_DEPRECATED_ENABLE__)
|
1062
|
+
|
1063
|
+
#pragma GCC system_header
|
1064
|
+
|
1065
|
+
#pragma GCC poison SIG_INTERRUPT0
|
1066
|
+
#pragma GCC poison SIG_PIN_CHANGE0
|
1067
|
+
#pragma GCC poison SIG_PIN_CHANGE1
|
1068
|
+
#pragma GCC poison SIG_OUTPUT_COMPARE2
|
1069
|
+
#pragma GCC poison SIG_OVERFLOW2
|
1070
|
+
#pragma GCC poison SIG_INPUT_CAPTURE1
|
1071
|
+
#pragma GCC poison SIG_OUTPUT_COMPARE1A
|
1072
|
+
#pragma GCC poison SIG_OUTPUT_COMPARE1B
|
1073
|
+
#pragma GCC poison SIG_OVERFLOW1
|
1074
|
+
#pragma GCC poison SIG_OUTPUT_COMPARE0
|
1075
|
+
#pragma GCC poison SIG_OVERFLOW0
|
1076
|
+
#pragma GCC poison SIG_SPI
|
1077
|
+
#pragma GCC poison SIG_USART_RECV
|
1078
|
+
#pragma GCC poison SIG_USART_DATA
|
1079
|
+
#pragma GCC poison SIG_USART_TRANS
|
1080
|
+
#pragma GCC poison SIG_USI_START
|
1081
|
+
#pragma GCC poison SIG_USI_OVERFLOW
|
1082
|
+
#pragma GCC poison SIG_COMPARATOR
|
1083
|
+
#pragma GCC poison SIG_ADC
|
1084
|
+
#pragma GCC poison SIG_EEPROM_READY
|
1085
|
+
#pragma GCC poison SIG_SPM_READY
|
1086
|
+
#pragma GCC poison SIG_LCD
|
1087
|
+
|
1088
|
+
#endif /* !defined(__AVR_LIBC_DEPRECATED_ENABLE__) */
|
1089
|
+
|
1090
|
+
|
1091
|
+
#define SLEEP_MODE_IDLE (0x00<<1)
|
1092
|
+
#define SLEEP_MODE_ADC (0x01<<1)
|
1093
|
+
#define SLEEP_MODE_PWR_DOWN (0x02<<1)
|
1094
|
+
#define SLEEP_MODE_PWR_SAVE (0x03<<1)
|
1095
|
+
#define SLEEP_MODE_STANDBY (0x06<<1)
|
1096
|
+
|
1097
|
+
#endif /* _AVR_IOM169P_H_ */
|