settings.h File Reference
Detailed Description
AVR32 ABDAC example application.
- Application note:
- AVR32120 - AVR32 ABDAC audio bitstream DAC driver example
- Documentation
- For comprehensive code documentation, supported compilers, compiler settings and supported devices see readme.html.
- Author:
- Atmel Corporation: http://www.atmel.com
Support email: avr32@atmel.com
- Revision
- 506
- Date
- 2007-05-21 20:00:05 +0200 (Mon, 21 May 2007)
Definition in file settings.h.
Go to the source code of this file.
|
Defines |
| #define | BUSHZ CPUHZ |
| | Bus speed in Hz.
|
| #define | CPUHZ 20000000 |
| | CPU speed in Hz.
|
| #define | GPIO_DEBOUNCE BUSHZ/50 |
| | Debunce timeout for GPIO input.
|
| #define | LED_CHASER_DELAY 20 |
| | Delay for LED chaser in ms.
|
Define Documentation
| #define GPIO_DEBOUNCE BUSHZ/50 |
Debunce timeout for GPIO input.
Definition at line 57 of file settings.h.
Referenced by main().
| #define LED_CHASER_DELAY 20 |
Delay for LED chaser in ms.
Definition at line 59 of file settings.h.