19#include "periph_cpu.h" 
   44#define TIMER_NUMOF         ARRAY_SIZE(timer_conf)   
   46#define TIMER0_ISR_CC0      (TIMERA0_VECTOR)         
   47#define TIMER0_ISR_CCX      (TIMERA1_VECTOR)         
   48#define TIMER1_ISR_CC0      (TIMERB0_VECTOR)         
   49#define TIMER1_ISR_CCX      (TIMERB1_VECTOR)         
static const timer_conf_t timer_conf[]
Timer configuration.
msp430_timer_t TIMER_A
Register map of the timer A control registers.
msp430_timer_t TIMER_B
Register map of the timer B control registers.
REG16 TIMER_B_IRQFLAGS
IRQ flags for TIMER_B.
REG16 TIMER_A_IRQFLAGS
IRQ flags for TIMER_A.
@ TIMER_CLOCK_SOURCE_AUXILIARY_CLOCK
Auxiliary clock as clock source.
@ TIMER_CLOCK_SOURCE_SUBMAIN_CLOCK
Sub-system master clock as clock source.
Timer device configuration.