This file gives an example of using the PDC to burst data on the USART. With and without the use of interrupts.
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 which specifies the peripheral speed in Hz.
Definition at line 53 of file settings.h. Referenced by main(). |
|
|
Define which adjust the lengt of the delay function.
Definition at line 56 of file settings.h. Referenced by delay(). |
|
|
Define which adjust the usart baudrate.
Definition at line 59 of file settings.h. Referenced by main(). |
|
|
Define which adjust the usart bit length.
Definition at line 62 of file settings.h. Referenced by main(). |
|
|
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(). |
|
|
Definition at line 66 of file settings.h. Referenced by init_usart_interrupts(). |
1.4.6-NO