19#ifndef CFG_TIMER_TIM2_H
20#define CFG_TIMER_TIM2_H
22#include "periph_cpu.h"
35#if defined(CPU_FAM_STM32L0) || defined(CPU_FAM_STM32L1)
40#if defined(RCC_APB1ENR1_TIM2EN)
41 .rcc_mask = RCC_APB1ENR1_TIM2EN,
42#elif defined(RCC_MC_APB1ENSETR_TIM2EN)
43 .rcc_mask = RCC_MC_APB1ENSETR_TIM2EN,
45 .rcc_mask = RCC_APB1ENR_TIM2EN,
52#define TIMER_0_ISR isr_tim2
54#define TIMER_NUMOF ARRAY_SIZE(timer_config)
@ APB1
Advanced Peripheral Bus 1
Timer device configuration.
TC0_t * dev
Pointer to the used as Timer device.