Common timer configuration for TIMER_A clocked by SMCLK and TIMER_B clocked by ACLK. More...
Common timer configuration for TIMER_A clocked by SMCLK and TIMER_B clocked by ACLK.
Definition in file cfg_timer_a_smclk_b_aclk.h.
#include "periph_cpu.h"
Go to the source code of this file.
Timer configuration | |
#define | TIMER_NUMOF ARRAY_SIZE(timer_conf) |
Number of timers available. | |
#define | TIMER0_ISR_CC0 (TIMERA0_VECTOR) |
IRQ vector for channel 0 of TIMER_DEV(0) | |
#define | TIMER0_ISR_CCX (TIMERA1_VECTOR) |
IRQ vector for channels !=0 of TIMER_DEV(0) | |
#define | TIMER1_ISR_CC0 (TIMERB0_VECTOR) |
IRQ vector for channel 0 of TIMER_DEV(0) | |
#define | TIMER1_ISR_CCX (TIMERB1_VECTOR) |
IRQ vector for channels !=0 of TIMER_DEV(1) | |
static const timer_conf_t | timer_conf [] |
Timer configuration. | |
#define TIMER0_ISR_CC0 (TIMERA0_VECTOR) |
IRQ vector for channel 0 of TIMER_DEV(0)
Definition at line 50 of file cfg_timer_a_smclk_b_aclk.h.
#define TIMER0_ISR_CCX (TIMERA1_VECTOR) |
IRQ vector for channels !=0 of TIMER_DEV(0)
Definition at line 51 of file cfg_timer_a_smclk_b_aclk.h.
#define TIMER1_ISR_CC0 (TIMERB0_VECTOR) |
IRQ vector for channel 0 of TIMER_DEV(0)
Definition at line 52 of file cfg_timer_a_smclk_b_aclk.h.
#define TIMER1_ISR_CCX (TIMERB1_VECTOR) |
IRQ vector for channels !=0 of TIMER_DEV(1)
Definition at line 53 of file cfg_timer_a_smclk_b_aclk.h.
#define TIMER_NUMOF ARRAY_SIZE(timer_conf) |
Number of timers available.
Definition at line 48 of file cfg_timer_a_smclk_b_aclk.h.
|
static |
Timer configuration.
Definition at line 36 of file cfg_timer_a_smclk_b_aclk.h.