#include <aversive/parts.h>
#include <aversive.h>
#include <timer_declarations.h>
#include <timer_definitions.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.
Olivier MATZ - Droids-corp 2006
The objective of this module is to provide a simple and portable interface to the hardware timers of AVR devices. Init of all timers with static configutaion (see timer_config.h)
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().