#include "periph_cpu.h"
#include "clk_conf.h"
Go to the source code of this file.
|
#define | TIMER_0_ISR isr_tim2 |
|
#define | TIMER_1_ISR isr_tim5 |
|
#define | TIMER_NUMOF ARRAY_SIZE(timer_config) |
|
static const timer_conf_t | timer_config [] |
|
◆ timer_config
Initial value:= {
{
.dev = TIM2,
.max = 0xffffffff,
.rcc_mask = RCC_APB1ENR_TIM2EN,
.irqn = TIM2_IRQn
},
{
.dev = TIM5,
.max = 0xffffffff,
.rcc_mask = RCC_APB1ENR_TIM5EN,
.irqn = TIM5_IRQn
}
}
Definition at line 43 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
.dev = USART6,
.rcc_mask = RCC_APB2ENR_USART6EN,
.irqn = USART6_IRQn,
}
}
Definition at line 70 of file periph_conf.h.