* * $Log: ivect11.c,v $ * Revision 1.2.2.2 2006/01/25 09:44:01 haraldkipp * Applied Thiago A. Correa's patch to fix ICC warnings. * * Revision 1.2.2.1 2006/01/06 14:27:52 haraldkipp * Changes to make register and flag names compatible with AT90CAN128 MCU. * Thanks to Henrik Maier. * * Revision 1.3 2005/12/06 23:20:17 hwmaier * Changes to make register and flag names compatible with AT90CAN128 MCU * * Revision 1.2 2005/10/24 09:34:30 haraldkipp * New interrupt control function added to allow future platform * independant drivers. * * Revision 1.1 2005/07/26 18:02:40 haraldkipp * Moved from dev. * * Revision 1.2 2004/01/30 17:02:19 drsung * Separate interrupt stack for avr-gcc only added. * * Revision 1.1.1.1 2003/05/09 14:40:42 haraldkipp * Initial using 3.2.1 * * Revision 1.2 2003/03/31 14:53:06 harald * Prepare release 3.1 * *
Defines | |
#define | INT_MASK_REG TIMSK |
#define | INT_STATUS_REG TIFR |
#define | INT_ENABLE_BIT TICIE1 |
#define | INT_STATUS_BIT ICF1 |
#define | INT_PRIORITY 10 |
Variables | |
IRQ_HANDLER | sig_INPUT_CAPTURE1 |