19 #ifndef CONFIG_BOARD_HAS_LSE 
   20 #define CONFIG_BOARD_HAS_LSE            1    
   23 #include "periph_cpu.h" 
   25 #include "cfg_rtt_default.h" 
   40         .rcc_mask = RCC_APB1ENR1_TIM5EN,
 
   46 #define TIMER_0_ISR         isr_tim5  
   48 #define TIMER_NUMOF         ARRAY_SIZE(timer_config)  
   59         .rcc_mask   = RCC_APB2ENR_USART1EN,
 
   75 #define UART_0_ISR          (isr_usart1)  
   77 #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