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.
Files changed (295) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +77 -1
  3. data/cpp/arduino/Arduino.cpp +17 -7
  4. data/cpp/arduino/Arduino.h +151 -5
  5. data/cpp/arduino/ArduinoDefines.h +90 -0
  6. data/cpp/arduino/AvrMath.h +18 -28
  7. data/cpp/arduino/Godmode.cpp +62 -0
  8. data/cpp/arduino/Godmode.h +74 -0
  9. data/cpp/arduino/HardwareSerial.h +81 -0
  10. data/cpp/arduino/Print.h +67 -0
  11. data/cpp/arduino/Stream.h +210 -0
  12. data/cpp/arduino/WCharacter.h +96 -0
  13. data/cpp/arduino/WString.h +164 -0
  14. data/cpp/arduino/binary.h +518 -0
  15. data/cpp/arduino/include/README.md +3 -0
  16. data/cpp/arduino/include/common.h +333 -0
  17. data/cpp/arduino/include/fuse.h +274 -0
  18. data/cpp/arduino/include/io.h +643 -0
  19. data/cpp/arduino/include/io1200.h +274 -0
  20. data/cpp/arduino/include/io2313.h +385 -0
  21. data/cpp/arduino/include/io2323.h +210 -0
  22. data/cpp/arduino/include/io2333.h +461 -0
  23. data/cpp/arduino/include/io2343.h +214 -0
  24. data/cpp/arduino/include/io43u32x.h +440 -0
  25. data/cpp/arduino/include/io43u35x.h +432 -0
  26. data/cpp/arduino/include/io4414.h +500 -0
  27. data/cpp/arduino/include/io4433.h +489 -0
  28. data/cpp/arduino/include/io4434.h +588 -0
  29. data/cpp/arduino/include/io76c711.h +499 -0
  30. data/cpp/arduino/include/io8515.h +501 -0
  31. data/cpp/arduino/include/io8534.h +217 -0
  32. data/cpp/arduino/include/io8535.h +589 -0
  33. data/cpp/arduino/include/io86r401.h +309 -0
  34. data/cpp/arduino/include/io90pwm1.h +1157 -0
  35. data/cpp/arduino/include/io90pwm161.h +918 -0
  36. data/cpp/arduino/include/io90pwm216.h +1225 -0
  37. data/cpp/arduino/include/io90pwm2b.h +1466 -0
  38. data/cpp/arduino/include/io90pwm316.h +1272 -0
  39. data/cpp/arduino/include/io90pwm3b.h +1466 -0
  40. data/cpp/arduino/include/io90pwm81.h +1036 -0
  41. data/cpp/arduino/include/io90pwmx.h +1415 -0
  42. data/cpp/arduino/include/io90scr100.h +1719 -0
  43. data/cpp/arduino/include/ioa5272.h +803 -0
  44. data/cpp/arduino/include/ioa5505.h +803 -0
  45. data/cpp/arduino/include/ioa5702m322.h +2591 -0
  46. data/cpp/arduino/include/ioa5782.h +1843 -0
  47. data/cpp/arduino/include/ioa5790.h +907 -0
  48. data/cpp/arduino/include/ioa5790n.h +922 -0
  49. data/cpp/arduino/include/ioa5791.h +923 -0
  50. data/cpp/arduino/include/ioa5795.h +756 -0
  51. data/cpp/arduino/include/ioa5831.h +1949 -0
  52. data/cpp/arduino/include/ioa6285.h +740 -0
  53. data/cpp/arduino/include/ioa6286.h +740 -0
  54. data/cpp/arduino/include/ioa6289.h +847 -0
  55. data/cpp/arduino/include/ioa6612c.h +795 -0
  56. data/cpp/arduino/include/ioa6613c.h +795 -0
  57. data/cpp/arduino/include/ioa6614q.h +798 -0
  58. data/cpp/arduino/include/ioa6616c.h +865 -0
  59. data/cpp/arduino/include/ioa6617c.h +865 -0
  60. data/cpp/arduino/include/ioa664251.h +857 -0
  61. data/cpp/arduino/include/ioa8210.h +1843 -0
  62. data/cpp/arduino/include/ioa8510.h +1949 -0
  63. data/cpp/arduino/include/ioat94k.h +565 -0
  64. data/cpp/arduino/include/iocan128.h +100 -0
  65. data/cpp/arduino/include/iocan32.h +100 -0
  66. data/cpp/arduino/include/iocan64.h +100 -0
  67. data/cpp/arduino/include/iocanxx.h +2020 -0
  68. data/cpp/arduino/include/iom103.h +735 -0
  69. data/cpp/arduino/include/iom128.h +1299 -0
  70. data/cpp/arduino/include/iom1280.h +101 -0
  71. data/cpp/arduino/include/iom1281.h +101 -0
  72. data/cpp/arduino/include/iom1284.h +1099 -0
  73. data/cpp/arduino/include/iom1284p.h +1219 -0
  74. data/cpp/arduino/include/iom1284rfr2.h +2690 -0
  75. data/cpp/arduino/include/iom128a.h +1070 -0
  76. data/cpp/arduino/include/iom128rfa1.h +5385 -0
  77. data/cpp/arduino/include/iom128rfr2.h +2706 -0
  78. data/cpp/arduino/include/iom16.h +676 -0
  79. data/cpp/arduino/include/iom161.h +726 -0
  80. data/cpp/arduino/include/iom162.h +1022 -0
  81. data/cpp/arduino/include/iom163.h +686 -0
  82. data/cpp/arduino/include/iom164.h +101 -0
  83. data/cpp/arduino/include/iom164a.h +34 -0
  84. data/cpp/arduino/include/iom164p.h +34 -0
  85. data/cpp/arduino/include/iom164pa.h +1016 -0
  86. data/cpp/arduino/include/iom165.h +887 -0
  87. data/cpp/arduino/include/iom165a.h +832 -0
  88. data/cpp/arduino/include/iom165p.h +889 -0
  89. data/cpp/arduino/include/iom165pa.h +948 -0
  90. data/cpp/arduino/include/iom168.h +97 -0
  91. data/cpp/arduino/include/iom168a.h +35 -0
  92. data/cpp/arduino/include/iom168p.h +942 -0
  93. data/cpp/arduino/include/iom168pa.h +843 -0
  94. data/cpp/arduino/include/iom168pb.h +899 -0
  95. data/cpp/arduino/include/iom169.h +1174 -0
  96. data/cpp/arduino/include/iom169a.h +44 -0
  97. data/cpp/arduino/include/iom169p.h +1097 -0
  98. data/cpp/arduino/include/iom169pa.h +1485 -0
  99. data/cpp/arduino/include/iom16a.h +923 -0
  100. data/cpp/arduino/include/iom16hva.h +80 -0
  101. data/cpp/arduino/include/iom16hva2.h +883 -0
  102. data/cpp/arduino/include/iom16hvb.h +1052 -0
  103. data/cpp/arduino/include/iom16hvbrevb.h +1052 -0
  104. data/cpp/arduino/include/iom16m1.h +1571 -0
  105. data/cpp/arduino/include/iom16u2.h +1000 -0
  106. data/cpp/arduino/include/iom16u4.h +1423 -0
  107. data/cpp/arduino/include/iom2560.h +101 -0
  108. data/cpp/arduino/include/iom2561.h +101 -0
  109. data/cpp/arduino/include/iom2564rfr2.h +2691 -0
  110. data/cpp/arduino/include/iom256rfr2.h +2707 -0
  111. data/cpp/arduino/include/iom3000.h +237 -0
  112. data/cpp/arduino/include/iom32.h +755 -0
  113. data/cpp/arduino/include/iom323.h +744 -0
  114. data/cpp/arduino/include/iom324a.h +1014 -0
  115. data/cpp/arduino/include/iom324p.h +1016 -0
  116. data/cpp/arduino/include/iom324pa.h +1372 -0
  117. data/cpp/arduino/include/iom325.h +886 -0
  118. data/cpp/arduino/include/iom3250.h +982 -0
  119. data/cpp/arduino/include/iom3250a.h +34 -0
  120. data/cpp/arduino/include/iom3250p.h +34 -0
  121. data/cpp/arduino/include/iom3250pa.h +1042 -0
  122. data/cpp/arduino/include/iom325a.h +34 -0
  123. data/cpp/arduino/include/iom325p.h +34 -0
  124. data/cpp/arduino/include/iom325pa.h +937 -0
  125. data/cpp/arduino/include/iom328.h +34 -0
  126. data/cpp/arduino/include/iom328p.h +948 -0
  127. data/cpp/arduino/include/iom329.h +1069 -0
  128. data/cpp/arduino/include/iom3290.h +1227 -0
  129. data/cpp/arduino/include/iom3290a.h +34 -0
  130. data/cpp/arduino/include/iom3290pa.h +1123 -0
  131. data/cpp/arduino/include/iom329a.h +34 -0
  132. data/cpp/arduino/include/iom329p.h +1164 -0
  133. data/cpp/arduino/include/iom329pa.h +34 -0
  134. data/cpp/arduino/include/iom32a.h +686 -0
  135. data/cpp/arduino/include/iom32c1.h +1320 -0
  136. data/cpp/arduino/include/iom32hvb.h +1052 -0
  137. data/cpp/arduino/include/iom32hvbrevb.h +953 -0
  138. data/cpp/arduino/include/iom32m1.h +1625 -0
  139. data/cpp/arduino/include/iom32u2.h +1000 -0
  140. data/cpp/arduino/include/iom32u4.h +1512 -0
  141. data/cpp/arduino/include/iom32u6.h +1431 -0
  142. data/cpp/arduino/include/iom406.h +783 -0
  143. data/cpp/arduino/include/iom48.h +93 -0
  144. data/cpp/arduino/include/iom48a.h +35 -0
  145. data/cpp/arduino/include/iom48p.h +936 -0
  146. data/cpp/arduino/include/iom48pa.h +839 -0
  147. data/cpp/arduino/include/iom48pb.h +890 -0
  148. data/cpp/arduino/include/iom64.h +1311 -0
  149. data/cpp/arduino/include/iom640.h +101 -0
  150. data/cpp/arduino/include/iom644.h +101 -0
  151. data/cpp/arduino/include/iom644a.h +34 -0
  152. data/cpp/arduino/include/iom644p.h +101 -0
  153. data/cpp/arduino/include/iom644pa.h +1387 -0
  154. data/cpp/arduino/include/iom644rfr2.h +2685 -0
  155. data/cpp/arduino/include/iom645.h +881 -0
  156. data/cpp/arduino/include/iom6450.h +978 -0
  157. data/cpp/arduino/include/iom6450a.h +34 -0
  158. data/cpp/arduino/include/iom6450p.h +34 -0
  159. data/cpp/arduino/include/iom645a.h +34 -0
  160. data/cpp/arduino/include/iom645p.h +34 -0
  161. data/cpp/arduino/include/iom649.h +1061 -0
  162. data/cpp/arduino/include/iom6490.h +1182 -0
  163. data/cpp/arduino/include/iom6490a.h +34 -0
  164. data/cpp/arduino/include/iom6490p.h +34 -0
  165. data/cpp/arduino/include/iom649a.h +34 -0
  166. data/cpp/arduino/include/iom649p.h +1490 -0
  167. data/cpp/arduino/include/iom64a.h +1084 -0
  168. data/cpp/arduino/include/iom64c1.h +1321 -0
  169. data/cpp/arduino/include/iom64hve.h +1034 -0
  170. data/cpp/arduino/include/iom64hve2.h +767 -0
  171. data/cpp/arduino/include/iom64m1.h +1572 -0
  172. data/cpp/arduino/include/iom64rfr2.h +2701 -0
  173. data/cpp/arduino/include/iom8.h +665 -0
  174. data/cpp/arduino/include/iom8515.h +687 -0
  175. data/cpp/arduino/include/iom8535.h +772 -0
  176. data/cpp/arduino/include/iom88.h +97 -0
  177. data/cpp/arduino/include/iom88a.h +35 -0
  178. data/cpp/arduino/include/iom88p.h +941 -0
  179. data/cpp/arduino/include/iom88pa.h +1185 -0
  180. data/cpp/arduino/include/iom88pb.h +899 -0
  181. data/cpp/arduino/include/iom8a.h +621 -0
  182. data/cpp/arduino/include/iom8hva.h +76 -0
  183. data/cpp/arduino/include/iom8u2.h +997 -0
  184. data/cpp/arduino/include/iomx8.h +808 -0
  185. data/cpp/arduino/include/iomxx0_1.h +1692 -0
  186. data/cpp/arduino/include/iomxx4.h +954 -0
  187. data/cpp/arduino/include/iomxxhva.h +550 -0
  188. data/cpp/arduino/include/iotn10.h +512 -0
  189. data/cpp/arduino/include/iotn11.h +255 -0
  190. data/cpp/arduino/include/iotn12.h +288 -0
  191. data/cpp/arduino/include/iotn13.h +395 -0
  192. data/cpp/arduino/include/iotn13a.h +394 -0
  193. data/cpp/arduino/include/iotn15.h +363 -0
  194. data/cpp/arduino/include/iotn1634.h +914 -0
  195. data/cpp/arduino/include/iotn167.h +883 -0
  196. data/cpp/arduino/include/iotn20.h +776 -0
  197. data/cpp/arduino/include/iotn22.h +221 -0
  198. data/cpp/arduino/include/iotn2313.h +702 -0
  199. data/cpp/arduino/include/iotn2313a.h +812 -0
  200. data/cpp/arduino/include/iotn24.h +94 -0
  201. data/cpp/arduino/include/iotn24a.h +846 -0
  202. data/cpp/arduino/include/iotn25.h +93 -0
  203. data/cpp/arduino/include/iotn26.h +422 -0
  204. data/cpp/arduino/include/iotn261.h +93 -0
  205. data/cpp/arduino/include/iotn261a.h +987 -0
  206. data/cpp/arduino/include/iotn28.h +297 -0
  207. data/cpp/arduino/include/iotn4.h +477 -0
  208. data/cpp/arduino/include/iotn40.h +767 -0
  209. data/cpp/arduino/include/iotn4313.h +813 -0
  210. data/cpp/arduino/include/iotn43u.h +604 -0
  211. data/cpp/arduino/include/iotn44.h +94 -0
  212. data/cpp/arduino/include/iotn441.h +903 -0
  213. data/cpp/arduino/include/iotn44a.h +844 -0
  214. data/cpp/arduino/include/iotn45.h +93 -0
  215. data/cpp/arduino/include/iotn461.h +94 -0
  216. data/cpp/arduino/include/iotn461a.h +987 -0
  217. data/cpp/arduino/include/iotn48.h +806 -0
  218. data/cpp/arduino/include/iotn5.h +512 -0
  219. data/cpp/arduino/include/iotn828.h +911 -0
  220. data/cpp/arduino/include/iotn84.h +94 -0
  221. data/cpp/arduino/include/iotn841.h +903 -0
  222. data/cpp/arduino/include/iotn84a.h +844 -0
  223. data/cpp/arduino/include/iotn85.h +93 -0
  224. data/cpp/arduino/include/iotn861.h +94 -0
  225. data/cpp/arduino/include/iotn861a.h +988 -0
  226. data/cpp/arduino/include/iotn87.h +859 -0
  227. data/cpp/arduino/include/iotn88.h +806 -0
  228. data/cpp/arduino/include/iotn9.h +477 -0
  229. data/cpp/arduino/include/iotnx4.h +482 -0
  230. data/cpp/arduino/include/iotnx5.h +442 -0
  231. data/cpp/arduino/include/iotnx61.h +541 -0
  232. data/cpp/arduino/include/iousb1286.h +101 -0
  233. data/cpp/arduino/include/iousb1287.h +101 -0
  234. data/cpp/arduino/include/iousb162.h +101 -0
  235. data/cpp/arduino/include/iousb646.h +102 -0
  236. data/cpp/arduino/include/iousb647.h +102 -0
  237. data/cpp/arduino/include/iousb82.h +95 -0
  238. data/cpp/arduino/include/iousbxx2.h +807 -0
  239. data/cpp/arduino/include/iousbxx6_7.h +1336 -0
  240. data/cpp/arduino/include/iox128a1.h +7236 -0
  241. data/cpp/arduino/include/iox128a1u.h +8305 -0
  242. data/cpp/arduino/include/iox128a3.h +6987 -0
  243. data/cpp/arduino/include/iox128a3u.h +7697 -0
  244. data/cpp/arduino/include/iox128a4u.h +7309 -0
  245. data/cpp/arduino/include/iox128b1.h +6872 -0
  246. data/cpp/arduino/include/iox128b3.h +6288 -0
  247. data/cpp/arduino/include/iox128c3.h +6264 -0
  248. data/cpp/arduino/include/iox128d3.h +5749 -0
  249. data/cpp/arduino/include/iox128d4.h +5562 -0
  250. data/cpp/arduino/include/iox16a4.h +6748 -0
  251. data/cpp/arduino/include/iox16a4u.h +7309 -0
  252. data/cpp/arduino/include/iox16c4.h +6078 -0
  253. data/cpp/arduino/include/iox16d4.h +5717 -0
  254. data/cpp/arduino/include/iox16e5.h +7699 -0
  255. data/cpp/arduino/include/iox192a3.h +6987 -0
  256. data/cpp/arduino/include/iox192a3u.h +7697 -0
  257. data/cpp/arduino/include/iox192c3.h +6264 -0
  258. data/cpp/arduino/include/iox192d3.h +5749 -0
  259. data/cpp/arduino/include/iox256a3.h +6987 -0
  260. data/cpp/arduino/include/iox256a3b.h +6983 -0
  261. data/cpp/arduino/include/iox256a3bu.h +7706 -0
  262. data/cpp/arduino/include/iox256a3u.h +7697 -0
  263. data/cpp/arduino/include/iox256c3.h +6264 -0
  264. data/cpp/arduino/include/iox256d3.h +5709 -0
  265. data/cpp/arduino/include/iox32a4.h +6747 -0
  266. data/cpp/arduino/include/iox32a4u.h +7309 -0
  267. data/cpp/arduino/include/iox32c3.h +6264 -0
  268. data/cpp/arduino/include/iox32c4.h +6078 -0
  269. data/cpp/arduino/include/iox32d3.h +5105 -0
  270. data/cpp/arduino/include/iox32d4.h +5685 -0
  271. data/cpp/arduino/include/iox32e5.h +7699 -0
  272. data/cpp/arduino/include/iox384c3.h +6849 -0
  273. data/cpp/arduino/include/iox384d3.h +5833 -0
  274. data/cpp/arduino/include/iox64a1.h +7236 -0
  275. data/cpp/arduino/include/iox64a1u.h +8305 -0
  276. data/cpp/arduino/include/iox64a3.h +6987 -0
  277. data/cpp/arduino/include/iox64a3u.h +7697 -0
  278. data/cpp/arduino/include/iox64a4u.h +7309 -0
  279. data/cpp/arduino/include/iox64b1.h +6454 -0
  280. data/cpp/arduino/include/iox64b3.h +6288 -0
  281. data/cpp/arduino/include/iox64c3.h +6264 -0
  282. data/cpp/arduino/include/iox64d3.h +5764 -0
  283. data/cpp/arduino/include/iox64d4.h +5555 -0
  284. data/cpp/arduino/include/iox8e5.h +7699 -0
  285. data/cpp/arduino/include/lock.h +239 -0
  286. data/cpp/arduino/include/portpins.h +549 -0
  287. data/cpp/arduino/include/version.h +90 -0
  288. data/cpp/arduino/include/xmega.h +71 -0
  289. data/cpp/unittest/Assertion.h +9 -4
  290. data/cpp/unittest/Compare.h +93 -0
  291. data/lib/arduino_ci/arduino_installation.rb +1 -1
  292. data/lib/arduino_ci/cpp_library.rb +4 -1
  293. data/lib/arduino_ci/version.rb +1 -1
  294. data/misc/default.yaml +7 -0
  295. metadata +285 -2
