23#include "periph_cpu.h"
25#include "cfg_timer_default.h"
26#include "cfg_rtt_default.h"
41#ifdef MODULE_PERIPH_UART_HW_FC
45 .irqn = UARTE0_UART0_IRQn,
49#define UART_0_ISR (isr_uart0)
51#define UART_NUMOF ARRAY_SIZE(uart_config)
69#define PWM_NUMOF ARRAY_SIZE(pwm_config)
90#define I2C_NUMOF ARRAY_SIZE(i2c_config)
103#ifdef ERRATA_SPI_SINGLE_BYTE_WORKAROUND
109#define SPI_NUMOF ARRAY_SIZE(spi_config)
#define SPEAKER_PIN
Speaker pin (A0)
#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
Common clock configuration for the nRF52 based boards.
I2C configuration structure.
TWI_t * dev
Pointer to hardware module registers.
PWM device configuration.
SPI device configuration.
SPI_t * dev
pointer to the used SPI device
UART device configuration.
USART_t * dev
pointer to the used UART device
Board specific definitions for the Zigduino board.