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

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

[avr-libc-dev] [Bug #3327] I read from phorum that outb() is deprecated


From: nobody
Subject: [avr-libc-dev] [Bug #3327] I read from phorum that outb() is deprecated? But still can found a note from library "Use outb() in new programs".
Date: Fri, 25 Apr 2003 06:55:16 -0400

=================== BUG #3327: FULL BUG SNAPSHOT ===================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=3327&group_id=2140

Submitted by: Jake                    Project: AVR C Runtime Library        
Submitted on: Fri 04/25/03 at 10:55
Category:  Documentation              Severity:  5 - Major                  
Bug Group:  None                      Resolution:  None                     
Assigned to:  None                    Originator Email:  address@hidden
Status:  Open                         

Summary:  I read from phorum that outb() is deprecated? But still can found a 
note from library "Use outb() in new programs".

Original Submission:  I'm not sure if I am right (still uncertain), but I read 
from avrfreaks phorum that outb() is deprecated. I know that outp() is 
deprecated, but I can't find such mention of outb(). I find such mentions 
(introduced below) on chapter "5.16 Special function registers".

PDF VERSION:
avr-libc Reference Manual 20030417cvs
Generated by Doxygen 1.2.18 Tue Apr 22 09:54:05 2003

chapter 5.16.2.12 #define outp(val, sfr) outb(sfr, val)

Deprecated:
For backwards compatibility only. This macro will eventually be removed.

Use outb() in new programs.


As well as there are also same mention on html manual. I also can't find any 
outb() mention on deprecated function list. At least, I find this version of 
documentation with \WinAVR\doc\avr-libc\...

Thanks.



No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=3327&group_id=2140




reply via email to

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