@@ -0,0 +1,1572 @@
1
+ /* Copyright (c) 2009 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
+ /* $Id: iom64m1.h 2183 2010-09-21 05:37:46Z aboyapati $ */
32
+
33
+ /* avr/iom64m1.h - definitions for ATmega64M1 */
34
+
35
+ /* This file should only be included from <avr/io.h>, never directly. */
36
+
37
+ #ifndef _AVR_IO_H_
38
+ # error "Include <avr/io.h> instead of this file."
39
+ #endif
40
+
41
+ #ifndef _AVR_IOXXX_H_
42
+ # define _AVR_IOXXX_H_ "iom64m1.h"
43
+ #else
44
+ # error "Attempt to include more than one <avr/ioXXX.h> file."
45
+ #endif
46
+
47
+
48
+ #ifndef _AVR_ATmega64M1_H_
49
+ #define _AVR_ATmega64M1_H_ 1
50
+
51
+
52
+ /* Registers and associated bit numbers. */
53
+
54
+ #define PINB _SFR_IO8(0x03)
55
+ #define PINB0 0
56
+ #define PINB1 1
57
+ #define PINB2 2
58
+ #define PINB3 3
59
+ #define PINB4 4
60
+ #define PINB5 5
61
+ #define PINB6 6
62
+ #define PINB7 7
63
+
64
+ #define DDRB _SFR_IO8(0x04)
65
+ #define DDB0 0
66
+ #define DDB1 1
67
+ #define DDB2 2
68
+ #define DDB3 3
69
+ #define DDB4 4
70
+ #define DDB5 5
71
+ #define DDB6 6
72
+ #define DDB7 7
73
+
74
+ #define PORTB _SFR_IO8(0x05)
75
+ #define PORTB0 0
76
+ #define PORTB1 1
77
+ #define PORTB2 2
78
+ #define PORTB3 3
79
+ #define PORTB4 4
80
+ #define PORTB5 5
81
+ #define PORTB6 6
82
+ #define PORTB7 7
83
+
84
+ #define PINC _SFR_IO8(0x06)
85
+ #define PINC0 0
86
+ #define PINC1 1
87
+ #define PINC2 2
88
+ #define PINC3 3
89
+ #define PINC4 4
90
+ #define PINC5 5
91
+ #define PINC6 6
92
+ #define PINC7 7
93
+
94
+ #define DDRC _SFR_IO8(0x07)
95
+ #define DDC0 0
96
+ #define DDC1 1
97
+ #define DDC2 2
98
+ #define DDC3 3
99
+ #define DDC4 4
100
+ #define DDC5 5
101
+ #define DDC6 6
102
+ #define DDC7 7
103
+
104
+ #define PORTC _SFR_IO8(0x08)
105
+ #define PORTC0 0
106
+ #define PORTC1 1
107
+ #define PORTC2 2
108
+ #define PORTC3 3
109
+ #define PORTC4 4
110
+ #define PORTC5 5
111
+ #define PORTC6 6
112
+ #define PORTC7 7
113
+
114
+ #define PIND _SFR_IO8(0x09)
115
+ #define PIND0 0
116
+ #define PIND1 1
117
+ #define PIND2 2
118
+ #define PIND3 3
119
+ #define PIND4 4
120
+ #define PIND5 5
121
+ #define PIND6 6
122
+ #define PIND7 7
123
+
124
+ #define DDRD _SFR_IO8(0x0A)
125
+ #define DDD0 0
126
+ #define DDD1 1
127
+ #define DDD2 2
128
+ #define DDD3 3
129
+ #define DDD4 4
130
+ #define DDD5 5
131
+ #define DDD6 6
132
+ #define DDD7 7
133
+
134
+ #define PORTD _SFR_IO8(0x0B)
135
+ #define PORTD0 0
136
+ #define PORTD1 1
137
+ #define PORTD2 2
138
+ #define PORTD3 3
139
+ #define PORTD4 4
140
+ #define PORTD5 5
141
+ #define PORTD6 6
142
+ #define PORTD7 7
143
+
144
+ #define PINE _SFR_IO8(0x0C)
145
+ #define PINE0 0
146
+ #define PINE1 1
147
+ #define PINE2 2
148
+
149
+ #define DDRE _SFR_IO8(0x0D)
150
+ #define DDE0 0
151
+ #define DDE1 1
152
+ #define DDE2 2
153
+
154
+ #define PORTE _SFR_IO8(0x0E)
155
+ #define PORTE0 0
156
+ #define PORTE1 1
157
+ #define PORTE2 2
158
+
159
+ #define TIFR0 _SFR_IO8(0x15)
160
+ #define TOV0 0
161
+ #define OCF0A 1
162
+ #define OCF0B 2
163
+
164
+ #define TIFR1 _SFR_IO8(0x16)
165
+ #define TOV1 0
166
+ #define OCF1A 1
167
+ #define OCF1B 2
168
+ #define ICF1 5
169
+
170
+ #define GPIOR1 _SFR_IO8(0x19)
171
+ #define GPIOR10 0
172
+ #define GPIOR11 1
173
+ #define GPIOR12 2
174
+ #define GPIOR13 3
175
+ #define GPIOR14 4
176
+ #define GPIOR15 5
177
+ #define GPIOR16 6
178
+ #define GPIOR17 7
179
+
180
+ #define GPIOR2 _SFR_IO8(0x1A)
181
+ #define GPIOR20 0
182
+ #define GPIOR21 1
183
+ #define GPIOR22 2
184
+ #define GPIOR23 3
185
+ #define GPIOR24 4
186
+ #define GPIOR25 5
187
+ #define GPIOR26 6
188
+ #define GPIOR27 7
189
+
190
+ #define PCIFR _SFR_IO8(0x1B)
191
+ #define PCIF0 0
192
+ #define PCIF1 1
193
+ #define PCIF2 2
194
+ #define PCIF3 3
195
+
196
+ #define EIFR _SFR_IO8(0x1C)
197
+ #define INTF0 0
198
+ #define INTF1 1
199
+ #define INTF2 2
200
+ #define INTF3 3
201
+
202
+ #define EIMSK _SFR_IO8(0x1D)
203
+ #define INT0 0
204
+ #define INT1 1
205
+ #define INT2 2
206
+ #define INT3 3
207
+
208
+ #define GPIOR0 _SFR_IO8(0x1E)
209
+ #define GPIOR00 0
210
+ #define GPIOR01 1
211
+ #define GPIOR02 2
212
+ #define GPIOR03 3
213
+ #define GPIOR04 4
214
+ #define GPIOR05 5
215
+ #define GPIOR06 6
216
+ #define GPIOR07 7
217
+
218
+ #define EECR _SFR_IO8(0x1F)
219
+ #define EERE 0
220
+ #define EEWE 1
221
+ #define EEMWE 2
222
+ #define EERIE 3
223
+ #define EEPM0 4
224
+ #define EEPM1 5
225
+
226
+ #define EEDR _SFR_IO8(0x20)
227
+ #define EEDR0 0
228
+ #define EEDR1 1
229
+ #define EEDR2 2
230
+ #define EEDR3 3
231
+ #define EEDR4 4
232
+ #define EEDR5 5
233
+ #define EEDR6 6
234
+ #define EEDR7 7
235
+
236
+ #define EEAR _SFR_IO16(0x21)
237
+
238
+ #define EEARL _SFR_IO8(0x21)
239
+ #define EEAR0 0
240
+ #define EEAR1 1
241
+ #define EEAR2 2
242
+ #define EEAR3 3
243
+ #define EEAR4 4
244
+ #define EEAR5 5
245
+ #define EEAR6 6
246
+ #define EEAR7 7
247
+
248
+ #define EEARH _SFR_IO8(0x22)
249
+ #define EEAR8 0
250
+ #define EEAR9 1
251
+ #define EEAR10 2
252
+
253
+ #define GTCCR _SFR_IO8(0x23)
254
+ #define PSR10 0
255
+ #define PSRSYNC 0
256
+ #define ICPSEL1 6
257
+ #define TSM 7
258
+
259
+ #define TCCR0A _SFR_IO8(0x24)
260
+ #define WGM00 0
261
+ #define WGM01 1
262
+ #define COM0B0 4
263
+ #define COM0B1 5
264
+ #define COM0A0 6
265
+ #define COM0A1 7
266
+
267
+ #define TCCR0B _SFR_IO8(0x25)
268
+ #define CS00 0
269
+ #define CS01 1
270
+ #define CS02 2
271
+ #define WGM02 3
272
+ #define FOC0B 6
273
+ #define FOC0A 7
274
+
275
+ #define TCNT0 _SFR_IO8(0x26)
276
+ #define TCNT0_0 0
277
+ #define TCNT0_1 1
278
+ #define TCNT0_2 2
279
+ #define TCNT0_3 3
280
+ #define TCNT0_4 4
281
+ #define TCNT0_5 5
282
+ #define TCNT0_6 6
283
+ #define TCNT0_7 7
284
+
285
+ #define OCR0A _SFR_IO8(0x27)
286
+ #define OCR0A_0 0
287
+ #define OCR0A_1 1
288
+ #define OCR0A_2 2
289
+ #define OCR0A_3 3
290
+ #define OCR0A_4 4
291
+ #define OCR0A_5 5
292
+ #define OCR0A_6 6
293
+ #define OCR0A_7 7
294
+
295
+ #define OCR0B _SFR_IO8(0x28)
296
+ #define OCR0B_0 0
297
+ #define OCR0B_1 1
298
+ #define OCR0B_2 2
299
+ #define OCR0B_3 3
300
+ #define OCR0B_4 4
301
+ #define OCR0B_5 5
302
+ #define OCR0B_6 6
303
+ #define OCR0B_7 7
304
+
305
+ #define PLLCSR _SFR_IO8(0x29)
306
+ #define PLOCK 0
307
+ #define PLLE 1
308
+ #define PLLF 2
309
+
310
+ #define SPCR _SFR_IO8(0x2C)
311
+ #define SPR0 0
312
+ #define SPR1 1
313
+ #define CPHA 2
314
+ #define CPOL 3
315
+ #define MSTR 4
316
+ #define DORD 5
317
+ #define SPE 6
318
+ #define SPIE 7
319
+
320
+ #define SPSR _SFR_IO8(0x2D)
321
+ #define SPI2X 0
322
+ #define WCOL 6
323
+ #define SPIF 7
324
+
325
+ #define SPDR _SFR_IO8(0x2E)
326
+ #define SPDR0 0
327
+ #define SPDR1 1
328
+ #define SPDR2 2
329
+ #define SPDR3 3
330
+ #define SPDR4 4
331
+ #define SPDR5 5
332
+ #define SPDR6 6
333
+ #define SPDR7 7
334
+
335
+ #define ACSR _SFR_IO8(0x30)
336
+ #define AC0O 0
337
+ #define AC1O 1
338
+ #define AC2O 2
339
+ #define AC3O 3
340
+ #define AC0IF 4
341
+ #define AC1IF 5
342
+ #define AC2IF 6
343
+ #define AC3IF 7
344
+
345
+ #define DWDR _SFR_IO8(0x31)
346
+
347
+ #define SMCR _SFR_IO8(0x33)
348
+ #define SE 0
349
+ #define SM0 1
350
+ #define SM1 2
351
+ #define SM2 3
352
+
353
+ #define MCUSR _SFR_IO8(0x34)
354
+ #define PORF 0
355
+ #define EXTRF 1
356
+ #define BORF 2
357
+ #define WDRF 3
358
+
359
+ #define MCUCR _SFR_IO8(0x35)
360
+ #define IVCE 0
361
+ #define IVSEL 1
362
+ #define PUD 4
363
+ #define SPIPS 7
364
+
365
+ #define SPMCSR _SFR_IO8(0x37)
366
+ #define SPMEN 0
367
+ #define PGERS 1
368
+ #define PGWRT 2
369
+ #define BLBSET 3
370
+ #define RWWSRE 4
371
+ #define SIGRD 5
372
+ #define RWWSB 6
373
+ #define SPMIE 7
374
+
375
+ #define WDTCSR _SFR_MEM8(0x60)
376
+ #define WDP0 0
377
+ #define WDP1 1
378
+ #define WDP2 2
379
+ #define WDE 3
380
+ #define WDCE 4
381
+ #define WDP3 5
382
+ #define WDIE 6
383
+ #define WDIF 7
384
+
385
+ #define CLKPR _SFR_MEM8(0x61)
386
+ #define CLKPS0 0
387
+ #define CLKPS1 1
388
+ #define CLKPS2 2
389
+ #define CLKPS3 3
390
+ #define CLKPCE 7
391
+
392
+ #define PRR _SFR_MEM8(0x64)
393
+ #define PRADC 0
394
+ #define PRLIN 1
395
+ #define PRSPI 2
396
+ #define PRTIM0 3
397
+ #define PRTIM1 4
398
+ #define PRPSC 5
399
+ #define PRCAN 6
400
+
401
+ #define __AVR_HAVE_PRR ((1<<PRADC)|(1<<PRLIN)|(1<<PRSPI)|(1<<PRTIM0)|(1<<PRTIM1)|(1<<PRPSC)|(1<<PRCAN))
402
+ #define __AVR_HAVE_PRR_PRADC
403
+ #define __AVR_HAVE_PRR_PRLIN
404
+ #define __AVR_HAVE_PRR_PRSPI
405
+ #define __AVR_HAVE_PRR_PRTIM0
406
+ #define __AVR_HAVE_PRR_PRTIM1
407
+ #define __AVR_HAVE_PRR_PRPSC
408
+ #define __AVR_HAVE_PRR_PRCAN
409
+
410
+ #define OSCCAL _SFR_MEM8(0x66)
411
+ #define CAL0 0
412
+ #define CAL1 1
413
+ #define CAL2 2
414
+ #define CAL3 3
415
+ #define CAL4 4
416
+ #define CAL5 5
417
+ #define CAL6 6
418
+
419
+ #define PCICR _SFR_MEM8(0x68)
420
+ #define PCIE0 0
421
+ #define PCIE1 1
422
+ #define PCIE2 2
423
+ #define PCIE3 3
424
+
425
+ #define EICRA _SFR_MEM8(0x69)
426
+ #define ISC00 0
427
+ #define ISC01 1
428
+ #define ISC10 2
429
+ #define ISC11 3
430
+ #define ISC20 4
431
+ #define ISC21 5
432
+ #define ISC30 6
433
+ #define ISC31 7
434
+
435
+ #define PCMSK0 _SFR_MEM8(0x6A)
436
+ #define PCINT0 0
437
+ #define PCINT1 1
438
+ #define PCINT2 2
439
+ #define PCINT3 3
440
+ #define PCINT4 4
441
+ #define PCINT5 5
442
+ #define PCINT6 6
443
+ #define PCINT7 7
444
+
445
+ #define PCMSK1 _SFR_MEM8(0x6B)
446
+ #define PCINT8 0
447
+ #define PCINT9 1
448
+ #define PCINT10 2
449
+ #define PCINT11 3
450
+ #define PCINT12 4
451
+ #define PCINT13 5
452
+ #define PCINT14 6
453
+ #define PCINT15 7
454
+
455
+ #define PCMSK2 _SFR_MEM8(0x6C)
456
+ #define PCINT16 0
457
+ #define PCINT17 1
458
+ #define PCINT18 2
459
+ #define PCINT19 3
460
+ #define PCINT20 4
461
+ #define PCINT21 5
462
+ #define PCINT22 6
463
+ #define PCINT23 7
464
+
465
+ #define PCMSK3 _SFR_MEM8(0x6D)
466
+ #define PCINT24 0
467
+ #define PCINT25 1
468
+ #define PCINT26 2
469
+
470
+ #define TIMSK0 _SFR_MEM8(0x6E)
471
+ #define TOIE0 0
472
+ #define OCIE0A 1
473
+ #define OCIE0B 2
474
+
475
+ #define TIMSK1 _SFR_MEM8(0x6F)
476
+ #define TOIE1 0
477
+ #define OCIE1A 1
478
+ #define OCIE1B 2
479
+ #define ICIE1 5
480
+
481
+ #define AMP0CSR _SFR_MEM8(0x75)
482
+ #define AMP0TS0 0
483
+ #define AMP0TS1 1
484
+ #define AMP0TS2 2
485
+ #define AMPCMP0 3
486
+ #define AMP0G0 4
487
+ #define AMP0G1 5
488
+ #define AMP0IS 6
489
+ #define AMP0EN 7
490
+
491
+ #define AMP1CSR _SFR_MEM8(0x76)
492
+ #define AMP1TS0 0
493
+ #define AMP1TS1 1
494
+ #define AMP1TS2 2
495
+ #define AMPCMP1 3
496
+ #define AMP1G0 4
497
+ #define AMP1G1 5
498
+ #define AMP1IS 6
499
+ #define AMP1EN 7
500
+
501
+ #define AMP2CSR _SFR_MEM8(0x77)
502
+ #define AMP2TS0 0
503
+ #define AMP2TS1 1
504
+ #define AMP2TS2 2
505
+ #define AMPCMP2 3
506
+ #define AMP2G0 4
507
+ #define AMP2G1 5
508
+ #define AMP2IS 6
509
+ #define AMP2EN 7
510
+
511
+ #ifndef __ASSEMBLER__
512
+ #define ADC _SFR_MEM16(0x78)
513
+ #endif
514
+ #define ADCW _SFR_MEM16(0x78)
515
+
516
+ #define ADCL _SFR_MEM8(0x78)
517
+ #define ADCL0 0
518
+ #define ADCL1 1
519
+ #define ADCL2 2
520
+ #define ADCL3 3
521
+ #define ADCL4 4
522
+ #define ADCL5 5
523
+ #define ADCL6 6
524
+ #define ADCL7 7
525
+
526
+ #define ADCH _SFR_MEM8(0x79)
527
+ #define ADCH0 0
528
+ #define ADCH1 1
529
+ #define ADCH2 2
530
+ #define ADCH3 3
531
+ #define ADCH4 4
532
+ #define ADCH5 5
533
+ #define ADCH6 6
534
+ #define ADCH7 7
535
+
536
+ #define ADCSRA _SFR_MEM8(0x7A)
537
+ #define ADPS0 0
538
+ #define ADPS1 1
539
+ #define ADPS2 2
540
+ #define ADIE 3
541
+ #define ADIF 4
542
+ #define ADATE 5
543
+ #define ADSC 6
544
+ #define ADEN 7
545
+
546
+ #define ADCSRB _SFR_MEM8(0x7B)
547
+ #define ADTS0 0
548
+ #define ADTS1 1
549
+ #define ADTS2 2
550
+ #define ADTS3 3
551
+ #define AREFEN 5
552
+ #define ISRCEN 6
553
+ #define ADHSM 7
554
+
555
+ #define ADMUX _SFR_MEM8(0x7C)
556
+ #define MUX0 0
557
+ #define MUX1 1
558
+ #define MUX2 2
559
+ #define MUX3 3
560
+ #define MUX4 4
561
+ #define ADLAR 5
562
+ #define REFS0 6
563
+ #define REFS1 7
564
+
565
+ #define DIDR0 _SFR_MEM8(0x7E)
566
+ #define ADC0D 0
567
+ #define ADC1D 1
568
+ #define ADC2D 2
569
+ #define ADC3D 3
570
+ #define ADC4D 4
571
+ #define ADC5D 5
572
+ #define ADC6D 6
573
+ #define ADC7D 7
574
+
575
+ #define DIDR1 _SFR_MEM8(0x7F)
576
+ #define ADC8D 0
577
+ #define ADC9D 1
578
+ #define ADC10D 2
579
+ #define AMP0ND 3
580
+ #define AMP0PD 4
581
+ #define ACMP0D 5
582
+ #define AMP2PD 6
583
+
584
+ #define TCCR1A _SFR_MEM8(0x80)
585
+ #define WGM10 0
586
+ #define WGM11 1
587
+ #define COM1B0 4
588
+ #define COM1B1 5
589
+ #define COM1A0 6
590
+ #define COM1A1 7
591
+
592
+ #define TCCR1B _SFR_MEM8(0x81)
593
+ #define CS10 0
594
+ #define CS11 1
595
+ #define CS12 2
596
+ #define WGM12 3
597
+ #define WGM13 4
598
+ #define ICES1 6
599
+ #define ICNC1 7
600
+
601
+ #define TCCR1C _SFR_MEM8(0x82)
602
+ #define FOC1B 6
603
+ #define FOC1A 7
604
+
605
+ #define TCNT1 _SFR_MEM16(0x84)
606
+
607
+ #define TCNT1L _SFR_MEM8(0x84)
608
+ #define TCNT1L0 0
609
+ #define TCNT1L1 1
610
+ #define TCNT1L2 2
611
+ #define TCNT1L3 3
612
+ #define TCNT1L4 4
613
+ #define TCNT1L5 5
614
+ #define TCNT1L6 6
615
+ #define TCNT1L7 7
616
+
617
+ #define TCNT1H _SFR_MEM8(0x85)
618
+ #define TCNT1H0 0
619
+ #define TCNT1H1 1
620
+ #define TCNT1H2 2
621
+ #define TCNT1H3 3
622
+ #define TCNT1H4 4
623
+ #define TCNT1H5 5
624
+ #define TCNT1H6 6
625
+ #define TCNT1H7 7
626
+
627
+ #define ICR1 _SFR_MEM16(0x86)
628
+
629
+ #define ICR1L _SFR_MEM8(0x86)
630
+ #define ICR1L0 0
631
+ #define ICR1L1 1
632
+ #define ICR1L2 2
633
+ #define ICR1L3 3
634
+ #define ICR1L4 4
635
+ #define ICR1L5 5
636
+ #define ICR1L6 6
637
+ #define ICR1L7 7
638
+
639
+ #define ICR1H _SFR_MEM8(0x87)
640
+ #define ICR1H0 0
641
+ #define ICR1H1 1
642
+ #define ICR1H2 2
643
+ #define ICR1H3 3
644
+ #define ICR1H4 4
645
+ #define ICR1H5 5
646
+ #define ICR1H6 6
647
+ #define ICR1H7 7
648
+
649
+ #define OCR1A _SFR_MEM16(0x88)
650
+
651
+ #define OCR1AL _SFR_MEM8(0x88)
652
+ #define OCR1AL0 0
653
+ #define OCR1AL1 1
654
+ #define OCR1AL2 2
655
+ #define OCR1AL3 3
656
+ #define OCR1AL4 4
657
+ #define OCR1AL5 5
658
+ #define OCR1AL6 6
659
+ #define OCR1AL7 7
660
+
661
+ #define OCR1AH _SFR_MEM8(0x89)
662
+ #define OCR1AH0 0
663
+ #define OCR1AH1 1
664
+ #define OCR1AH2 2
665
+ #define OCR1AH3 3
666
+ #define OCR1AH4 4
667
+ #define OCR1AH5 5
668
+ #define OCR1AH6 6
669
+ #define OCR1AH7 7
670
+
671
+ #define OCR1B _SFR_MEM16(0x8A)
672
+
673
+ #define OCR1BL _SFR_MEM8(0x8A)
674
+ #define OCR1BL0 0
675
+ #define OCR1BL1 1
676
+ #define OCR1BL2 2
677
+ #define OCR1BL3 3
678
+ #define OCR1BL4 4
679
+ #define OCR1BL5 5
680
+ #define OCR1BL6 6
681
+ #define OCR1BL7 7
682
+
683
+ #define OCR1BH _SFR_MEM8(0x8B)
684
+ #define OCR1BH0 0
685
+ #define OCR1BH1 1
686
+ #define OCR1BH2 2
687
+ #define OCR1BH3 3
688
+ #define OCR1BH4 4
689
+ #define OCR1BH5 5
690
+ #define OCR1BH6 6
691
+ #define OCR1BH7 7
692
+
693
+ #define DACON _SFR_MEM8(0x90)
694
+ #define DAEN 0
695
+ #define DAOE 1
696
+ #define DALA 2
697
+ #define DATS0 4
698
+ #define DATS1 5
699
+ #define DATS2 6
700
+ #define DAATE 7
701
+
702
+ #define DAC _SFR_MEM16(0x91)
703
+
704
+ #define DACL _SFR_MEM8(0x91)
705
+ #define DACL0 0
706
+ #define DACL1 1
707
+ #define DACL2 2
708
+ #define DACL3 3
709
+ #define DACL4 4
710
+ #define DACL5 5
711
+ #define DACL6 6
712
+ #define DACL7 7
713
+
714
+ #define DACH _SFR_MEM8(0x92)
715
+ #define DACH0 0
716
+ #define DACH1 1
717
+ #define DACH2 2
718
+ #define DACH3 3
719
+ #define DACH4 4
720
+ #define DACH5 5
721
+ #define DACH6 6
722
+ #define DACH7 7
723
+
724
+ #define AC0CON _SFR_MEM8(0x94)
725
+ #define AC0M0 0
726
+ #define AC0M1 1
727
+ #define AC0M2 2
728
+ #define ACCKSEL 3
729
+ #define AC0IS0 4
730
+ #define AC0IS1 5
731
+ #define AC0IE 6
732
+ #define AC0EN 7
733
+
734
+ #define AC1CON _SFR_MEM8(0x95)
735
+ #define AC1M0 0
736
+ #define AC1M1 1
737
+ #define AC1M2 2
738
+ #define AC1ICE 3
739
+ #define AC1IS0 4
740
+ #define AC1IS1 5
741
+ #define AC1IE 6
742
+ #define AC1EN 7
743
+
744
+ #define AC2CON _SFR_MEM8(0x96)
745
+ #define AC2M0 0
746
+ #define AC2M1 1
747
+ #define AC2M2 2
748
+ #define AC2IS0 4
749
+ #define AC2IS1 5
750
+ #define AC2IE 6
751
+ #define AC2EN 7
752
+
753
+ #define AC3CON _SFR_MEM8(0x97)
754
+ #define AC3M0 0
755
+ #define AC3M1 1
756
+ #define AC3M2 2
757
+ #define AC3IS0 4
758
+ #define AC3IS1 5
759
+ #define AC3IE 6
760
+ #define AC3EN 7
761
+
762
+ #define POCR0SA _SFR_MEM16(0xA0)
763
+
764
+ #define POCR0SAL _SFR_MEM8(0xA0)
765
+ #define POCR0SA_0 0
766
+ #define POCR0SA_1 1
767
+ #define POCR0SA_2 2
768
+ #define POCR0SA_3 3
769
+ #define POCR0SA_4 4
770
+ #define POCR0SA_5 5
771
+ #define POCR0SA_6 6
772
+ #define POCR0SA_7 7
773
+
774
+ #define POCR0SAH _SFR_MEM8(0xA1)
775
+ #define POCR0SA_8 0
776
+ #define POCR0SA_9 1
777
+ #define POCR0SA_10 2
778
+ #define POCR0SA_11 3
779
+
780
+ #define POCR0RA _SFR_MEM16(0xA2)
781
+
782
+ #define POCR0RAL _SFR_MEM8(0xA2)
783
+ #define POCR0RA_0 0
784
+ #define POCR0RA_1 1
785
+ #define POCR0RA_2 2
786
+ #define POCR0RA_3 3
787
+ #define POCR0RA_4 4
788
+ #define POCR0RA_5 5
789
+ #define POCR0RA_6 6
790
+ #define POCR0RA_7 7
791
+
792
+ #define POCR0RAH _SFR_MEM8(0xA3)
793
+ #define POCR0RA_8 0
794
+ #define POCR0RA_9 1
795
+ #define POCR0RA_10 2
796
+ #define POCR0RA_11 3
797
+
798
+ #define POCR0SB _SFR_MEM16(0xA4)
799
+
800
+ #define POCR0SBL _SFR_MEM8(0xA4)
801
+ #define POCR0SB_0 0
802
+ #define POCR0SB_1 1
803
+ #define POCR0SB_2 2
804
+ #define POCR0SB_3 3
805
+ #define POCR0SB_4 4
806
+ #define POCR0SB_5 5
807
+ #define POCR0SB_6 6
808
+ #define POCR0SB_7 7
809
+
810
+ #define POCR0SBH _SFR_MEM8(0xA5)
811
+ #define POCR0SB_8 0
812
+ #define POCR0SB_9 1
813
+ #define POCR0SB_10 2
814
+ #define POCR0SB_11 3
815
+
816
+ #define POCR1SA _SFR_MEM16(0xA6)
817
+
818
+ #define POCR1SAL _SFR_MEM8(0xA6)
819
+ #define POCR1SA_0 0
820
+ #define POCR1SA_1 1
821
+ #define POCR1SA_2 2
822
+ #define POCR1SA_3 3
823
+ #define POCR1SA_4 4
824
+ #define POCR1SA_5 5
825
+ #define POCR1SA_6 6
826
+ #define POCR1SA_7 7
827
+
828
+ #define POCR1SAH _SFR_MEM8(0xA7)
829
+ #define POCR1SA_8 0
830
+ #define POCR1SA_9 1
831
+ #define POCR1SA_10 2
832
+ #define POCR1SA_11 3
833
+
834
+ #define POCR1RA _SFR_MEM16(0xA8)
835
+
836
+ #define POCR1RAL _SFR_MEM8(0xA8)
837
+ #define POCR1RA_0 0
838
+ #define POCR1RA_1 1
839
+ #define POCR1RA_2 2
840
+ #define POCR1RA_3 3
841
+ #define POCR1RA_4 4
842
+ #define POCR1RA_5 5
843
+ #define POCR1RA_6 6
844
+ #define POCR1RA_7 7
845
+
846
+ #define POCR1RAH _SFR_MEM8(0xA9)
847
+ #define POCR1RA_8 0
848
+ #define POCR1RA_9 1
849
+ #define POCR1RA_10 2
850
+ #define POCR1RA_11 3
851
+
852
+ #define POCR1SB _SFR_MEM16(0xAA)
853
+
854
+ #define POCR1SBL _SFR_MEM8(0xAA)
855
+ #define POCR1SB_0 0
856
+ #define POCR1SB_1 1
857
+ #define POCR1SB_2 2
858
+ #define POCR1SB_3 3
859
+ #define POCR1SB_4 4
860
+ #define POCR1SB_5 5
861
+ #define POCR1SB_6 6
862
+ #define POCR1SB_7 7
863
+
864
+ #define POCR1SBH _SFR_MEM8(0xAB)
865
+ #define POCR1SB_8 0
866
+ #define POCR1SB_9 1
867
+ #define POCR1SB_10 2
868
+ #define POCR1SB_11 3
869
+
870
+ #define POCR2SA _SFR_MEM16(0xAC)
871
+
872
+ #define POCR2SAL _SFR_MEM8(0xAC)
873
+ #define POCR2SA_0 0
874
+ #define POCR2SA_1 1
875
+ #define POCR2SA_2 2
876
+ #define POCR2SA_3 3
877
+ #define POCR2SA_4 4
878
+ #define POCR2SA_5 5
879
+ #define POCR2SA_6 6
880
+ #define POCR2SA_7 7
881
+
882
+ #define POCR2SAH _SFR_MEM8(0xAD)
883
+ #define POCR2SA_8 0
884
+ #define POCR2SA_9 1
885
+ #define POCR2SA_10 2
886
+ #define POCR2SA_11 3
887
+
888
+ #define POCR2RA _SFR_MEM16(0xAE)
889
+
890
+ #define POCR2RAL _SFR_MEM8(0xAE)
891
+ #define POCR2RA_0 0
892
+ #define POCR2RA_1 1
893
+ #define POCR2RA_2 2
894
+ #define POCR2RA_3 3
895
+ #define POCR2RA_4 4
896
+ #define POCR2RA_5 5
897
+ #define POCR2RA_6 6
898
+ #define POCR2RA_7 7
899
+
900
+ #define POCR2RAH _SFR_MEM8(0xAF)
901
+ #define POCR2RA_8 0
902
+ #define POCR2RA_9 1
903
+ #define POCR2RA_10 2
904
+ #define POCR2RA_11 3
905
+
906
+ #define POCR2SB _SFR_MEM16(0xB0)
907
+
908
+ #define POCR2SBL _SFR_MEM8(0xB0)
909
+ #define POCR2SB_0 0
910
+ #define POCR2SB_1 1
911
+ #define POCR2SB_2 2
912
+ #define POCR2SB_3 3
913
+ #define POCR2SB_4 4
914
+ #define POCR2SB_5 5
915
+ #define POCR2SB_6 6
916
+ #define POCR2SB_7 7
917
+
918
+ #define POCR2SBH _SFR_MEM8(0xB1)
919
+ #define POCR2SB_8 0
920
+ #define POCR2SB_9 1
921
+ #define POCR2SB_10 2
922
+ #define POCR2SB_11 3
923
+
924
+ #define POCR_RB _SFR_MEM16(0xB2)
925
+
926
+ #define POCR_RBL _SFR_MEM8(0xB2)
927
+ #define POCR_RB_0 0
928
+ #define POCR_RB_1 1
929
+ #define POCR_RB_2 2
930
+ #define POCR_RB_3 3
931
+ #define POCR_RB_4 4
932
+ #define POCR_RB_5 5
933
+ #define POCR_RB_6 6
934
+ #define POCR_RB_7 7
935
+
936
+ #define POCR_RBH _SFR_MEM8(0xB3)
937
+ #define POCR_RB_8 0
938
+ #define POCR_RB_9 1
939
+ #define POCR_RB_10 2
940
+ #define POCR_RB_11 3
941
+
942
+ #define PSYNC _SFR_MEM8(0xB4)
943
+ #define PSYNC00 0
944
+ #define PSYNC01 1
945
+ #define PSYNC10 2
946
+ #define PSYNC11 3
947
+ #define PSYNC20 4
948
+ #define PSYNC21 5
949
+
950
+ #define PCNF _SFR_MEM8(0xB5)
951
+ #define POPA 2
952
+ #define POPB 3
953
+ #define PMODE 4
954
+ #define PULOCK 5
955
+
956
+ #define POC _SFR_MEM8(0xB6)
957
+ #define POEN0A 0
958
+ #define POEN0B 1
959
+ #define POEN1A 2
960
+ #define POEN1B 3
961
+ #define POEN2A 4
962
+ #define POEN2B 5
963
+
964
+ #define PCTL _SFR_MEM8(0xB7)
965
+ #define PRUN 0
966
+ #define PCCYC 1
967
+ #define PCLKSEL 5
968
+ #define PPRE0 6
969
+ #define PPRE1 7
970
+
971
+ #define PMIC0 _SFR_MEM8(0xB8)
972
+ #define PRFM00 0
973
+ #define PRFM01 1
974
+ #define PRFM02 2
975
+ #define PAOC0 3
976
+ #define PFLTE0 4
977
+ #define PELEV0 5
978
+ #define PISEL0 6
979
+ #define POVEN0 7
980
+
981
+ #define PMIC1 _SFR_MEM8(0xB9)
982
+ #define PRFM10 0
983
+ #define PRFM11 1
984
+ #define PRFM12 2
985
+ #define PAOC1 3
986
+ #define PFLTE1 4
987
+ #define PELEV1 5
988
+ #define PISEL1 6
989
+ #define POVEN1 7
990
+
991
+ #define PMIC2 _SFR_MEM8(0xBA)
992
+ #define PRFM20 0
993
+ #define PRFM21 1
994
+ #define PRFM22 2
995
+ #define PAOC2 3
996
+ #define PFLTE2 4
997
+ #define PELEV2 5
998
+ #define PISEL2 6
999
+ #define POVEN2 7
1000
+
1001
+ #define PIM _SFR_MEM8(0xBB)
1002
+ #define PEOPE 0
1003
+ #define PEVE0 1
1004
+ #define PEVE1 2
1005
+ #define PEVE2 3
1006
+
1007
+ #define PIFR _SFR_MEM8(0xBC)
1008
+ #define PEOP 0
1009
+ #define PEV0 1
1010
+ #define PEV1 2
1011
+ #define PEV2 3
1012
+
1013
+ #define LINCR _SFR_MEM8(0xC8)
1014
+ #define LCMD0 0
1015
+ #define LCMD1 1
1016
+ #define LCMD2 2
1017
+ #define LENA 3
1018
+ #define LCONF0 4
1019
+ #define LCONF1 5
1020
+ #define LIN13 6
1021
+ #define LSWRES 7
1022
+
1023
+ #define LINSIR _SFR_MEM8(0xC9)
1024
+ #define LRXOK 0
1025
+ #define LTXOK 1
1026
+ #define LIDOK 2
1027
+ #define LERR 3
1028
+ #define LBUSY 4
1029
+ #define LIDST0 5
1030
+ #define LIDST1 6
1031
+ #define LIDST2 7
1032
+
1033
+ #define LINENIR _SFR_MEM8(0xCA)
1034
+ #define LENRXOK 0
1035
+ #define LENTXOK 1
1036
+ #define LENIDOK 2
1037
+ #define LENERR 3
1038
+
1039
+ #define LINERR _SFR_MEM8(0xCB)
1040
+ #define LBERR 0
1041
+ #define LCERR 1
1042
+ #define LPERR 2
1043
+ #define LSERR 3
1044
+ #define LFERR 4
1045
+ #define LOVERR 5
1046
+ #define LTOERR 6
1047
+ #define LABORT 7
1048
+
1049
+ #define LINBTR _SFR_MEM8(0xCC)
1050
+ #define LBT0 0
1051
+ #define LBT1 1
1052
+ #define LBT2 2
1053
+ #define LBT3 3
1054
+ #define LBT4 4
1055
+ #define LBT5 5
1056
+ #define LDISR 7
1057
+
1058
+ #define LINBRR _SFR_MEM16(0xCD)
1059
+
1060
+ #define LINBRRL _SFR_MEM8(0xCD)
1061
+ #define LDIV0 0
1062
+ #define LDIV1 1
1063
+ #define LDIV2 2
1064
+ #define LDIV3 3
1065
+ #define LDIV4 4
1066
+ #define LDIV5 5
1067
+ #define LDIV6 6
1068
+ #define LDIV7 7
1069
+
1070
+ #define LINBRRH _SFR_MEM8(0xCE)
1071
+ #define LDIV8 0
1072
+ #define LDIV9 1
1073
+ #define LDIV10 2
1074
+ #define LDIV11 3
1075
+
1076
+ #define LINDLR _SFR_MEM8(0xCF)
1077
+ #define LRXDL0 0
1078
+ #define LRXDL1 1
1079
+ #define LRXDL2 2
1080
+ #define LRXDL3 3
1081
+ #define LTXDL0 4
1082
+ #define LTXDL1 5
1083
+ #define LTXDL2 6
1084
+ #define LTXDL3 7
1085
+
1086
+ #define LINIDR _SFR_MEM8(0xD0)
1087
+ #define LID0 0
1088
+ #define LID1 1
1089
+ #define LID2 2
1090
+ #define LID3 3
1091
+ #define LID4 4
1092
+ #define LID5 5
1093
+ #define LP0 6
1094
+ #define LP1 7
1095
+
1096
+ #define LINSEL _SFR_MEM8(0xD1)
1097
+ #define LINDX0 0
1098
+ #define LINDX1 1
1099
+ #define LINDX2 2
1100
+ #define LAINC 3
1101
+
1102
+ #define LINDAT _SFR_MEM8(0xD2)
1103
+ #define LDATA0 0
1104
+ #define LDATA1 1
1105
+ #define LDATA2 2
1106
+ #define LDATA3 3
1107
+ #define LDATA4 4
1108
+ #define LDATA5 5
1109
+ #define LDATA6 6
1110
+ #define LDATA7 7
1111
+
1112
+ #define CANGCON _SFR_MEM8(0xD8)
1113
+ #define SWRES 0
1114
+ #define ENASTB 1
1115
+ #define TEST 2
1116
+ #define LISTEN 3
1117
+ #define SYNTTC 4
1118
+ #define TTC 5
1119
+ #define OVRQ 6
1120
+ #define ABRQ 7
1121
+
1122
+ #define CANGSTA _SFR_MEM8(0xD9)
1123
+ #define ERRP 0
1124
+ #define BOFF 1
1125
+ #define ENFG 2
1126
+ #define RXBSY 3
1127
+ #define TXBSY 4
1128
+ #define OVFG 6
1129
+
1130
+ #define CANGIT _SFR_MEM8(0xDA)
1131
+ #define AERG 0
1132
+ #define FERG 1
1133
+ #define CERG 2
1134
+ #define SERG 3
1135
+ #define BXOK 4
1136
+ #define OVRTIM 5
1137
+ #define BOFFIT 6
1138
+ #define CANIT 7
1139
+
1140
+ #define CANGIE _SFR_MEM8(0xDB)
1141
+ #define ENOVRT 0
1142
+ #define ENERG 1
1143
+ #define ENBX 2
1144
+ #define ENERR 3
1145
+ #define ENTX 4
1146
+ #define ENRX 5
1147
+ #define ENBOFF 6
1148
+ #define ENIT 7
1149
+
1150
+ #define CANEN2 _SFR_MEM8(0xDC)
1151
+ #define ENMOB0 0
1152
+ #define ENMOB1 1
1153
+ #define ENMOB2 2
1154
+ #define ENMOB3 3
1155
+ #define ENMOB4 4
1156
+ #define ENMOB5 5
1157
+
1158
+ #define CANEN1 _SFR_MEM8(0xDD)
1159
+
1160
+ #define CANIE2 _SFR_MEM8(0xDE)
1161
+ #define IEMOB0 0
1162
+ #define IEMOB1 1
1163
+ #define IEMOB2 2
1164
+ #define IEMOB3 3
1165
+ #define IEMOB4 4
1166
+ #define IEMOB5 5
1167
+
1168
+ #define CANIE1 _SFR_MEM8(0xDF)
1169
+
1170
+ /* RegDef: CAN Status Interrupt MOb Register*/
1171
+ #define CANSIT _SFR_MEM16(0xE0)
1172
+
1173
+ #define CANSIT2 _SFR_MEM8(0xE0)
1174
+ #define SIT0 0
1175
+ #define SIT1 1
1176
+ #define SIT2 2
1177
+ #define SIT3 3
1178
+ #define SIT4 4
1179
+ #define SIT5 5
1180
+
1181
+ #define CANSIT1 _SFR_MEM8(0xE1)
1182
+
1183
+ #define CANBT1 _SFR_MEM8(0xE2)
1184
+ #define BRP0 1
1185
+ #define BRP1 2
1186
+ #define BRP2 3
1187
+ #define BRP3 4
1188
+ #define BRP4 5
1189
+ #define BRP5 6
1190
+
1191
+ #define CANBT2 _SFR_MEM8(0xE3)
1192
+ #define PRS0 1
1193
+ #define PRS1 2
1194
+ #define PRS2 3
1195
+ #define SJW0 5
1196
+ #define SJW1 6
1197
+
1198
+ #define CANBT3 _SFR_MEM8(0xE4)
1199
+ #define SMP 0
1200
+ #define PHS10 1
1201
+ #define PHS11 2
1202
+ #define PHS12 3
1203
+ #define PHS20 4
1204
+ #define PHS21 5
1205
+ #define PHS22 6
1206
+
1207
+ #define CANTCON _SFR_MEM8(0xE5)
1208
+ #define TPRSC0 0
1209
+ #define TPRSC1 1
1210
+ #define TPRSC2 2
1211
+ #define TPRSC3 3
1212
+ #define TPRSC4 4
1213
+ #define TPRSC5 5
1214
+ #define TPRSC6 6
1215
+ #define TPRSC7 7
1216
+
1217
+ #define CANTIM _SFR_MEM16(0xE6)
1218
+
1219
+ #define CANTIML _SFR_MEM8(0xE6)
1220
+ #define CANTIM0 0
1221
+ #define CANTIM1 1
1222
+ #define CANTIM2 2
1223
+ #define CANTIM3 3
1224
+ #define CANTIM4 4
1225
+ #define CANTIM5 5
1226
+ #define CANTIM6 6
1227
+ #define CANTIM7 7
1228
+
1229
+ #define CANTIMH _SFR_MEM8(0xE7)
1230
+ #define CANTIM8 0
1231
+ #define CANTIM9 1
1232
+ #define CANTIM10 2
1233
+ #define CANTIM11 3
1234
+ #define CANTIM12 4
1235
+ #define CANTIM13 5
1236
+ #define CANTIM14 6
1237
+ #define CANTIM15 7
1238
+
1239
+ #define CANTTC _SFR_MEM16(0xE8)
1240
+
1241
+ #define CANTTCL _SFR_MEM8(0xE8)
1242
+ #define TIMTCC0 0
1243
+ #define TIMTCC1 1
1244
+ #define TIMTCC2 2
1245
+ #define TIMTCC3 3
1246
+ #define TIMTCC4 4
1247
+ #define TIMTCC5 5
1248
+ #define TIMTCC6 6
1249
+ #define TIMTCC7 7
1250
+
1251
+ #define CANTTCH _SFR_MEM8(0xE9)
1252
+ #define TIMTCC8 0
1253
+ #define TIMTCC9 1
1254
+ #define TIMTCC10 2
1255
+ #define TIMTCC11 3
1256
+ #define TIMTCC12 4
1257
+ #define TIMTCC13 5
1258
+ #define TIMTCC14 6
1259
+ #define TIMTCC15 7
1260
+
1261
+ #define CANTEC _SFR_MEM8(0xEA)
1262
+ #define TEC0 0
1263
+ #define TEC1 1
1264
+ #define TEC2 2
1265
+ #define TEC3 3
1266
+ #define TEC4 4
1267
+ #define TEC5 5
1268
+ #define TEC6 6
1269
+ #define TEC7 7
1270
+
1271
+ #define CANREC _SFR_MEM8(0xEB)
1272
+ #define REC0 0
1273
+ #define REC1 1
1274
+ #define REC2 2
1275
+ #define REC3 3
1276
+ #define REC4 4
1277
+ #define REC5 5
1278
+ #define REC6 6
1279
+ #define REC7 7
1280
+
1281
+ #define CANHPMOB _SFR_MEM8(0xEC)
1282
+ #define CGP0 0
1283
+ #define CGP1 1
1284
+ #define CGP2 2
1285
+ #define CGP3 3
1286
+ #define HPMOB0 4
1287
+ #define HPMOB1 5
1288
+ #define HPMOB2 6
1289
+ #define HPMOB3 7
1290
+
1291
+ #define CANPAGE _SFR_MEM8(0xED)
1292
+ #define INDX0 0
1293
+ #define INDX1 1
1294
+ #define INDX2 2
1295
+ #define AINC 3
1296
+ #define MOBNB0 4
1297
+ #define MOBNB1 5
1298
+ #define MOBNB2 6
1299
+ #define MOBNB3 7
1300
+
1301
+ #define CANSTMOB _SFR_MEM8(0xEE)
1302
+ #define AERR 0
1303
+ #define FERR 1
1304
+ #define CERR 2
1305
+ #define SERR 3
1306
+ #define BERR 4
1307
+ #define RXOK 5
1308
+ #define TXOK 6
1309
+ #define DLCW 7
1310
+
1311
+ #define CANCDMOB _SFR_MEM8(0xEF)
1312
+ #define DLC0 0
1313
+ #define DLC1 1
1314
+ #define DLC2 2
1315
+ #define DLC3 3
1316
+ #define IDE 4
1317
+ #define RPLV 5
1318
+ #define CONMOB0 6
1319
+ #define CONMOB1 7
1320
+
1321
+ /* RegDef: CAN Identifier Tag Registers*/
1322
+ #define CANIDT _SFR_MEM32(0xF0)
1323
+
1324
+ #define CANIDT4 _SFR_MEM8(0xF0)
1325
+ #define RB0TAG 0
1326
+ #define RB1TAG 1
1327
+ #define RTRTAG 2
1328
+ #define IDT0 3
1329
+ #define IDT1 4
1330
+ #define IDT2 5
1331
+ #define IDT3 6
1332
+ #define IDT4 7
1333
+
1334
+ #define CANIDT3 _SFR_MEM8(0xF1)
1335
+ #define IDT5 0
1336
+ #define IDT6 1
1337
+ #define IDT7 2
1338
+ #define IDT8 3
1339
+ #define IDT9 4
1340
+ #define IDT10 5
1341
+ #define IDT11 6
1342
+ #define IDT12 7
1343
+
1344
+ #define CANIDT2 _SFR_MEM8(0xF2)
1345
+ #define IDT13 0
1346
+ #define IDT14 1
1347
+ #define IDT15 2
1348
+ #define IDT16 3
1349
+ #define IDT17 4
1350
+ #define IDT18 5
1351
+ #define IDT19 6
1352
+ #define IDT20 7
1353
+
1354
+ #define CANIDT1 _SFR_MEM8(0xF3)
1355
+ #define IDT21 0
1356
+ #define IDT22 1
1357
+ #define IDT23 2
1358
+ #define IDT24 3
1359
+ #define IDT25 4
1360
+ #define IDT26 5
1361
+ #define IDT27 6
1362
+ #define IDT28 7
1363
+
1364
+ /* RegDef: CAN Identifier Mask Registers */
1365
+ #define CANIDM _SFR_MEM32(0xF4)
1366
+
1367
+ #define CANIDM4 _SFR_MEM8(0xF4)
1368
+ #define IDEMSK 0
1369
+ #define RTRMSK 2
1370
+ #define IDMSK0 3
1371
+ #define IDMSK1 4
1372
+ #define IDMSK2 5
1373
+ #define IDMSK3 6
1374
+ #define IDMSK4 7
1375
+
1376
+ #define CANIDM3 _SFR_MEM8(0xF5)
1377
+ #define IDMSK5 0
1378
+ #define IDMSK6 1
1379
+ #define IDMSK7 2
1380
+ #define IDMSK8 3
1381
+ #define IDMSK9 4
1382
+ #define IDMSK10 5
1383
+ #define IDMSK11 6
1384
+ #define IDMSK12 7
1385
+
1386
+ #define CANIDM2 _SFR_MEM8(0xF6)
1387
+ #define IDMSK13 0
1388
+ #define IDMSK14 1
1389
+ #define IDMSK15 2
1390
+ #define IDMSK16 3
1391
+ #define IDMSK17 4
1392
+ #define IDMSK18 5
1393
+ #define IDMSK19 6
1394
+ #define IDMSK20 7
1395
+
1396
+ #define CANIDM1 _SFR_MEM8(0xF7)
1397
+ #define IDMSK21 0
1398
+ #define IDMSK22 1
1399
+ #define IDMSK23 2
1400
+ #define IDMSK24 3
1401
+ #define IDMSK25 4
1402
+ #define IDMSK26 5
1403
+ #define IDMSK27 6
1404
+ #define IDMSK28 7
1405
+
1406
+ #define CANSTM _SFR_MEM16(0xF8)
1407
+
1408
+ #define CANSTML _SFR_MEM8(0xF8)
1409
+ #define TIMSTM0 0
1410
+ #define TIMSTM1 1
1411
+ #define TIMSTM2 2
1412
+ #define TIMSTM3 3
1413
+ #define TIMSTM4 4
1414
+ #define TIMSTM5 5
1415
+ #define TIMSTM6 6
1416
+ #define TIMSTM7 7
1417
+
1418
+ #define CANSTMH _SFR_MEM8(0xF9)
1419
+ #define TIMSTM8 0
1420
+ #define TIMSTM9 1
1421
+ #define TIMSTM10 2
1422
+ #define TIMSTM11 3
1423
+ #define TIMSTM12 4
1424
+ #define TIMSTM13 5
1425
+ #define TIMSTM14 6
1426
+ #define TIMSTM15 7
1427
+
1428
+ #define CANMSG _SFR_MEM8(0xFA)
1429
+ #define MSG0 0
1430
+ #define MSG1 1
1431
+ #define MSG2 2
1432
+ #define MSG3 3
1433
+ #define MSG4 4
1434
+ #define MSG5 5
1435
+ #define MSG6 6
1436
+ #define MSG7 7
1437
+
1438
+
1439
+ /* Interrupt vectors */
1440
+ /* Vector 0 is the reset vector */
1441
+ #define ANACOMP0_vect_num 1
1442
+ #define ANACOMP0_vect _VECTOR(1) /* Analog Comparator 0 */
1443
+ #define ANACOMP1_vect_num 2
1444
+ #define ANACOMP1_vect _VECTOR(2) /* Analog Comparator 1 */
1445
+ #define ANACOMP2_vect_num 3
1446
+ #define ANACOMP2_vect _VECTOR(3) /* Analog Comparator 2 */
1447
+ #define ANACOMP3_vect_num 4
1448
+ #define ANACOMP3_vect _VECTOR(4) /* Analog Comparator 3 */
1449
+ #define PSC_FAULT_vect_num 5
1450
+ #define PSC_FAULT_vect _VECTOR(5) /* PSC Fault */
1451
+ #define PSC_EC_vect_num 6
1452
+ #define PSC_EC_vect _VECTOR(6) /* PSC End of Cycle */
1453
+ #define INT0_vect_num 7
1454
+ #define INT0_vect _VECTOR(7) /* External Interrupt Request 0 */
1455
+ #define INT1_vect_num 8
1456
+ #define INT1_vect _VECTOR(8) /* External Interrupt Request 1 */
1457
+ #define INT2_vect_num 9
1458
+ #define INT2_vect _VECTOR(9) /* External Interrupt Request 2 */
1459
+ #define INT3_vect_num 10
1460
+ #define INT3_vect _VECTOR(10) /* External Interrupt Request 3 */
1461
+ #define TIMER1_CAPT_vect_num 11
1462
+ #define TIMER1_CAPT_vect _VECTOR(11) /* Timer/Counter1 Capture Event */
1463
+ #define TIMER1_COMPA_vect_num 12
1464
+ #define TIMER1_COMPA_vect _VECTOR(12) /* Timer/Counter1 Compare Match A */
1465
+ #define TIMER1_COMPB_vect_num 13
1466
+ #define TIMER1_COMPB_vect _VECTOR(13) /* Timer/Counter1 Compare Match B */
1467
+ #define TIMER1_OVF_vect_num 14
1468
+ #define TIMER1_OVF_vect _VECTOR(14) /* Timer1/Counter1 Overflow */
1469
+ #define TIMER0_COMPA_vect_num 15
1470
+ #define TIMER0_COMPA_vect _VECTOR(15) /* Timer/Counter0 Compare Match A */
1471
+ #define TIMER0_COMPB_vect_num 16
1472
+ #define TIMER0_COMPB_vect _VECTOR(16) /* Timer/Counter0 Compare Match B */
1473
+ #define TIMER0_OVF_vect_num 17
1474
+ #define TIMER0_OVF_vect _VECTOR(17) /* Timer/Counter0 Overflow */
1475
+ #define CAN_INT_vect_num 18
1476
+ #define CAN_INT_vect _VECTOR(18) /* CAN MOB, Burst, General Errors */
1477
+ #define CAN_TOVF_vect_num 19
1478
+ #define CAN_TOVF_vect _VECTOR(19) /* CAN Timer Overflow */
1479
+ #define LIN_TC_vect_num 20
1480
+ #define LIN_TC_vect _VECTOR(20) /* LIN Transfer Complete */
1481
+ #define LIN_ERR_vect_num 21
1482
+ #define LIN_ERR_vect _VECTOR(21) /* LIN Error */
1483
+ #define PCINT0_vect_num 22
1484
+ #define PCINT0_vect _VECTOR(22) /* Pin Change Interrupt Request 0 */
1485
+ #define PCINT1_vect_num 23
1486
+ #define PCINT1_vect _VECTOR(23) /* Pin Change Interrupt Request 1 */
1487
+ #define PCINT2_vect_num 24
1488
+ #define PCINT2_vect _VECTOR(24) /* Pin Change Interrupt Request 2 */
1489
+ #define PCINT3_vect_num 25
1490
+ #define PCINT3_vect _VECTOR(25) /* Pin Change Interrupt Request 3 */
1491
+ #define SPI_STC_vect_num 26
1492
+ #define SPI_STC_vect _VECTOR(26) /* SPI Serial Transfer Complete */
1493
+ #define ADC_vect_num 27
1494
+ #define ADC_vect _VECTOR(27) /* ADC Conversion Complete */
1495
+ #define WDT_vect_num 28
1496
+ #define WDT_vect _VECTOR(28) /* Watchdog Time-Out Interrupt */
1497
+ #define EE_READY_vect_num 29
1498
+ #define EE_READY_vect _VECTOR(29) /* EEPROM Ready */
1499
+ #define SPM_READY_vect_num 30
1500
+ #define SPM_READY_vect _VECTOR(30) /* Store Program Memory Read */
1501
+
1502
+ #define _VECTOR_SIZE 4 /* Size of individual vector. */
1503
+ #define _VECTORS_SIZE (31 * _VECTOR_SIZE)
1504
+
1505
+
1506
+ /* Constants */
1507
+ #define SPM_PAGESIZE (256)
1508
+ #define RAMSTART (0x0100)
1509
+ #define RAMSIZE (4096)
1510
+ #define RAMEND (RAMSTART + RAMSIZE - 1)
1511
+ #define XRAMSTART (0x0)
1512
+ #define XRAMSIZE (0)
1513
+ #define XRAMEND (RAMEND)
1514
+ #define E2END (0x7FF)
1515
+ #define E2PAGESIZE (8)
1516
+ #define FLASHEND (0xFFFF)
1517
+
1518
+
1519
+ /* Fuses */
1520
+ #define FUSE_MEMORY_SIZE 3
1521
+
1522
+ /* Low Fuse Byte */
1523
+ #define FUSE_CKSEL0 (unsigned char)~_BV(0) /* Select Clock Source */
1524
+ #define FUSE_CKSEL1 (unsigned char)~_BV(1) /* Select Clock Source */
1525
+ #define FUSE_CKSEL2 (unsigned char)~_BV(2) /* Select Clock Source */
1526
+ #define FUSE_CKSEL3 (unsigned char)~_BV(3) /* Select Clock Source */
1527
+ #define FUSE_SUT0 (unsigned char)~_BV(4) /* Select start-up time */
1528
+ #define FUSE_SUT1 (unsigned char)~_BV(5) /* Select start-up time */
1529
+ #define FUSE_CKOUT (unsigned char)~_BV(6) /* Oscillator output option */
1530
+ #define FUSE_CKDIV8 (unsigned char)~_BV(7) /* Divide clock by 8 */
1531
+ #define LFUSE_DEFAULT (FUSE_CKDIV8 & FUSE_SUT1 & FUSE_SUT0 & FUSE_CKSEL3 & FUSE_CKSEL2 & FUSE_CKSEL1)
1532
+
1533
+ /* High Fuse Byte */
1534
+ #define FUSE_BOOTRST (unsigned char)~_BV(0) /* Select Reset Vector */
1535
+ #define FUSE_BOOTSZ0 (unsigned char)~_BV(1) /* Select Boot Size */
1536
+ #define FUSE_BOOTSZ1 (unsigned char)~_BV(2) /* Select Boot Size */
1537
+ #define FUSE_EESAVE (unsigned char)~_BV(3) /* EEPROM memory is preserved through chip erase */
1538
+ #define FUSE_WDTON (unsigned char)~_BV(4) /* Watchdog timer always on */
1539
+ #define FUSE_SPIEN (unsigned char)~_BV(5) /* Enable Serial programming and Data Downloading */
1540
+ #define FUSE_DWEN (unsigned char)~_BV(6) /* DebugWIRE Enable */
1541
+ #define FUSE_RSTDISBL (unsigned char)~_BV(7) /* External Reset Disable */
1542
+ #define HFUSE_DEFAULT (FUSE_SPIEN & FUSE_BOOTSZ1 & FUSE_BOOTSZ0)
1543
+
1544
+ /* Extended Fuse Byte */
1545
+ #define FUSE_BODLEVEL0 (unsigned char)~_BV(0) /* Brown-out Detector Trigger Level */
1546
+ #define FUSE_BODLEVEL1 (unsigned char)~_BV(1) /* Brown-out Detector Trigger Level */
1547
+ #define FUSE_BODLEVEL2 (unsigned char)~_BV(2) /* Brown-out Detector Trigger Level */
1548
+ #define FUSE_PSCRVB (unsigned char)~_BV(3) /* PSC Outputs xB Reset Value */
1549
+ #define FUSE_PSCRVA (unsigned char)~_BV(4) /* PSC Outputs xA Reset Value */
1550
+ #define FUSE_PSCRB (unsigned char)~_BV(5) /* PSC Reset Behavior */
1551
+ #define EFUSE_DEFAULT (FUSE_BODLEVEL2 & FUSE_BODLEVEL1)
1552
+
1553
+
1554
+ /* Lock Bits */
1555
+ #define __LOCK_BITS_EXIST
1556
+ #define __BOOT_LOCK_BITS_0_EXIST
1557
+ #define __BOOT_LOCK_BITS_1_EXIST
1558
+
1559
+
1560
+ /* Signature */
1561
+ #define SIGNATURE_0 0x1E
1562
+ #define SIGNATURE_1 0x96
1563
+ #define SIGNATURE_2 0x84
1564
+
1565
+
1566
+ #define SLEEP_MODE_IDLE (0x00<<1)
1567
+ #define SLEEP_MODE_ADC (0x01<<1)
1568
+ #define SLEEP_MODE_PWR_DOWN (0x02<<1)
1569
+ #define SLEEP_MODE_STANDBY (0x06<<1)
1570
+
1571
+ #endif /* _AVR_ATmega64M1_H_ */
1572
+