[arm-gnu] GNU Equivalent of __irq __nested __arm void InterruptFunction()
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] GNU Equivalent of __irq __nested __arm void InterruptFunction()



I have a project implemented in IAR which I would like to compile using
the

CodeSourcery tool chain. CPU is ARM7 (LPC23xx). Line below is for IAR -

 

Static _irq __nested __arm void InterruptFunction ()

 

What is the GNU equivalent?

 

Thanks

Arun