18#include "periph_cpu.h" 
   21#include "cfg_rtt_default.h" 
   36#ifdef MODULE_PERIPH_UART_HW_FC 
   44#define UART_NUMOF          ARRAY_SIZE(uart_config) 
   45#define UART_0_ISR          isr_uart0 
   61#define SPI_NUMOF           ARRAY_SIZE(spi_config) 
   78#define I2C_NUMOF           ARRAY_SIZE(i2c_config) 
  100static const adc_conf_t adc_config[] = {2, 3, 4, 5, 6, 7};
 
  102#define ADC_NUMOF           ARRAY_SIZE(adc_config) 
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
 
Common clock configuration for some nrf51 based boards.
 
Shared timer peripheral configuration mapping timers 0, 1, and 2.
 
ADC device configuration.
 
I2C configuration structure.
 
SPI device configuration.
 
UART device configuration.