bugAVR C Runtime Library - Bugs: bug #15466, iomx8.h file has incorrect bit...

 
 

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

bug #15466: iomx8.h file has incorrect bit fields for TIMSK1

Submitter:  None
Submitted:  Tue 17 Jan 2006 04:55:59 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Invalid Assigned to:  None
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Tue 17 Jan 2006 09:35:38 AM UTC, comment #1: 

Please upgrade your avr-libc.

Joerg Wunsch <joerg_wunsch>
Group administrator
Tue 17 Jan 2006 04:55:59 AM UTC, original submission:  

My current iomx8.h has on (line 391)
#define TIMSK1  _SFR_MEM8 (0x6F)
/* TIMSK1 */
#define ICIE1   5
#define OCIE1B  3
#define OCIE1A  2
#define TOIE1   0

OCIE1B and OCIE1A are incorrect bit positions
should be
#define ICIE1   5
#define OCIE1B  2
#define OCIE1A  1
#define TOIE1   0

Anonymous

 

(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

Items that depend on this one: None found

 

CC list is empty

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-01-17 joerg_wunsch StatusNone Invalid
    Open/ClosedOpen Closed
2006-01-17 None Carbon-Copy- Added robert --DOT-- alkire --AT-- sun --DOT-- com

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code