bugAVR C Runtime Library - Bugs: bug #28573, power.h: power_timer2_disable()...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #28573: power.h: power_timer2_disable() for at90usb82\162

Submitter:  Eric Weddington <arcanum>
Submitted:  Tue 12 Jan 2010 10:31:39 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  9 - Immediate Item Group:  Header files
Status:  Fixed Assigned to:  aboyapati
Percent Complete:  0% Open/Closed:  Closed
Release:  1.6.7 Fixed Release:  None

Wed 07 Apr 2010 04:17:10 AM UTC, comment #2: 

Setting to closed.

Eric Weddington <arcanum>
Group administrator
Tue 06 Apr 2010 08:40:24 AM UTC, comment #1: 
Anitha Boyapati <aboyapati>
Tue 12 Jan 2010 10:31:39 PM UTC, original submission:  

From WinAVR bug #2883111 (SourceForge):

Is mistake in file avr\include\avr\power.h on line 1137:

#define power_timer1_enable() (PRR0 &= (uint8_t)~(1 << PRTIM1))
#define power_timer2_disable() (PRR0 |= (uint8_t)(1 << PRTIM1))

Right write 1 instead of 2:
#define power_timer1_enable() (PRR0 &= (uint8_t)~(1 << PRTIM1))
#define power_timer1_disable() (PRR0 |= (uint8_t)(1 << PRTIM1))

Eric Weddington <arcanum>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by aboyapati (Posted a comment)
  • -email is unavailable- added by arcanum (Submitted the item)
  •  

    Follow 10 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-04-07 arcanum Open/ClosedOpen Closed
        Summarypower.h: power_timer2_disable() for at90usb82\\162 power.h: power_timer2_disable() for at90usb82\162
    2010-04-06 aboyapati Dependencies- bugs #28394 is dependent
    2010-04-06 aboyapati StatusNone Fixed
        Assigned toNone aboyapati
        Summarypower.h: power_timer2_disable() for at90usb82\\162 power.h: power_timer2_disable() for at90usb82\162
    2010-03-29 arcanum Priority5 - Normal 9 - Immediate
        Summarypower.h: power_timer2_disable() for at90usb82\\162 power.h: power_timer2_disable() for at90usb82\162
    2010-01-13 arcanum CategoryNone Header
        Summarypower.h: power_timer2_disable() for at90usb82\\162 power.h: power_timer2_disable() for at90usb82\162

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code