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

« back to all changes in this revision

Viewing changes to include/avr/iom168p.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2008-08-10 09:59:16 UTC
  • mfrom: (1.1.7 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080810095916-wwyigh3vt0e9s7ud
Tags: 1:1.6.2.cvs20080610-2
Added build-depends on texlive-extra-utils (closes: #493454)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  POSSIBILITY OF SUCH DAMAGE. 
30
30
*/
31
31
 
32
 
/* $Id: iom168p.h,v 1.3.2.6 2008/03/19 21:25:13 arcanum Exp $ */
 
32
/* $Id: iom168p.h,v 1.3.2.7 2008/04/28 17:06:22 arcanum Exp $ */
33
33
 
34
34
/* avr/iom168p.h - definitions for ATmega168P. */
35
35
 
438
438
#define OCIE2A 1
439
439
#define OCIE2B 2
440
440
 
441
 
#define ADC _SFR_MEM16(0x78)
 
441
#ifndef __ASSEMBLER__
 
442
#define ADC     _SFR_MEM16(0x78)
 
443
#endif
 
444
#define ADCW    _SFR_MEM16(0x78)
442
445
 
443
446
#define ADCL _SFR_MEM8(0x78)
444
447
#define ADCL0 0