|
Mark3 Realtime Kernel
|
Kernel Timer Implementation for ATMega1284p. More...
Go to the source code of this file.
Namespaces | |
| Mark3 | |
Macros | |
| #define | TCCR1B_INIT ((1 << WGM12) | (1 << CS12)) |
| #define | TIMER_IMSK (1 << OCIE1A) |
| #define | TIMER_IFR (1 << OCF1A) |
Functions | |
| static void | Mark3::KernelTimer_Task (void *unused) |
| ISR (TIMER1_COMPA_vect) | |
Kernel Timer Implementation for ATMega1284p.
Definition in file kerneltimer.cpp.
| #define TCCR1B_INIT ((1 << WGM12) | (1 << CS12)) |
Definition at line 27 of file kerneltimer.cpp.
| #define TIMER_IFR (1 << OCF1A) |
Definition at line 29 of file kerneltimer.cpp.
| #define TIMER_IMSK (1 << OCIE1A) |
Definition at line 28 of file kerneltimer.cpp.
| ISR | ( | TIMER1_COMPA_vect | ) |
Definition at line 103 of file kerneltimer.cpp.