19#include "periph_cpu.h" 
   20#include "cfg_rtt_default.h" 
   21#include "cfg_timer_default.h" 
   32#define CLOCK_HFCLK         (1)              
   38#define CLOCK_LFCLK         (CLOCK_LFCLKSRC_SRC_RC)  
   53#define SPI_NUMOF           ARRAY_SIZE(spi_config) 
   68#define I2C_NUMOF           ARRAY_SIZE(i2c_config) 
   80#ifdef MODULE_PERIPH_UART_HW_FC 
   84        .irqn       = UARTE0_UART0_IRQn,
 
   88#define UART_0_ISR          (isr_uart0) 
   90#define UART_NUMOF          ARRAY_SIZE(uart_config) 
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
I2C configuration structure.
SPI device configuration.
UART device configuration.