19#include "periph_cpu.h"
39#define I2C_NUMOF ARRAY_SIZE(i2c_config)
55#define SPI_NUMOF ARRAY_SIZE(spi_config)
67 .bitmode = TIMER_BITMODE_BITMODE_32Bit,
74 .bitmode = TIMER_BITMODE_BITMODE_08Bit,
79#define TIMER_0_ISR isr_timer0
80#define TIMER_1_ISR isr_timer1
83#define TIMER_0_MAX_VALUE 0xffffffff
85#define TIMER_1_MAX_VALUE 0xffffffff
87#define TIMER_NUMOF ARRAY_SIZE(timer_config)
99#ifdef MODULE_PERIPH_UART_HW_FC
103 .irqn = UARTE0_SPIM0_SPIS0_TWIM0_TWIS0_IRQn,
109#ifdef MODULE_PERIPH_UART_HW_FC
113 .irqn = UARTE1_SPIM1_SPIS1_TWIM1_TWIS1_IRQn,
117#define UART_NUMOF ARRAY_SIZE(uart_config)
128#define RTT_MAX_VALUE (0x00ffffff)
129#define RTT_MAX_FREQUENCY (32768U)
130#define RTT_MIN_FREQUENCY (8U)
131#define RTT_CLOCK_FREQUENCY (32768U)
134#define RTT_FREQUENCY (1024U)
154#define PWM_NUMOF ARRAY_SIZE(pwm_config)
#define LED2_PIN
RX LED yellow.
#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
Board configuration for the nrf9160dk board.
I2C configuration structure.
PWM device configuration.
SPI device configuration.
Timer device configuration.
UART device configuration.