This file gives an example of using the PDC to burst data on the USART. With and without the use of interrupts.
$Name$
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 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().
1.5.1