19#ifndef CONFIG_BOARD_HAS_LSE
20# define CONFIG_BOARD_HAS_LSE 1
23#include "periph_cpu.h"
40 .rcc_mask = RCC_APB1ENR1_TIM3EN,
46#define TIMER_NUMOF ARRAY_SIZE(timer_config)
48#define TIMER_0_ISR isr_tim3
59 .rcc_mask = RCC_APB2ENR_USART1EN,
72 .rcc_mask = RCC_APB3ENR_LPUART1EN,
84#define UART_0_ISR (isr_usart1)
85#define UART_1_ISR (isr_lpuart1)
86#define UART_NUMOF ARRAY_SIZE(uart_config)
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
@ GPIO_AF8
use alternate function 8
@ GPIO_AF7
use alternate function 7
@ STM32_LPUART
STM32 Low-power UART (LPUART) module type.
@ STM32_USART
STM32 USART module type.
@ APB1
Advanced Peripheral Bus 1.
@ APB2
Advanced Peripheral Bus 2.
Timer device configuration.
UART device configuration.