BeRTOS
|
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. |
Low-level timer module for AVR MEGA (implementation).
This module is automatically included so no need to include in test list.
Definition in file timer_mega.c.