Default timer configuration.
More...
#include "periph_cpu_common.h"
#include "periph_conf.h"
Go to the source code of this file.
#define | TIMER_NUMOF (2U) |
|
#define | TIMER_CHANNEL_NUMOF (2) |
|
#define | TIMER_0 MEGA_TIMER1 |
|
#define | TIMER_0_MASK &TIMSK1 |
|
#define | TIMER_0_FLAG &TIFR1 |
|
#define | TIMER_0_ISRA TIMER1_COMPA_vect |
|
#define | TIMER_0_ISRB TIMER1_COMPB_vect |
|
#define | TIMER_1 MEGA_TIMER3 |
|
#define | TIMER_1_MASK &TIMSK3 |
|
#define | TIMER_1_FLAG &TIFR3 |
|
#define | TIMER_1_ISRA TIMER3_COMPA_vect |
|
#define | TIMER_1_ISRB TIMER3_COMPB_vect |
|