19 #ifndef CFG_TIMER_TIM5_H
20 #define CFG_TIMER_TIM5_H
22 #include "periph_cpu.h"
36 #if defined(RCC_APB1ENR1_TIM5EN)
37 .rcc_mask = RCC_APB1ENR1_TIM5EN,
39 .rcc_mask = RCC_APB1ENR_TIM5EN,
46 #define TIMER_0_ISR isr_tim5
48 #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.