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" Include dependency graph for cfg_timer_a_smclk_b_aclk.h:
 Include dependency graph for cfg_timer_a_smclk_b_aclk.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file: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 46 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 47 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 48 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 49 of file cfg_timer_a_smclk_b_aclk.h.
| #define TIMER_NUMOF ARRAY_SIZE(timer_conf) | 
Number of timers available.
Definition at line 44 of file cfg_timer_a_smclk_b_aclk.h.
| 
 | static | 
Timer configuration.
Definition at line 32 of file cfg_timer_a_smclk_b_aclk.h.