25 #include "periph_cpu.h"
40 .rcc_mask = RCC_APBENR2_TIM1EN,
46 #define TIMER_0_ISR isr_tim1_cc
47 #define TIMER_0_MAX_VALUE 0xffff
49 #define TIMER_NUMOF ARRAY_SIZE(timer_config)
59 .rcc_mask = RCC_APBENR1_USART2EN,
69 #define UART_0_ISR (isr_usart2)
71 #define UART_NUMOF ARRAY_SIZE(uart_config)
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
static const uart_conf_t uart_config[]
UART configuration.
static const timer_conf_t timer_config[]
All timers on board.
@ GPIO_AF1
use alternate function 1
@ APB1
Advanced Peripheral Bus 1
Timer device configuration.
TC0_t * dev
Pointer to the used as Timer device.
UART device configuration.
USART_t * dev
pointer to the used UART device