|
Lazuli
|
ATMega328p Timer/Counter 1 driver. More...
Go to the source code of this file.
Macros | |
| #define | TIMER_COUNTER_1_PRESCALER (8) |
| The Timer/Counter 1 clock prescaler. | |
| #define | COMPARE_MATCH_REGISTER_VALUE |
| Value of the compare match register with the desired clock settings. | |
Functions | |
| void | Arch_InitSystemTimer (void) |
| Initialize the system timer. | |
| void | Arch_StartSystemTimer (void) |
| Start the system timer. | |
ATMega328p Timer/Counter 1 driver.
This file describes the driver implementation for the "16-bit timer counter 1" of the ATMega328p.
Definition in file timer_counter_1.c.
| #define TIMER_COUNTER_1_PRESCALER (8) |
The Timer/Counter 1 clock prescaler.
Definition at line 22 of file timer_counter_1.c.
| #define COMPARE_MATCH_REGISTER_VALUE |
Value of the compare match register with the desired clock settings.
Definition at line 27 of file timer_counter_1.c.
| void Arch_InitSystemTimer | ( | void | ) |
Initialize the system timer.
Definition at line 33 of file timer_counter_1.c.
| void Arch_StartSystemTimer | ( | void | ) |
Start the system timer.
Definition at line 48 of file timer_counter_1.c.