source: rtems/cpukit/score/cpu/avr/avr/iom64m1.h @ 04a62dce

4.104.115
Last change on this file since 04a62dce was 04a62dce, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/09 at 14:52:07

2009-08-05 Josh Switnicki <josh.switnicki@…>

  • Makefile.am: added AVR specific Header files to score/cpu/avr/avr. These are from avr-libc 1.6 and assumed to exist by AVR applications.
  • preinstall.am: Regenerated.
  • Property mode set to 100644
File size: 29.7 KB
Line 
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$ */
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 OSCCAL _SFR_MEM8(0x66)
402#define CAL0 0
403#define CAL1 1
404#define CAL2 2
405#define CAL3 3
406#define CAL4 4
407#define CAL5 5
408#define CAL6 6
409
410#define PCICR _SFR_MEM8(0x68)
411#define PCIE0 0
412#define PCIE1 1
413#define PCIE2 2
414#define PCIE3 3
415
416#define EICRA _SFR_MEM8(0x69)
417#define ISC00 0
418#define ISC01 1
419#define ISC10 2
420#define ISC11 3
421#define ISC20 4
422#define ISC21 5
423#define ISC30 6
424#define ISC31 7
425
426#define PCMSK0 _SFR_MEM8(0x6A)
427#define PCINT0 0
428#define PCINT1 1
429#define PCINT2 2
430#define PCINT3 3
431#define PCINT4 4
432#define PCINT5 5
433#define PCINT6 6
434#define PCINT7 7
435
436#define PCMSK1 _SFR_MEM8(0x6B)
437#define PCINT8 0
438#define PCINT9 1
439#define PCINT10 2
440#define PCINT11 3
441#define PCINT12 4
442#define PCINT13 5
443#define PCINT14 6
444#define PCINT15 7
445
446#define PCMSK2 _SFR_MEM8(0x6C)
447#define PCINT16 0
448#define PCINT17 1
449#define PCINT18 2
450#define PCINT19 3
451#define PCINT20 4
452#define PCINT21 5
453#define PCINT22 6
454#define PCINT23 7
455
456#define PCMSK3 _SFR_MEM8(0x6D)
457#define PCINT24 0
458#define PCINT25 1
459#define PCINT26 2
460
461#define TIMSK0 _SFR_MEM8(0x6E)
462#define TOIE0 0
463#define OCIE0A 1
464#define OCIE0B 2
465
466#define TIMSK1 _SFR_MEM8(0x6F)
467#define TOIE1 0
468#define OCIE1A 1
469#define OCIE1B 2
470#define ICIE1 5
471
472#define AMP0CSR _SFR_MEM8(0x75)
473#define AMP0TS0 0
474#define AMP0TS1 1
475#define AMP0TS2 2
476#define AMPCMP0 3
477#define AMP0G0 4
478#define AMP0G1 5
479#define AMP0IS 6
480#define AMP0EN 7
481
482#define AMP1CSR _SFR_MEM8(0x76)
483#define AMP1TS0 0
484#define AMP1TS1 1
485#define AMP1TS2 2
486#define AMPCMP1 3
487#define AMP1G0 4
488#define AMP1G1 5
489#define AMP1IS 6
490#define AMP1EN 7
491
492#define AMP2CSR _SFR_MEM8(0x77)
493#define AMP2TS0 0
494#define AMP2TS1 1
495#define AMP2TS2 2
496#define AMPCMP2 3
497#define AMP2G0 4
498#define AMP2G1 5
499#define AMP2IS 6
500#define AMP2EN 7
501
502#ifndef __ASSEMBLER__
503#define ADC _SFR_MEM16(0x78)
504#endif
505#define ADCW _SFR_MEM16(0x78)
506
507#define ADCL _SFR_MEM8(0x78)
508#define ADCL0 0
509#define ADCL1 1
510#define ADCL2 2
511#define ADCL3 3
512#define ADCL4 4
513#define ADCL5 5
514#define ADCL6 6
515#define ADCL7 7
516
517#define ADCH _SFR_MEM8(0x79)
518#define ADCH0 0
519#define ADCH1 1
520#define ADCH2 2
521#define ADCH3 3
522#define ADCH4 4
523#define ADCH5 5
524#define ADCH6 6
525#define ADCH7 7
526
527#define ADCSRA _SFR_MEM8(0x7A)
528#define ADPS0 0
529#define ADPS1 1
530#define ADPS2 2
531#define ADIE 3
532#define ADIF 4
533#define ADATE 5
534#define ADSC 6
535#define ADEN 7
536
537#define ADCSRB _SFR_MEM8(0x7B)
538#define ADTS0 0
539#define ADTS1 1
540#define ADTS2 2
541#define ADTS3 3
542#define AREFEN 5
543#define ISRCEN 6
544#define ADHSM 7
545
546#define ADMUX _SFR_MEM8(0x7C)
547#define MUX0 0
548#define MUX1 1
549#define MUX2 2
550#define MUX3 3
551#define MUX4 4
552#define ADLAR 5
553#define REFS0 6
554#define REFS1 7
555
556#define DIDR0 _SFR_MEM8(0x7E)
557#define ADC0D 0
558#define ADC1D 1
559#define ADC2D 2
560#define ADC3D 3
561#define ADC4D 4
562#define ADC5D 5
563#define ADC6D 6
564#define ADC7D 7
565
566#define DIDR1 _SFR_MEM8(0x7F)
567#define ADC8D 0
568#define ADC9D 1
569#define ADC10D 2
570#define AMP0ND 3
571#define AMP0PD 4
572#define ACMP0D 5
573#define AMP2PD 6
574
575#define TCCR1A _SFR_MEM8(0x80)
576#define WGM10 0
577#define WGM11 1
578#define COM1B0 4
579#define COM1B1 5
580#define COM1A0 6
581#define COM1A1 7
582
583#define TCCR1B _SFR_MEM8(0x81)
584#define CS10 0
585#define CS11 1
586#define CS12 2
587#define WGM12 3
588#define WGM13 4
589#define ICES1 6
590#define ICNC1 7
591
592#define TCCR1C _SFR_MEM8(0x82)
593#define FOC1B 6
594#define FOC1A 7
595
596#define TCNT1 _SFR_MEM16(0x84)
597
598#define TCNT1L _SFR_MEM8(0x84)
599#define TCNT1L0 0
600#define TCNT1L1 1
601#define TCNT1L2 2
602#define TCNT1L3 3
603#define TCNT1L4 4
604#define TCNT1L5 5
605#define TCNT1L6 6
606#define TCNT1L7 7
607
608#define TCNT1H _SFR_MEM8(0x85)
609#define TCNT1H0 0
610#define TCNT1H1 1
611#define TCNT1H2 2
612#define TCNT1H3 3
613#define TCNT1H4 4
614#define TCNT1H5 5
615#define TCNT1H6 6
616#define TCNT1H7 7
617
618#define ICR1 _SFR_MEM16(0x86)
619
620#define ICR1L _SFR_MEM8(0x86)
621#define ICR1L0 0
622#define ICR1L1 1
623#define ICR1L2 2
624#define ICR1L3 3
625#define ICR1L4 4
626#define ICR1L5 5
627#define ICR1L6 6
628#define ICR1L7 7
629
630#define ICR1H _SFR_MEM8(0x87)
631#define ICR1H0 0
632#define ICR1H1 1
633#define ICR1H2 2
634#define ICR1H3 3
635#define ICR1H4 4
636#define ICR1H5 5
637#define ICR1H6 6
638#define ICR1H7 7
639
640#define OCR1A _SFR_MEM16(0x88)
641
642#define OCR1AL _SFR_MEM8(0x88)
643#define OCR1AL0 0
644#define OCR1AL1 1
645#define OCR1AL2 2
646#define OCR1AL3 3
647#define OCR1AL4 4
648#define OCR1AL5 5
649#define OCR1AL6 6
650#define OCR1AL7 7
651
652#define OCR1AH _SFR_MEM8(0x89)
653#define OCR1AH0 0
654#define OCR1AH1 1
655#define OCR1AH2 2
656#define OCR1AH3 3
657#define OCR1AH4 4
658#define OCR1AH5 5
659#define OCR1AH6 6
660#define OCR1AH7 7
661
662#define OCR1B _SFR_MEM16(0x8A)
663
664#define OCR1BL _SFR_MEM8(0x8A)
665#define OCR1BL0 0
666#define OCR1BL1 1
667#define OCR1BL2 2
668#define OCR1BL3 3
669#define OCR1BL4 4
670#define OCR1BL5 5
671#define OCR1BL6 6
672#define OCR1BL7 7
673
674#define OCR1BH _SFR_MEM8(0x8B)
675#define OCR1BH0 0
676#define OCR1BH1 1
677#define OCR1BH2 2
678#define OCR1BH3 3
679#define OCR1BH4 4
680#define OCR1BH5 5
681#define OCR1BH6 6
682#define OCR1BH7 7
683
684#define DACON _SFR_MEM8(0x90)
685#define DAEN 0
686#define DALA 2
687#define DATS0 4
688#define DATS1 5
689#define DATS2 6
690#define DAATE 7
691
692#define DAC _SFR_MEM16(0x91)
693
694#define DACL _SFR_MEM8(0x91)
695#define DACL0 0
696#define DACL1 1
697#define DACL2 2
698#define DACL3 3
699#define DACL4 4
700#define DACL5 5
701#define DACL6 6
702#define DACL7 7
703
704#define DACH _SFR_MEM8(0x92)
705#define DACH0 0
706#define DACH1 1
707#define DACH2 2
708#define DACH3 3
709#define DACH4 4
710#define DACH5 5
711#define DACH6 6
712#define DACH7 7
713
714#define AC0CON _SFR_MEM8(0x94)
715#define AC0M0 0
716#define AC0M1 1
717#define AC0M2 2
718#define ACCKSEL 3
719#define AC0IS0 4
720#define AC0IS1 5
721#define AC0IE 6
722#define AC0EN 7
723
724#define AC1CON _SFR_MEM8(0x95)
725#define AC1M0 0
726#define AC1M1 1
727#define AC1M2 2
728#define AC1ICE 3
729#define AC1IS0 4
730#define AC1IS1 5
731#define AC1IE 6
732#define AC1EN 7
733
734#define AC2CON _SFR_MEM8(0x96)
735#define AC2M0 0
736#define AC2M1 1
737#define AC2M2 2
738#define AC2IS0 4
739#define AC2IS1 5
740#define AC2IE 6
741#define AC2EN 7
742
743#define AC3CON _SFR_MEM8(0x97)
744#define AC3M0 0
745#define AC3M1 1
746#define AC3M2 2
747#define AC3IS0 4
748#define AC3IS1 5
749#define AC3IE 6
750#define AC3EN 7
751
752#define POCR0SA _SFR_MEM16(0xA0)
753
754#define POCR0SAL _SFR_MEM8(0xA0)
755#define POCR0SA_0 0
756#define POCR0SA_1 1
757#define POCR0SA_2 2
758#define POCR0SA_3 3
759#define POCR0SA_4 4
760#define POCR0SA_5 5
761#define POCR0SA_6 6
762#define POCR0SA_7 7
763
764#define POCR0SAH _SFR_MEM8(0xA1)
765#define POCR0SA_8 0
766#define POCR0SA_9 1
767#define POCR0SA_10 2
768#define POCR0SA_11 3
769
770#define POCR0RA _SFR_MEM16(0xA2)
771
772#define POCR0RAL _SFR_MEM8(0xA2)
773#define POCR0RA_0 0
774#define POCR0RA_1 1
775#define POCR0RA_2 2
776#define POCR0RA_3 3
777#define POCR0RA_4 4
778#define POCR0RA_5 5
779#define POCR0RA_6 6
780#define POCR0RA_7 7
781
782#define POCR0RAH _SFR_MEM8(0xA3)
783#define POCR0RA_8 0
784#define POCR0RA_9 1
785#define POCR0RA_10 2
786#define POCR0RA_11 3
787
788#define POCR0SB _SFR_MEM16(0xA4)
789
790#define POCR0SBL _SFR_MEM8(0xA4)
791#define POCR0SB_0 0
792#define POCR0SB_1 1
793#define POCR0SB_2 2
794#define POCR0SB_3 3
795#define POCR0SB_4 4
796#define POCR0SB_5 5
797#define POCR0SB_6 6
798#define POCR0SB_7 7
799
800#define POCR0SBH _SFR_MEM8(0xA5)
801#define POCR0SB_8 0
802#define POCR0SB_9 1
803#define POCR0SB_10 2
804#define POCR0SB_11 3
805
806#define POCR1SA _SFR_MEM16(0xA6)
807
808#define POCR1SAL _SFR_MEM8(0xA6)
809#define POCR1SA_0 0
810#define POCR1SA_1 1
811#define POCR1SA_2 2
812#define POCR1SA_3 3
813#define POCR1SA_4 4
814#define POCR1SA_5 5
815#define POCR1SA_6 6
816#define POCR1SA_7 7
817
818#define POCR1SAH _SFR_MEM8(0xA7)
819#define POCR1SA_8 0
820#define POCR1SA_9 1
821#define POCR1SA_10 2
822#define POCR1SA_11 3
823
824#define POCR1RA _SFR_MEM16(0xA8)
825
826#define POCR1RAL _SFR_MEM8(0xA8)
827#define POCR1RA_0 0
828#define POCR1RA_1 1
829#define POCR1RA_2 2
830#define POCR1RA_3 3
831#define POCR1RA_4 4
832#define POCR1RA_5 5
833#define POCR1RA_6 6
834#define POCR1RA_7 7
835
836#define POCR1RAH _SFR_MEM8(0xA9)
837#define POCR1RA_8 0
838#define POCR1RA_9 1
839#define POCR1RA_10 2
840#define POCR1RA_11 3
841
842#define POCR1SB _SFR_MEM16(0xAA)
843
844#define POCR1SBL _SFR_MEM8(0xAA)
845#define POCR1SB_0 0
846#define POCR1SB_1 1
847#define POCR1SB_2 2
848#define POCR1SB_3 3
849#define POCR1SB_4 4
850#define POCR1SB_5 5
851#define POCR1SB_6 6
852#define POCR1SB_7 7
853
854#define POCR1SBH _SFR_MEM8(0xAB)
855#define POCR1SB_8 0
856#define POCR1SB_9 1
857#define POCR1SB_10 2
858#define POCR1SB_11 3
859
860#define POCR2SA _SFR_MEM16(0xAC)
861
862#define POCR2SAL _SFR_MEM8(0xAC)
863#define POCR2SA_0 0
864#define POCR2SA_1 1
865#define POCR2SA_2 2
866#define POCR2SA_3 3
867#define POCR2SA_4 4
868#define POCR2SA_5 5
869#define POCR2SA_6 6
870#define POCR2SA_7 7
871
872#define POCR2SAH _SFR_MEM8(0xAD)
873#define POCR2SA_8 0
874#define POCR2SA_9 1
875#define POCR2SA_10 2
876#define POCR2SA_11 3
877
878#define POCR2RA _SFR_MEM16(0xAE)
879
880#define POCR2RAL _SFR_MEM8(0xAE)
881#define POCR2RA_0 0
882#define POCR2RA_1 1
883#define POCR2RA_2 2
884#define POCR2RA_3 3
885#define POCR2RA_4 4
886#define POCR2RA_5 5
887#define POCR2RA_6 6
888#define POCR2RA_7 7
889
890#define POCR2RAH _SFR_MEM8(0xAF)
891#define POCR2RA_8 0
892#define POCR2RA_9 1
893#define POCR2RA_10 2
894#define POCR2RA_11 3
895
896#define POCR2SB _SFR_MEM16(0xB0)
897
898#define POCR2SBL _SFR_MEM8(0xB0)
899#define POCR2SB_0 0
900#define POCR2SB_1 1
901#define POCR2SB_2 2
902#define POCR2SB_3 3
903#define POCR2SB_4 4
904#define POCR2SB_5 5
905#define POCR2SB_6 6
906#define POCR2SB_7 7
907
908#define POCR2SBH _SFR_MEM8(0xB1)
909#define POCR2SB_8 0
910#define POCR2SB_9 1
911#define POCR2SB_10 2
912#define POCR2SB_11 3
913
914#define POCR_RB _SFR_MEM16(0xB2)
915
916#define POCR_RBL _SFR_MEM8(0xB2)
917#define POCR_RB_0 0
918#define POCR_RB_1 1
919#define POCR_RB_2 2
920#define POCR_RB_3 3
921#define POCR_RB_4 4
922#define POCR_RB_5 5
923#define POCR_RB_6 6
924#define POCR_RB_7 7
925
926#define POCR_RBH _SFR_MEM8(0xB3)
927#define POCR_RB_8 0
928#define POCR_RB_9 1
929#define POCR_RB_10 2
930#define POCR_RB_11 3
931
932#define PSYNC _SFR_MEM8(0xB4)
933#define PSYNC00 0
934#define PSYNC01 1
935#define PSYNC10 2
936#define PSYNC11 3
937#define PSYNC20 4
938#define PSYNC21 5
939
940#define PCNF _SFR_MEM8(0xB5)
941#define POPA 2
942#define POPB 3
943#define PMODE 4
944#define PULOCK 5
945
946#define POC _SFR_MEM8(0xB6)
947#define POEN0A 0
948#define POEN0B 1
949#define POEN1A 2
950#define POEN1B 3
951#define POEN2A 4
952#define POEN2B 5
953
954#define PCTL _SFR_MEM8(0xB7)
955#define PRUN 0
956#define PCCYC 1
957#define PCLKSEL 5
958#define PPRE0 6
959#define PPRE1 7
960
961#define PMIC0 _SFR_MEM8(0xB8)
962#define PRFM00 0
963#define PRFM01 1
964#define PRFM02 2
965#define PAOC0 3
966#define PFLTE0 4
967#define PELEV0 5
968#define PISEL0 6
969#define POVEN0 7
970
971#define PMIC1 _SFR_MEM8(0xB9)
972#define PRFM10 0
973#define PRFM11 1
974#define PRFM12 2
975#define PAOC1 3
976#define PFLTE1 4
977#define PELEV1 5
978#define PISEL1 6
979#define POVEN1 7
980
981#define PMIC2 _SFR_MEM8(0xBA)
982#define PRFM20 0
983#define PRFM21 1
984#define PRFM22 2
985#define PAOC2 3
986#define PFLTE2 4
987#define PELEV2 5
988#define PISEL2 6
989#define POVEN2 7
990
991#define PIM _SFR_MEM8(0xBB)
992#define PEOPE 0
993#define PEVE0 1
994#define PEVE1 2
995#define PEVE2 3
996
997#define PIFR _SFR_MEM8(0xBC)
998#define PEOP 0
999#define PEV0 1
1000#define PEV1 2
1001#define PEV2 3
1002
1003#define LINCR _SFR_MEM8(0xC8)
1004#define LCMD0 0
1005#define LCMD1 1
1006#define LCMD2 2
1007#define LENA 3
1008#define LCONF0 4
1009#define LCONF1 5
1010#define LIN13 6
1011#define LSWRES 7
1012
1013#define LINSIR _SFR_MEM8(0xC9)
1014#define LRXOK 0
1015#define LTXOK 1
1016#define LIDOK 2
1017#define LERR 3
1018#define LBUSY 4
1019#define LIDST0 5
1020#define LIDST1 6
1021#define LIDST2 7
1022
1023#define LINENIR _SFR_MEM8(0xCA)
1024#define LENRXOK 0
1025#define LENTXOK 1
1026#define LENIDOK 2
1027#define LENERR 3
1028
1029#define LINERR _SFR_MEM8(0xCB)
1030#define LBERR 0
1031#define LCERR 1
1032#define LPERR 2
1033#define LSERR 3
1034#define LFERR 4
1035#define LOVERR 5
1036#define LTOERR 6
1037#define LABORT 7
1038
1039#define LINBTR _SFR_MEM8(0xCC)
1040#define LBT0 0
1041#define LBT1 1
1042#define LBT2 2
1043#define LBT3 3
1044#define LBT4 4
1045#define LBT5 5
1046#define LDISR 7
1047
1048#define LINBRR _SFR_MEM16(0xCD)
1049
1050#define LINBRRL _SFR_MEM8(0xCD)
1051#define LDIV0 0
1052#define LDIV1 1
1053#define LDIV2 2
1054#define LDIV3 3
1055#define LDIV4 4
1056#define LDIV5 5
1057#define LDIV6 6
1058#define LDIV7 7
1059
1060#define LINBRRH _SFR_MEM8(0xCE)
1061#define LDIV8 0
1062#define LDIV9 1
1063#define LDIV10 2
1064#define LDIV11 3
1065
1066#define LINDLR _SFR_MEM8(0xCF)
1067#define LRXDL0 0
1068#define LRXDL1 1
1069#define LRXDL2 2
1070#define LRXDL3 3
1071#define LTXDL0 4
1072#define LTXDL1 5
1073#define LTXDL2 6
1074#define LTXDL3 7
1075
1076#define LINIDR _SFR_MEM8(0xD0)
1077#define LID0 0
1078#define LID1 1
1079#define LID2 2
1080#define LID3 3
1081#define LID4 4
1082#define LID5 5
1083#define LP0 6
1084#define LP1 7
1085
1086#define LINSEL _SFR_MEM8(0xD1)
1087#define LINDX0 0
1088#define LINDX1 1
1089#define LINDX2 2
1090#define LAINC 3
1091
1092#define LINDAT _SFR_MEM8(0xD2)
1093#define LDATA0 0
1094#define LDATA1 1
1095#define LDATA2 2
1096#define LDATA3 3
1097#define LDATA4 4
1098#define LDATA5 5
1099#define LDATA6 6
1100#define LDATA7 7
1101
1102#define CANGCON _SFR_MEM8(0xD8)
1103#define SWRES 0
1104#define ENASTB 1
1105#define TEST 2
1106#define LISTEN 3
1107#define SYNTTC 4
1108#define TTC 5
1109#define OVRQ 6
1110#define ABRQ 7
1111
1112#define CANGSTA _SFR_MEM8(0xD9)
1113#define ERRP 0
1114#define BOFF 1
1115#define ENFG 2
1116#define RXBSY 3
1117#define TXBSY 4
1118#define OVFG 6
1119
1120#define CANGIT _SFR_MEM8(0xDA)
1121#define AERG 0
1122#define FERG 1
1123#define CERG 2
1124#define SERG 3
1125#define BXOK 4
1126#define OVRTIM 5
1127#define BOFFIT 6
1128#define CANIT 7
1129
1130#define CANGIE _SFR_MEM8(0xDB)
1131#define ENOVRT 0
1132#define ENERG 1
1133#define ENBX 2
1134#define ENERR 3
1135#define ENTX 4
1136#define ENRX 5
1137#define ENBOFF 6
1138#define ENIT 7
1139
1140#define CANEN2 _SFR_MEM8(0xDC)
1141#define ENMOB0 0
1142#define ENMOB1 1
1143#define ENMOB2 2
1144#define ENMOB3 3
1145#define ENMOB4 4
1146#define ENMOB5 5
1147
1148#define CANEN1 _SFR_MEM8(0xDD)
1149
1150#define CANIE2 _SFR_MEM8(0xDE)
1151#define IEMOB0 0
1152#define IEMOB1 1
1153#define IEMOB2 2
1154#define IEMOB3 3
1155#define IEMOB4 4
1156#define IEMOB5 5
1157
1158#define CANIE1 _SFR_MEM8(0xDF)
1159
1160#define CANSIT2 _SFR_MEM8(0xE0)
1161#define SIT0 0
1162#define SIT1 1
1163#define SIT2 2
1164#define SIT3 3
1165#define SIT4 4
1166#define SIT5 5
1167
1168#define CANSIT1 _SFR_MEM8(0xE1)
1169
1170#define CANBT1 _SFR_MEM8(0xE2)
1171#define BRP0 1
1172#define BRP1 2
1173#define BRP2 3
1174#define BRP3 4
1175#define BRP4 5
1176#define BRP5 6
1177
1178#define CANBT2 _SFR_MEM8(0xE3)
1179#define PRS0 1
1180#define PRS1 2
1181#define PRS2 3
1182#define SJW0 5
1183#define SJW1 6
1184
1185#define CANBT3 _SFR_MEM8(0xE4)
1186#define SMP 0
1187#define PHS10 1
1188#define PHS11 2
1189#define PHS12 3
1190#define PHS20 4
1191#define PHS21 5
1192#define PHS22 6
1193
1194#define CANTCON _SFR_MEM8(0xE5)
1195#define TPRSC0 0
1196#define TPRSC1 1
1197#define TPRSC2 2
1198#define TPRSC3 3
1199#define TPRSC4 4
1200#define TPRSC5 5
1201#define TPRSC6 6
1202#define TPRSC7 7
1203
1204#define CANTIM _SFR_MEM16(0xE6)
1205
1206#define CANTIML _SFR_MEM8(0xE6)
1207#define CANTIM0 0
1208#define CANTIM1 1
1209#define CANTIM2 2
1210#define CANTIM3 3
1211#define CANTIM4 4
1212#define CANTIM5 5
1213#define CANTIM6 6
1214#define CANTIM7 7
1215
1216#define CANTIMH _SFR_MEM8(0xE7)
1217#define CANTIM8 0
1218#define CANTIM9 1
1219#define CANTIM10 2
1220#define CANTIM11 3
1221#define CANTIM12 4
1222#define CANTIM13 5
1223#define CANTIM14 6
1224#define CANTIM15 7
1225
1226#define CANTTC _SFR_MEM16(0xE8)
1227
1228#define CANTTCL _SFR_MEM8(0xE8)
1229#define TIMTCC0 0
1230#define TIMTCC1 1
1231#define TIMTCC2 2
1232#define TIMTCC3 3
1233#define TIMTCC4 4
1234#define TIMTCC5 5
1235#define TIMTCC6 6
1236#define TIMTCC7 7
1237
1238#define CANTTCH _SFR_MEM8(0xE9)
1239#define TIMTCC8 0
1240#define TIMTCC9 1
1241#define TIMTCC10 2
1242#define TIMTCC11 3
1243#define TIMTCC12 4
1244#define TIMTCC13 5
1245#define TIMTCC14 6
1246#define TIMTCC15 7
1247
1248#define CANTEC _SFR_MEM8(0xEA)
1249#define TEC0 0
1250#define TEC1 1
1251#define TEC2 2
1252#define TEC3 3
1253#define TEC4 4
1254#define TEC5 5
1255#define TEC6 6
1256#define TEC7 7
1257
1258#define CANREC _SFR_MEM8(0xEB)
1259#define REC0 0
1260#define REC1 1
1261#define REC2 2
1262#define REC3 3
1263#define REC4 4
1264#define REC5 5
1265#define REC6 6
1266#define REC7 7
1267
1268#define CANHPMOB _SFR_MEM8(0xEC)
1269#define CGP0 0
1270#define CGP1 1
1271#define CGP2 2
1272#define CGP3 3
1273#define HPMOB0 4
1274#define HPMOB1 5
1275#define HPMOB2 6
1276#define HPMOB3 7
1277
1278#define CANPAGE _SFR_MEM8(0xED)
1279#define INDX0 0
1280#define INDX1 1
1281#define INDX2 2
1282#define AINC 3
1283#define MOBNB0 4
1284#define MOBNB1 5
1285#define MOBNB2 6
1286#define MOBNB3 7
1287
1288#define CANSTMOB _SFR_MEM8(0xEE)
1289#define AERR 0
1290#define FERR 1
1291#define CERR 2
1292#define SERR 3
1293#define BERR 4
1294#define RXOK 5
1295#define TXOK 6
1296#define DLCW 7
1297
1298#define CANCDMOB _SFR_MEM8(0xEF)
1299#define DLC0 0
1300#define DLC1 1
1301#define DLC2 2
1302#define DLC3 3
1303#define IDE 4
1304#define RPLV 5
1305#define CONMOB0 6
1306#define CONMOB1 7
1307
1308#define CANIDT4 _SFR_MEM8(0xF0)
1309#define RB0TAG 0
1310#define RB1TAG 1
1311#define RTRTAG 2
1312#define IDT0 3
1313#define IDT1 4
1314#define IDT2 5
1315#define IDT3 6
1316#define IDT4 7
1317
1318#define CANIDT3 _SFR_MEM8(0xF1)
1319#define IDT5 0
1320#define IDT6 1
1321#define IDT7 2
1322#define IDT8 3
1323#define IDT9 4
1324#define IDT10 5
1325#define IDT11 6
1326#define IDT12 7
1327
1328#define CANIDT2 _SFR_MEM8(0xF2)
1329#define IDT13 0
1330#define IDT14 1
1331#define IDT15 2
1332#define IDT16 3
1333#define IDT17 4
1334#define IDT18 5
1335#define IDT19 6
1336#define IDT20 7
1337
1338#define CANIDT1 _SFR_MEM8(0xF3)
1339#define IDT21 0
1340#define IDT22 1
1341#define IDT23 2
1342#define IDT24 3
1343#define IDT25 4
1344#define IDT26 5
1345#define IDT27 6
1346#define IDT28 7
1347
1348#define CANIDM4 _SFR_MEM8(0xF4)
1349#define IDEMSK 0
1350#define RTRMSK 2
1351#define IDMSK0 3
1352#define IDMSK1 4
1353#define IDMSK2 5
1354#define IDMSK3 6
1355#define IDMSK4 7
1356
1357#define CANIDM3 _SFR_MEM8(0xF5)
1358#define IDMSK5 0
1359#define IDMSK6 1
1360#define IDMSK7 2
1361#define IDMSK8 3
1362#define IDMSK9 4
1363#define IDMSK10 5
1364#define IDMSK11 6
1365#define IDMSK12 7
1366
1367#define CANIDM2 _SFR_MEM8(0xF6)
1368#define IDMSK13 0
1369#define IDMSK14 1
1370#define IDMSK15 2
1371#define IDMSK16 3
1372#define IDMSK17 4
1373#define IDMSK18 5
1374#define IDMSK19 6
1375#define IDMSK20 7
1376
1377#define CANIDM1 _SFR_MEM8(0xF7)
1378#define IDMSK21 0
1379#define IDMSK22 1
1380#define IDMSK23 2
1381#define IDMSK24 3
1382#define IDMSK25 4
1383#define IDMSK26 5
1384#define IDMSK27 6
1385#define IDMSK28 7
1386
1387#define CANSTM _SFR_MEM16(0xF8)
1388
1389#define CANSTML _SFR_MEM8(0xF8)
1390#define TIMSTM0 0
1391#define TIMSTM1 1
1392#define TIMSTM2 2
1393#define TIMSTM3 3
1394#define TIMSTM4 4
1395#define TIMSTM5 5
1396#define TIMSTM6 6
1397#define TIMSTM7 7
1398
1399#define CANSTMH _SFR_MEM8(0xF9)
1400#define TIMSTM8 0
1401#define TIMSTM9 1
1402#define TIMSTM10 2
1403#define TIMSTM11 3
1404#define TIMSTM12 4
1405#define TIMSTM13 5
1406#define TIMSTM14 6
1407#define TIMSTM15 7
1408
1409#define CANMSG _SFR_MEM8(0xFA)
1410#define MSG0 0
1411#define MSG1 1
1412#define MSG2 2
1413#define MSG3 3
1414#define MSG4 4
1415#define MSG5 5
1416#define MSG6 6
1417#define MSG7 7
1418
1419
1420/* Interrupt vectors */
1421/* Vector 0 is the reset vector */
1422#define ANACOMP0_vect_num  1
1423#define ANACOMP0_vect      _VECTOR(1)  /* Analog Comparator 0 */
1424#define ANACOMP1_vect_num  2
1425#define ANACOMP1_vect      _VECTOR(2)  /* Analog Comparator 1 */
1426#define ANACOMP2_vect_num  3
1427#define ANACOMP2_vect      _VECTOR(3)  /* Analog Comparator 2 */
1428#define ANACOMP3_vect_num  4
1429#define ANACOMP3_vect      _VECTOR(4)  /* Analog Comparator 3 */
1430#define PSC_FAULT_vect_num  5
1431#define PSC_FAULT_vect      _VECTOR(5)  /* PSC Fault */
1432#define PSC_EC_vect_num  6
1433#define PSC_EC_vect      _VECTOR(6)  /* PSC End of Cycle */
1434#define INT0_vect_num  7
1435#define INT0_vect      _VECTOR(7)  /* External Interrupt Request 0 */
1436#define INT1_vect_num  8
1437#define INT1_vect      _VECTOR(8)  /* External Interrupt Request 1 */
1438#define INT2_vect_num  9
1439#define INT2_vect      _VECTOR(9)  /* External Interrupt Request 2 */
1440#define INT3_vect_num  10
1441#define INT3_vect      _VECTOR(10)  /* External Interrupt Request 3 */
1442#define TIMER1_CAPT_vect_num  11
1443#define TIMER1_CAPT_vect      _VECTOR(11)  /* Timer/Counter1 Capture Event */
1444#define TIMER1_COMPA_vect_num  12
1445#define TIMER1_COMPA_vect      _VECTOR(12)  /* Timer/Counter1 Compare Match A */
1446#define TIMER1_COMPB_vect_num  13
1447#define TIMER1_COMPB_vect      _VECTOR(13)  /* Timer/Counter1 Compare Match B */
1448#define TIMER1_OVF_vect_num  14
1449#define TIMER1_OVF_vect      _VECTOR(14)  /* Timer1/Counter1 Overflow */
1450#define TIMER0_COMPA_vect_num  15
1451#define TIMER0_COMPA_vect      _VECTOR(15)  /* Timer/Counter0 Compare Match A */
1452#define TIMER0_COMPB_vect_num  16
1453#define TIMER0_COMPB_vect      _VECTOR(16)  /* Timer/Counter0 Compare Match B */
1454#define TIMER0_OVF_vect_num  17
1455#define TIMER0_OVF_vect      _VECTOR(17)  /* Timer/Counter0 Overflow */
1456#define CAN_INT_vect_num  18
1457#define CAN_INT_vect      _VECTOR(18)  /* CAN MOB, Burst, General Errors */
1458#define CAN_TOVF_vect_num  19
1459#define CAN_TOVF_vect      _VECTOR(19)  /* CAN Timer Overflow */
1460#define LIN_TC_vect_num  20
1461#define LIN_TC_vect      _VECTOR(20)  /* LIN Transfer Complete */
1462#define LIN_ERR_vect_num  21
1463#define LIN_ERR_vect      _VECTOR(21)  /* LIN Error */
1464#define PCINT0_vect_num  22
1465#define PCINT0_vect      _VECTOR(22)  /* Pin Change Interrupt Request 0 */
1466#define PCINT1_vect_num  23
1467#define PCINT1_vect      _VECTOR(23)  /* Pin Change Interrupt Request 1 */
1468#define PCINT2_vect_num  24
1469#define PCINT2_vect      _VECTOR(24)  /* Pin Change Interrupt Request 2 */
1470#define PCINT3_vect_num  25
1471#define PCINT3_vect      _VECTOR(25)  /* Pin Change Interrupt Request 3 */
1472#define SPI_STC_vect_num  26
1473#define SPI_STC_vect      _VECTOR(26)  /* SPI Serial Transfer Complete */
1474#define ADC_vect_num  27
1475#define ADC_vect      _VECTOR(27)  /* ADC Conversion Complete */
1476#define WDT_vect_num  28
1477#define WDT_vect      _VECTOR(28)  /* Watchdog Time-Out Interrupt */
1478#define EE_READY_vect_num  29
1479#define EE_READY_vect      _VECTOR(29)  /* EEPROM Ready */
1480#define SPM_READY_vect_num  30
1481#define SPM_READY_vect      _VECTOR(30)  /* Store Program Memory Read */
1482
1483#define _VECTOR_SIZE 4 /* Size of individual vector. */
1484#define _VECTORS_SIZE (31 * _VECTOR_SIZE)
1485
1486
1487/* Constants */
1488#define SPM_PAGESIZE (256)
1489#define RAMSTART     (0x0100)
1490#define RAMSIZE      (4096)
1491#define RAMEND       (RAMSTART + RAMSIZE - 1)
1492#define XRAMSTART    (0x0)
1493#define XRAMSIZE     (0)
1494#define XRAMEND      (RAMEND)
1495#define E2END        (0x7FF)
1496#define E2PAGESIZE   (8)
1497#define FLASHEND     (0xFFFF)
1498
1499
1500/* Fuses */
1501#define FUSE_MEMORY_SIZE 3
1502
1503/* Low Fuse Byte */
1504#define FUSE_CKSEL0  (unsigned char)~_BV(0)  /* Select Clock Source */
1505#define FUSE_CKSEL1  (unsigned char)~_BV(1)  /* Select Clock Source */
1506#define FUSE_CKSEL2  (unsigned char)~_BV(2)  /* Select Clock Source */
1507#define FUSE_CKSEL3  (unsigned char)~_BV(3)  /* Select Clock Source */
1508#define FUSE_SUT0  (unsigned char)~_BV(4)  /* Select start-up time */
1509#define FUSE_SUT1  (unsigned char)~_BV(5)  /* Select start-up time */
1510#define FUSE_CKOUT  (unsigned char)~_BV(6)  /* Oscillator output option */
1511#define FUSE_CKDIV8  (unsigned char)~_BV(7)  /* Divide clock by 8 */
1512#define LFUSE_DEFAULT (FUSE_CKDIV8 & FUSE_SUT1 & FUSE_SUT0 & FUSE_CKSEL3 & FUSE_CKSEL2 & FUSE_CKSEL1)
1513
1514/* High Fuse Byte */
1515#define FUSE_BOOTRST  (unsigned char)~_BV(0)  /* Select Reset Vector */
1516#define FUSE_BOOTSZ0  (unsigned char)~_BV(1)  /* Select Boot Size */
1517#define FUSE_BOOTSZ1  (unsigned char)~_BV(2)  /* Select Boot Size */
1518#define FUSE_EESAVE  (unsigned char)~_BV(3)  /* EEPROM memory is preserved through chip erase */
1519#define FUSE_WDTON  (unsigned char)~_BV(4)  /* Watchdog timer always on */
1520#define FUSE_SPIEN  (unsigned char)~_BV(5)  /* Enable Serial programming and Data Downloading */
1521#define FUSE_DWEN  (unsigned char)~_BV(6)  /* DebugWIRE Enable */
1522#define FUSE_RSTDISBL  (unsigned char)~_BV(7)  /* External Reset Disable */
1523#define HFUSE_DEFAULT (FUSE_SPIEN & FUSE_BOOTSZ1 & FUSE_BOOTSZ0)
1524
1525/* Extended Fuse Byte */
1526#define FUSE_BODLEVEL0  (unsigned char)~_BV(0)  /* Brown-out Detector Trigger Level */
1527#define FUSE_BODLEVEL1  (unsigned char)~_BV(1)  /* Brown-out Detector Trigger Level */
1528#define FUSE_BODLEVEL2  (unsigned char)~_BV(2)  /* Brown-out Detector Trigger Level */
1529#define FUSE_PSCRVB  (unsigned char)~_BV(3)  /* PSC Outputs xB Reset Value */
1530#define FUSE_PSCRVA  (unsigned char)~_BV(4)  /* PSC Outputs xA Reset Value */
1531#define FUSE_PSCRB  (unsigned char)~_BV(5)  /* PSC Reset Behavior */
1532#define EFUSE_DEFAULT (FUSE_BODLEVEL2 & FUSE_BODLEVEL1)
1533
1534
1535/* Lock Bits */
1536#define __LOCK_BITS_EXIST
1537#define __BOOT_LOCK_BITS_0_EXIST
1538#define __BOOT_LOCK_BITS_1_EXIST
1539
1540
1541/* Signature */
1542#define SIGNATURE_0 0x1E
1543#define SIGNATURE_1 0x96
1544#define SIGNATURE_2 0x84
1545
1546
1547#endif /* _AVR_ATmega64M1_H_ */
1548
Note: See TracBrowser for help on using the repository browser.