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

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

[avr-libc-dev] [bug #29502] literal error in iox128a1.h


From: Dominic Rathje
Subject: [avr-libc-dev] [bug #29502] literal error in iox128a1.h
Date: Fri, 09 Apr 2010 20:40:39 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8

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

                 Summary: literal error in iox128a1.h
                 Project: AVR C Runtime Library
            Submitted by: dominic_rathje
            Submitted on: Fr 09 Apr 2010 20:40:38 GMT
                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.5
           Fixed Release: None

    _______________________________________________________

Details:

i think there is a little failure in the device header file for the
ATXmega128A1 (iox128a1.h)

the line 2261:
      TC_EVACT_FRW_gc = (0x05<<5),  /* Frequency Capture */

should be
      TC_EVACT_FRQ_gc = (0x05<<5),  /* Frequency Capture */

as in the datasheet (XMEGA A MANUAL) and the device xml file the certein
configuration is called FRQ for Frequency Capture.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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