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

« back to all changes in this revision

Viewing changes to include/avr/iotnx4.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.1.8 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091031115210-x0mlijnegkce86fk
Tags: 1:1.6.7-1
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2005,2007 Anatoly Sokolov
 
1
/* Copyright (c) 2005, 2007, 2009 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: iotnx4.h,v 1.4 2007/05/14 22:21:41 joerg_wunsch Exp $ */
 
31
/* $Id: iotnx4.h,v 1.4.2.2 2009/02/07 19:29:44 aesok Exp $ */
32
32
 
33
33
/* avr/iotnx4.h - definitions for ATtiny24, ATtiny44 and ATtiny84 */
34
34
 
335
335
#define PORF    0
336
336
 
337
337
#define MCUCR   _SFR_IO8(0x35)
 
338
#define BODS    7
338
339
#define PUD     6
339
340
#define SE      5
340
341
#define SM1     4
341
342
#define SM0     3
 
343
#define BODSE   2
342
344
#define ISC01   1
343
345
#define ISC00   0
344
346
 
345
347
#define OCR0A   _SFR_IO8(0x36)
346
348
 
347
349
#define SPMCSR  _SFR_IO8(0x37)
 
350
#define RSIG    5
348
351
#define CTPB    4
349
352
#define RFLB    3
350
353
#define PGWRT   2