|
Contiki 2.5
|
This file will configure the timer during LCD operation.More...
Go to the source code of this file.
Functions | |
| void | timer_init (void) |
| TIMER1 init for timer used by LCD. More... | |
| void | timer_start (void) |
| Start the timer. | |
| void | timer_stop (void) |
| Stop the timer. | |
| ISR (TIMER1_COMPA_vect) | |
| This is the interrupt subroutine for the TIMER1 output match comparison. | |
This file will configure the timer during LCD operation.
Definition in file timer.c.
1.8.3.1