25#ifndef CONFIG_BOARD_HAS_HSE
26#define CONFIG_BOARD_HAS_HSE 1
30#ifndef CONFIG_CLOCK_HSE
31#define CONFIG_CLOCK_HSE MHZ(16)
34#include "periph_cpu.h"
49 .rcc_mask = RCC_APB1ENR_TIM2EN,
56 .rcc_mask = RCC_APB1ENR_TIM5EN,
62#define TIMER_0_ISR isr_tim2
63#define TIMER_1_ISR isr_tim5
65#define TIMER_NUMOF ARRAY_SIZE(timer_config)
75 .rcc_mask = RCC_APB2ENR_USART6EN,
82#ifdef MODULE_PERIPH_DMA
83 .dma = DMA_STREAM_UNDEF,
84 .dma_chan = UINT8_MAX,
89#define UART_0_ISR (isr_usart6)
91#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
@ 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