~ubuntu-branches/ubuntu/feisty/avr-libc/feisty

« back to all changes in this revision

Viewing changes to include/avr/io43u32x.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2006-11-15 21:12:47 UTC
  • mfrom: (3.1.2 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115211247-b7qhgnb6o49v5zsg
Tags: 1:1.4.5-2
* Convertion to debheler fixed (closes: #398220)
* Reference to /usr/share/common-licenses in copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2003, Keith Gudger
 
1
/* Copyright (c) 2003,2005 Keith Gudger
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: io43u32x.h,v 1.5 2005/11/10 22:19:07 joerg_wunsch Exp $ */
 
32
 
31
33
/* avr/io43u32x.h - definitions for AT43USB32x */
32
34
 
33
35
#ifndef _AVR_IO43U32X_H_
116
118
/* Data Register, Port A */
117
119
#define PORTA   _SFR_IO8(0x1B)
118
120
 
119
 
/* 0x1C..0x1F EEPROM */
 
121
/* 0x1C..0x1F reserved */
120
122
 
121
123
/* Watchdog Timer Control Register */
122
124
#define WDTCR   _SFR_IO8(0x21)
173
175
#define SIG_INTERRUPT0          _VECTOR(1)
174
176
#define SIG_INTERRUPT1          _VECTOR(2)
175
177
#define SIG_TIMER1_CAPT1        _VECTOR(3)
 
178
#define SIG_INPUT_CAPTURE1      _VECTOR(3)
176
179
#define SIG_OUTPUT_COMPARE1A            _VECTOR(4)
177
180
#define SIG_OUTPUT_COMPARE1B            _VECTOR(5)
178
181
#define SIG_OVERFLOW1           _VECTOR(6)