21#include "periph_cpu.h"
35#if defined(RCC_APB1ENR1_TIM5EN)
36 .rcc_mask = RCC_APB1ENR1_TIM5EN,
38 .rcc_mask = RCC_APB1ENR_TIM5EN,
45#define TIMER_0_ISR isr_tim5
47#define TIMER_NUMOF ARRAY_SIZE(timer_config)
@ APB1
Advanced Peripheral Bus 1.
Timer device configuration.