#include <aversive/timers.h>
#include <timer.h>
#include <timer_intr.h>
#include <timer_prescaler.h>
#include <timer_config.h>
Go to the source code of this file.
Functions | |
void | timer_init (void) |
Interface of the timer module. |
void timer_init | ( | void | ) |
Interface of the timer module.
Init of all timers with static configutaion (see timer_config.h)
Definition at line 30 of file timer_init.c.
References CS00_REG, CS10_REG, CS20_REG, CS30_REG, CS40_REG, CS50_REG, IRQ_LOCK, IRQ_UNLOCK, and timer_intr_init().
Referenced by main().