24#include "periph_cpu.h"
26#include "cfg_rtt_default.h"
27#include "cfg_timer_default.h"
42#ifdef MODULE_PERIPH_UART_HW_FC
46 .irqn = UARTE0_UART0_IRQn,
50#define UART_0_ISR (isr_uart0)
52#define UART_NUMOF ARRAY_SIZE(uart_config)
74#define SPI_NUMOF ARRAY_SIZE(spi_config)
88#ifdef BOARD_SEEEDSTUDIO_XIAO_NRF52840_SENSE
98#define I2C_NUMOF ARRAY_SIZE(i2c_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
static const uart_conf_t uart_config[]
UART Peripheral Configuration Structure.
static const spi_conf_t spi_config[]
SPI Peripheral Configuration Structure.
static const i2c_conf_t i2c_config[]
I2C Peripheral Configuration Structure.
Common clock configuration for the nRF52 based boards.
I2C configuration structure.
SPI device configuration.
UART device configuration.