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

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

[avr-libc-dev] [bug #24733] UART0 interrupt vectors definition in iomxx4


From: Jan Smrz
Subject: [avr-libc-dev] [bug #24733] UART0 interrupt vectors definition in iomxx4.h
Date: Mon, 03 Nov 2008 07:37:16 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3

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

                 Summary: UART0 interrupt vectors definition in iomxx4.h
                 Project: AVR C Runtime Library
            Submitted by: jan_smrz
            Submitted on: Mon 03 Nov 2008 07:37:15 AM GMT
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.6.1
           Fixed Release: None

    _______________________________________________________

Details:

Found discrepancy between documentation (online, currently ver 1.6.1)and
iomxx4.h (CVS: 1.13.2.3; 1.17) - differences marked with '*'

doc/avr-libc/avr-libc-user-manual/group__avr__interrupts.html  defines

USART0_RX_vect     SIG_*UART0*_RECV     USART0, Rx Complete
USART0_TX_vect     SIG_*UART0*_TRANS     USART0, Tx Complete
USART0_UDRE_vect     SIG_*UART0*_DATA     USART0 Data Register Empty


While iom44x.h defines:

/* USART0, Rx Complete */
#define USART0_RX_vect            _VECTOR(20)
#define SIG_*USART*_RECV            _VECTOR(20)

/* USART0 Data register Empty */
#define USART0_UDRE_vect        _VECTOR(21)
#define SIG_*USART*_DATA            _VECTOR(21)

/* USART0, Tx Complete */
#define USART0_TX_vect            _VECTOR(22)
#define SIG_*USART*_TRANS            _VECTOR(22)





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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