Common configuration for STM32 Timer peripheral based on TIM2, TIM15, and TIM16. More...
Common configuration for STM32 Timer peripheral based on TIM2, TIM15, and TIM16.
Definition in file cfg_timer_tim2_tim15_tim16.h.
#include "periph_cpu.h"
 Include dependency graph for cfg_timer_tim2_tim15_tim16.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Timer configuration | |
| #define | TIMER_0_ISR isr_tim2 | 
| IRQ of timer at idx 0.   | |
| #define | TIMER_1_ISR isr_tim1_brk_tim15 | 
| IRQ of timer at idx 1.   | |
| #define | TIMER_2_ISR isr_tim1_up_tim16 | 
| IRQ of timer at idx 2.   | |
| #define | TIMER_NUMOF ARRAY_SIZE(timer_config) | 
| static const timer_conf_t | timer_config [] | 
| #define TIMER_0_ISR isr_tim2 | 
IRQ of timer at idx 0.
Definition at line 61 of file cfg_timer_tim2_tim15_tim16.h.
| #define TIMER_1_ISR isr_tim1_brk_tim15 | 
IRQ of timer at idx 1.
Definition at line 62 of file cfg_timer_tim2_tim15_tim16.h.
| #define TIMER_2_ISR isr_tim1_up_tim16 | 
IRQ of timer at idx 2.
Definition at line 63 of file cfg_timer_tim2_tim15_tim16.h.
| #define TIMER_NUMOF ARRAY_SIZE(timer_config) | 
Definition at line 65 of file cfg_timer_tim2_tim15_tim16.h.
      
  | 
  static | 
Definition at line 31 of file cfg_timer_tim2_tim15_tim16.h.