ih_timer3_compb.c File Reference


Detailed Description

Timer/Counter 3 compare match B interrupt.

 *
 * $Log: ih_timer3_compb.c,v $
 * Revision 1.4  2008/08/11 11:51:18  thiagocorrea
 * Preliminary Atmega2560 compile options, but not yet supported.
 * It builds, but doesn't seam to run properly at this time.
 *
 * Revision 1.3  2008/08/11 06:59:16  haraldkipp
 * BSD types replaced by stdint types (feature request #1282721).
 *
 * Revision 1.2  2006/10/08 16:48:07  haraldkipp
 * Documentation fixed
 *
 * Revision 1.1  2006/02/08 15:14:21  haraldkipp
 * Using the vector number as a file name wasn't a good idea.
 * Moved from ivect*.c
 *
 * Revision 1.4  2006/01/25 09:38:50  haraldkipp
 * Applied Thiago A. Correa's patch to fix ICC warnings.
 *
 * 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.3  2005/02/10 07:06:18  hwmaier
 * Changes to incorporate support for AT90CAN128 CPU
 *
 * Revision 1.2  2004/01/30 17:02:20  drsung
 * Separate interrupt stack for avr-gcc only added.
 *
 * Revision 1.1.1.1  2003/05/09 14:40:44  haraldkipp
 * Initial using 3.2.1
 *
 * Revision 1.2  2003/03/31 14:53:07  harald
 * Prepare release 3.1
 *
 * 

Definition in file ih_timer3_compb.c.

Go to the source code of this file.

Defines

#define INT_MASK_REG   ETIMSK
#define INT_STATUS_REG   ETIFR
#define INT_ENABLE_BIT   OCIE3B
#define INT_STATUS_BIT   OCF3B
#define INT_PRIORITY   11


Define Documentation

#define INT_MASK_REG   ETIMSK

Definition at line 92 of file ih_timer3_compb.c.

#define INT_STATUS_REG   ETIFR

Definition at line 93 of file ih_timer3_compb.c.

#define INT_ENABLE_BIT   OCIE3B

Definition at line 94 of file ih_timer3_compb.c.

#define INT_STATUS_BIT   OCF3B

Definition at line 95 of file ih_timer3_compb.c.

#define INT_PRIORITY   11

Definition at line 96 of file ih_timer3_compb.c.


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/