25 #ifndef CONFIG_BOARD_HAS_LSE
26 #define CONFIG_BOARD_HAS_LSE 1
29 #include "periph_cpu.h"
44 .rcc_mask = RCC_APB1ENR_TIM3EN,
50 #define TIMER_0_ISR (isr_tim3)
52 #define TIMER_NUMOF (sizeof(timer_config) / sizeof(timer_config[0]))
62 .rcc_mask = RCC_APB2ENR_USART1EN,
72 #define UART_0_ISR (isr_usart1)
74 #define UART_NUMOF (sizeof(uart_config) / sizeof(uart_config[0]))
92 .rccmask = RCC_APB2ENR_SPI1EN,
105 .rccmask = RCC_APB1ENR_SPI2EN,
110 #define SPI_NUMOF (sizeof(spi_config) / sizeof(spi_config[0]))
126 .rcc_mask = RCC_APB1ENR_I2C1EN,
132 #define I2C_0_ISR isr_i2c1_ev
134 #define I2C_NUMOF (sizeof(i2c_config) / sizeof(i2c_config[0]))
151 #define ADC_NUMOF ARRAY_SIZE(adc_config)