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

« back to all changes in this revision

Viewing changes to include/avr/iotn48.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-14 11:15:32 UTC
  • mfrom: (1.1.10 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110714111532-e83i3vqdowgxw8lv
Tags: 1:1.7.1-2
include/util/delay.h.in: Add math.h to list of includes (closes:
#633822)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2007 Atmel Corporation
 
1
/* Copyright (c) 2007-2010 Atmel Corporation
2
2
   All rights reserved.
3
3
 
4
4
   Redistribution and use in source and binary forms, with or without
29
29
  POSSIBILITY OF SUCH DAMAGE. 
30
30
*/
31
31
 
32
 
/* $Id: iotn48.h,v 1.4.2.15 2009/03/27 16:26:07 arcanum Exp $ */
 
32
/* $Id: iotn48.h 2115 2010-04-05 23:19:53Z arcanum $ */
33
33
 
34
34
/* avr/iotn48.h - definitions for ATtiny48 */
35
35
 
629
629
#define TWSR _SFR_MEM8(0xB9)
630
630
#define TWPS0 0
631
631
#define TWPS1 1
632
 
#define TWS3 2
633
 
#define TWS4 3
634
 
#define TWS5 4
635
 
#define TWS6 5
636
 
#define TWS7 6
 
632
#define TWS3 3
 
633
#define TWS4 4
 
634
#define TWS5 5
 
635
#define TWS6 6
 
636
#define TWS7 7
637
637
 
638
638
#define TWAR _SFR_MEM8(0xBA)
639
639
#define TWGCE 0
706
706
 
707
707
/* Constants */
708
708
#define SPM_PAGESIZE 32
 
709
#define RAMSTART     (0x100)
709
710
#define RAMEND       0x1FF
710
711
#define XRAMSIZE     0
711
712
#define XRAMEND      RAMEND