BeRTOS
|
Low-level timer module for AVR XMEGA (implementation). More...
#include <drv/timer_xmega.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 XMEGA (implementation).
This file is heavily inspired by the AVR implementation for BeRTOS, but uses a different approach for implementing the different debug ports, by using the timer structs.
This module is automatically included so no need to include in test list.
Definition in file timer_xmega.c.