avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Interrupt Service Routines


From: Abdul Malik Khan
Subject: Re: [avr-gcc-list] Interrupt Service Routines
Date: Wed, 5 Apr 2006 09:20:27 +0500

Try

void SIG_OVERFLOW0 (void) __attribute__ ((signal));        //Prototype of the ISR
void SIG_OVERFLOW0 (void)
{
// ISR Code will be here
}

Hope it will work

On 4/5/06, Dave Lamont <address@hidden> wrote:
Can somebody advise me how to write the
replacement  of   SIGNAL(SIG_OVERFLOW0)

I have tried various combinations of
interrupt (TIMER0_OVF) void TIMER0_OVF(void)
{  etc;etc;etc}

Thank you in anticipation

David Lamont comtec


_______________________________________________
AVR-GCC-list mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list



--
Abdul Malik Khan

reply via email to

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