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

« back to all changes in this revision

Viewing changes to include/avr/io2313.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:
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: io2313.h,v 1.9 2005/10/30 22:11:23 joerg_wunsch Exp $ */
 
31
/* $Id: io2313.h,v 1.9.2.1 2007/10/25 14:49:18 aesok Exp $ */
32
32
 
33
33
/* avr/io2313.h - definitions for AT90S2313 */
34
34
 
203
203
/* Timer/Counter Interrupt MaSK register */                 
204
204
#define    TOIE1   7
205
205
#define    OCIE1A  6
206
 
#define    TICIE   3
 
206
#define    TICIE   3 /* old name */ 
 
207
#define    TICIE1  3
207
208
#define    TOIE0   1
208
209
 
209
210
/* Timer/Counter Interrupt Flag register */