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
RELEASE_1_0
Revision
1.8
RCSfile
settings.h,v
Date
2006/05/04 13:08:17

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   25000
 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 USART_MODULE   AVR32_USART1
 Define which USART module to be used.
#define USART_MODULE_IRQ   AVR32_USART1_IRQ


Define Documentation

#define CPUHZ   20000000
 

Define which specifies the peripheral speed in Hz.

Definition at line 53 of file settings.h.

Referenced by main().

#define TIMEOUT   25000
 

Define which adjust the lengt of the delay function.

Definition at line 56 of file settings.h.

Referenced by delay().

#define USART_BAUD   57600
 

Define which adjust the usart baudrate.

Definition at line 59 of file settings.h.

Referenced by main().

#define USART_BITS   8
 

Define which adjust the usart bit length.

Definition at line 62 of file settings.h.

Referenced by main().

#define USART_MODULE   AVR32_USART1
 

Define which USART module to be used.

Definition at line 65 of file settings.h.

Referenced by main(), pdc_interrupt_handler(), start_interrupts(), and stop_interrupts().

#define USART_MODULE_IRQ   AVR32_USART1_IRQ
 

Definition at line 66 of file settings.h.

Referenced by init_usart_interrupts().


Generated on Wed May 10 15:03:14 2006 for AVR32108 - Peripheral Direct Memory Access Driver by  doxygen 1.4.6-NO