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

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

[avr-libc-dev] UART0 interrupt vectors definition in iomxx4.h


From: Jan Smrz
Subject: [avr-libc-dev] UART0 interrupt vectors definition in iomxx4.h
Date: Sun, 02 Nov 2008 18:31:55 +0100
User-agent: Thunderbird 2.0.0.17 (Windows/20080914)

Hello,

since I haven't found info about problem reports I'm using this mailing list.

Found discrepancy between documentation and iomxx4.h

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)


Regards,

Jan Smrz








reply via email to

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