Nut/OS  4.10.3
API Reference
at91.h File Reference

AT91 peripherals. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define IRQ_ENTRY()
 Interrupt entry.
#define IRQ_EXIT()
 Interrupt exit.
#define FIQ_ENTRY()
 Fast interrupt entry.
#define FIQ_EXIT()
 Fast interrupt exit.

Functions

void McuInit (void)
 AT91 specific initialization.

Detailed Description

AT91 peripherals.

 *
 * $Log$
 * Revision 1.14  2009/02/17 09:31:41  haraldkipp
 * Use more general macros. Added definition for NUT_HWCLK_PERIPHERAL for
 * targets which have a PMC MDIV flag.
 *
 * Revision 1.13  2008/08/06 12:51:10  haraldkipp
 * Added support for Ethernut 5 (AT91SAM9XE reference design).
 *
 * Revision 1.12  2008/02/15 16:59:42  haraldkipp
 * Spport for AT91SAM7SE512 added.
 *
 * Revision 1.11  2007/10/04 20:25:26  olereinhardt
 * Support for SAM7S256 added
 *
 * Revision 1.10  2006/08/31 19:04:08  haraldkipp
 * Added support for the AT91SAM9260 and Atmel's AT91SAM9260 Evaluation Kit.
 *
 * Revision 1.9  2006/08/01 07:35:59  haraldkipp
 * Exclude function prototypes when included by assembler.
 *
 * Revision 1.8  2006/07/05 07:45:25  haraldkipp
 * Split on-chip interface definitions.
 *
 * Revision 1.7  2006/06/28 17:22:34  haraldkipp
 * Make it compile for AT91SAM7X256.
 *
 * Revision 1.6  2006/05/25 09:09:57  haraldkipp
 * API documentation updated and corrected.
 *
 * Revision 1.5  2006/04/07 12:57:00  haraldkipp
 * Fast interrupt doesn't require to store R8-R12.
 *
 * Revision 1.4  2006/03/02 20:02:56  haraldkipp
 * Added ICCARM interrupt entry code. Probably not working, because I
 * excluded an immediate load.
 *
 * Revision 1.3  2006/01/05 16:52:49  haraldkipp
 * Baudrate calculation is now based on NutGetCpuClock().
 * The AT91_US_BAUD macro had been marked deprecated.
 *
 * Revision 1.2  2005/11/20 14:44:14  haraldkipp
 * Register offsets added.
 *
 * Revision 1.1  2005/10/24 10:31:13  haraldkipp
 * Moved from parent directory.
 *
 *
 * 

Definition in file at91.h.


Function Documentation

void McuInit ( void  )

AT91 specific initialization.

Definition at line 63 of file at91init.c.

Referenced by NutInit().