~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to include/avr/iotnx5.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-12-29 16:20:03 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20071229162003-xx0w1lyakuvfwrhm
Tags: upstream-1.4.7
ImportĀ upstreamĀ versionĀ 1.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2005, Anatoly Sokolov
 
1
/* Copyright (c) 2005,2007 Anatoly Sokolov
2
2
   All rights reserved.
3
3
 
4
4
   Redistribution and use in source and binary forms, with or without
28
28
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
29
  POSSIBILITY OF SUCH DAMAGE. */
30
30
 
31
 
/* $Id: iotnx5.h,v 1.4.2.2 2006/05/23 17:49:39 aesok Exp $ */
 
31
/* $Id: iotnx5.h,v 1.4.2.3 2007/10/30 10:41:39 joerg_wunsch Exp $ */
32
32
 
33
33
/* avr/iotnx5.h - definitions for ATtiny25, ATtiny45 and ATtiny85 */
34
34
 
356
356
 
357
357
/* Timer/Counter1 Compare Match 1A */
358
358
#define TIM1_COMPA_vect                 _VECTOR(3)
 
359
#define TIMER1_COMPA_vect               _VECTOR(3)
359
360
#define SIG_OUTPUT_COMPARE1A            _VECTOR(3)
360
361
 
361
362
/* Timer/Counter1 Overflow */
362
363
#define TIM1_OVF_vect                   _VECTOR(4)
 
364
#define TIMER1_OVF_vect                 _VECTOR(4)
363
365
#define SIG_OVERFLOW1                   _VECTOR(4)
364
366
 
365
367
/* Timer/Counter0 Overflow */
366
368
#define TIM0_OVF_vect                   _VECTOR(5)
 
369
#define TIMER0_OVF_vect                 _VECTOR(5)
367
370
#define SIG_OVERFLOW0                   _VECTOR(5)
368
371
 
369
372
/* EEPROM Ready */
380
383
 
381
384
/* Timer/Counter1 Compare Match B */
382
385
#define TIM1_COMPB_vect                 _VECTOR(9)
 
386
#define TIMER1_COMPB_vect               _VECTOR(9)
383
387
#define SIG_OUTPUT_COMPARE1B            _VECTOR(9)
384
388
 
385
389
/* Timer/Counter0 Compare Match A */
386
390
#define TIM0_COMPA_vect                 _VECTOR(10)
 
391
#define TIMER0_COMPA_vect               _VECTOR(10)
387
392
#define SIG_OUTPUT_COMPARE0A            _VECTOR(10)
388
393
 
389
394
/* Timer/Counter0 Compare Match B */
390
395
#define TIM0_COMPB_vect                 _VECTOR(11)
 
396
#define TIMER0_COMPB_vect               _VECTOR(11)
391
397
#define SIG_OUTPUT_COMPARE0B            _VECTOR(11)
392
398
 
393
399
/* Watchdog Time-out */