avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #12134] ADC register name definitions


From: Anatoly Sokolov
Subject: [avr-libc-dev] [bug #12134] ADC register name definitions
Date: Sat, 4 Jun 2005 21:55:52 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)

Follow-up Comment #3, bug #12134 (project avr-libc):

This path define ADC registers like so:

 #ifndef __ASSEMBLER__
 #define ADC      _SFR_IO16 (0x04)
 #endif
 #define ADCW    _SFR_IO16(0x04)
 #define ADCL      _SFR_IO8(0x04)
 #define ADCH     _SFR_IO8(0x05)
    _______________________________________________________

Additional Item Attachment:

File name: adc-regs-patch.diff            Size:9 KB

<http://savannah.nongnu.org/bugs/download.php?item_id=12134&item_file_id=2570>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12134>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]