settings.h File Reference


Detailed Description

PDC and interrupt control example application.

This file gives an example of using the PDC to burst data on the USART. With and without the use of interrupts.

Author:
Atmel Corporation: http://www.atmel.com
Support email: avr32@atmel.com
$Name$
Revision
42
$RCSfile$
Date
2006-03-22 09:08:08 +0100 (Wed, 22 Mar 2006)

Definition in file settings.h.

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

Go to the source code of this file.

Defines

#define CPUHZ   20000000
 Define which specifies the peripheral speed in Hz.
#define TIMEOUT   CPUHZ/250
 Define which adjust the lengt of the delay function.
#define USART_BAUD   57600
 Define which adjust the usart baudrate.
#define USART_BITS   8
 Define which adjust the usart bit length.


Define Documentation

#define CPUHZ   20000000

Define which specifies the peripheral speed in Hz.

Definition at line 26 of file settings.h.

Referenced by main().

#define TIMEOUT   CPUHZ/250

Define which adjust the lengt of the delay function.

Definition at line 28 of file settings.h.

Referenced by delay().

#define USART_BAUD   57600

Define which adjust the usart baudrate.

Definition at line 30 of file settings.h.

Referenced by main().

#define USART_BITS   8

Define which adjust the usart bit length.

Definition at line 32 of file settings.h.

Referenced by main().


Generated on Thu May 10 14:14:48 2007 for AVR321000 Communication with the AVR32 USART by  doxygen 1.5.1