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

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

[avr-libc-dev] [bug #21434] Bit name definitions for AT90CANxxx


From: Frédéric Nadeau
Subject: [avr-libc-dev] [bug #21434] Bit name definitions for AT90CANxxx
Date: Thu, 25 Oct 2007 19:43:03 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8

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

                 Summary: Bit name definitions for AT90CANxxx
                 Project: AVR C Runtime Library
            Submitted by: fnadeau
            Submitted on: jeudi 25.10.2007 à 19:43
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Header files
                  Status: None
        Percent Complete: 0%
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I'm proposing the following:
In file iocanxx.h change bit definition OVRG for OVFG

In atmel documentation for at90can32/64/128 revision 7679B–CAN–11/06 bit
is define as Overload Frame Flag on page 252.

patch as been past here.


### Eclipse Workspace Patch 1.0
#P avr-libc
Index: include/avr/iocanxx.h
===================================================================
RCS file: /sources/avr-libc/avr-libc/include/avr/iocanxx.h,v
retrieving revision 1.6
diff -u -r1.6 iocanxx.h
--- include/avr/iocanxx.h       23 Oct 2007 12:25:51 -0000      1.6
+++ include/avr/iocanxx.h       25 Oct 2007 18:53:40 -0000
@@ -1482,7 +1482,7 @@
 
 /* Register Bits [CANGSTA]  */
 /* CAN General Status Register */
-#define    OVRG       6
+#define    OVFG       6
 #define    TXBSY      4
 #define    RXBSY      3
 #define    ENFG       2




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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