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

« back to all changes in this revision

Viewing changes to include/avr/iom169pa.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:
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: iom169pa.h,v 1.1.2.2 2009/12/15 03:24:15 arcanum Exp $ */
 
31
/* $Id: iom169pa.h 2192 2010-11-08 13:53:24Z arcanum $ */
32
32
 
33
33
/* avr/iom169pa.h - definitions for ATmega169PA */
34
34
 
794
794
#define UBRR0 _SFR_MEM16(0xC4)
795
795
 
796
796
#define UBRR0L _SFR_MEM8(0xC4)
797
 
#define UBRR0 0
798
 
#define UBRR1 1
799
 
#define UBRR2 2
800
 
#define UBRR3 3
801
 
#define UBRR4 4
802
 
#define UBRR5 5
803
 
#define UBRR6 6
804
 
#define UBRR7 7
 
797
#define UBRR0_0 0
 
798
#define UBRR0_1 1
 
799
#define UBRR0_2 2
 
800
#define UBRR0_3 3
 
801
#define UBRR0_4 4
 
802
#define UBRR0_5 5
 
803
#define UBRR0_6 6
 
804
#define UBRR0_7 7
805
805
 
806
806
#define UBRR0H _SFR_MEM8(0xC5)
807
 
#define UBRR8 0
808
 
#define UBRR9 1
809
 
#define UBRR10 2
810
 
#define UBRR11 3
 
807
#define UBRR0_8 0
 
808
#define UBRR0_9 1
 
809
#define UBRR0_10 2
 
810
#define UBRR0_11 3
811
811
 
812
812
#define UDR0 _SFR_MEM8(0xC6)
813
813
#define UDR00 0
1288
1288
#define SEG23_PIN   PING
1289
1289
#define SEG23_BIT   4
1290
1290
 
1291
 
#define ICP/SEG22_DDR   DDRD
1292
 
#define ICP/SEG22_PORT  PORTD
1293
 
#define ICP/SEG22_PIN   PIND
1294
 
#define ICP/SEG22_BIT   0
 
1291
#define SEG22_DDR   DDRD
 
1292
#define SEG22_PORT  PORTD
 
1293
#define SEG22_PIN   PIND
 
1294
#define SEG22_BIT   0
1295
1295
 
1296
 
#define INT0/SEG21_DDR   DDRD
1297
 
#define INT0/SEG21_PORT  PORTD
1298
 
#define INT0/SEG21_PIN   PIND
1299
 
#define INT0/SEG21_BIT   1
 
1296
#define SEG21_DDR   DDRD
 
1297
#define SEG21_PORT  PORTD
 
1298
#define SEG21_PIN   PIND
 
1299
#define SEG21_BIT   1
1300
1300
 
1301
1301
#define SEG20_DDR   DDRD
1302
1302
#define SEG20_PORT  PORTD