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

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

[avr-libc-dev] [bug #22964] io90pwm3b.h bit name inconsistency


From: Tero Sinervo
Subject: [avr-libc-dev] [bug #22964] io90pwm3b.h bit name inconsistency
Date: Thu, 17 Apr 2008 11:37:54 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14

URL:
  <http://savannah.nongnu.org/bugs/?22964>

                 Summary: io90pwm3b.h bit name inconsistency
                 Project: AVR C Runtime Library
            Submitted by: tvjsin
            Submitted on: Thursday 17/04/08 at 11:37
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Header files
                  Status: None
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.6.2
           Fixed Release: None

    _______________________________________________________

Details:

There's an inconsistency in PSOCn register PSYNCnx bit names as listed below.
This error is actually in Atmel's part description file. Are there any
recommendations on how these bugs should be reported in the future?


#define PSOC0 _SFR_MEM8(0xD0)
#define PSYNC00 4
#define PSYNC01 5

#define PSOC2 _SFR_MEM8(0xF0)
#define PSYNC2_0 4
#define PSYNC2_1 5

#define PSOC1 _SFR_MEM8(0xE0)
#define PSYNC1_0 4
#define PSYNC1_1 5





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?22964>

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





reply via email to

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