BeRTOS
Functions
timer_mega.c File Reference

Low-level timer module for AVR MEGA (implementation). More...

#include <drv/timer_mega.h>
#include <cfg/macros.h>
#include <cpu/types.h>
#include <cpu/irq.h>
#include <avr/io.h>

Go to the source code of this file.

Functions

void timer_hw_init (void)
 HW dependent timer initialization.

Detailed Description

Low-level timer module for AVR MEGA (implementation).

Author:
Bernie Innocenti <bernie@codewiz.org>
Francesco Sacchi <batt@develer.com>
Luca Ottaviano <lottaviano@develer.com>

This module is automatically included so no need to include in test list.

Definition in file timer_mega.c.