21 #include "periph_cpu.h" 
   23 #include "cfg_rtt_default.h" 
   37         .rcc_mask = RCC_APBENR2_TIM1EN,
 
   43 #define TIMER_0_ISR         isr_tim1_cc 
   44 #define TIMER_0_MAX_VALUE   0xffff 
   46 #define TIMER_NUMOF         ARRAY_SIZE(timer_config) 
   56         .rcc_mask   = RCC_APBENR2_USART1EN,
 
   66 #define UART_0_ISR          (isr_usart1) 
   68 #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[]
UART configuration.
 
static const timer_conf_t timer_config[]
All timers on board.
 
@ GPIO_AF0
use alternate function 0
 
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