23#ifndef CONFIG_BOARD_HAS_LSE
24#define CONFIG_BOARD_HAS_LSE 1
27#include "periph_cpu.h"
29#include "cfg_rtt_default.h"
44 .rcc_mask = RCC_APB1ENR1_TIM5EN,
50#define TIMER_0_ISR isr_tim5
52#define TIMER_NUMOF ARRAY_SIZE(timer_config)
63 .rcc_mask = RCC_APB2ENR_USART1EN,
79#define UART_0_ISR (isr_usart1)
81#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[]
All UARTs on board.
static const timer_conf_t timer_config[]
All timers on board.
@ GPIO_AF7
use alternate function 7
@ STM32_USART
STM32 USART module type.
@ APB1
Advanced Peripheral Bus 1
@ APB2
Advanced Peripheral Bus 2
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