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

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

Re: [avr-libc-dev] CAN128 Interrupts


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] CAN128 Interrupts
Date: Mon, 19 Apr 2004 09:41:22 -0700 (PDT)

On Sun, 18 Apr 2004, Colin O'Flynn wrote:

> Hello,
>
> The AT90CAN128 adds two new interrupts:
>
> 19 0x0024 CANIT CAN Transfer Complete or Error
> 20 0x0026 OVRIT CAN Timer Overrun
>
> What should I call them? So far I've just called them:
>
> #define SIG_CAN_INTERRUPT1     _VECTOR()
> #define SIG_CAN_OVERFLOW1      _VECTOR()

Why not just use SIG_CANIT and SIG_OVRIT since the datasheets specify
those names?

---
Ted Roth
PGP Key ID: 0x18F846E9
Jabber ID: address@hidden




reply via email to

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