|
From: | anonymous |
Subject: | [avr-libc-dev] [bug #15466] iomx8.h file has incorrect bit fields for TIMSK1 |
Date: | Tue, 17 Jan 2006 04:56:00 +0000 |
User-agent: | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) |
URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15466> Summary: iomx8.h file has incorrect bit fields for TIMSK1 Project: AVR C Runtime Library Submitted by: None Submitted on: Tue 01/17/06 at 04:55 Category: Header Severity: 3 - Normal Priority: 5 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Percent Complete: 0% Originator Email: address@hidden Open/Closed: Open _______________________________________________________ Details: 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 _______________________________________________________ Carbon-Copy List: CC Address | Comment ------------------------------------+----------------------------- robert --DOT-- alkire --AT-- sun --DOT-- com | Originator Email _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15466> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |