Go to the source code of this file.
Defines | |
#define | AVR_CPU_HZ 1000000 |
Functions | |
void | avrInitSystemTickTimer (void) |
#define AVR_CPU_HZ 1000000 |
Referenced by avrInitSystemTickTimer(), and uart_init().
void avrInitSystemTickTimer | ( | void | ) |
avrInitSystemTickTimer
Initialise the system tick timer. Uses the AVR's timer1 facility.
References AVR_CPU_HZ, and SYSTEM_TICKS_PER_SEC.
Referenced by main().