Peripheral MCU configuration for the nRF51 board nrf6310. More...

Detailed Description

#include "periph_cpu.h"
#include "cfg_clock_16_1.h"
#include "cfg_timer_012.h"
#include "cfg_rtt_default.h"
+ Include dependency graph for periph_conf.h:

Go to the source code of this file.

UART configuration

#define UART_NUMOF   (1U)
 
#define UART_IRQ_PRIO   1
 
#define UART_PIN_RX   16
 
#define UART_PIN_TX   17
 
#define UART_PIN_RTS   19
 
#define UART_PIN_CTS   18
 

SPI configuration

#define SPI_NUMOF   ARRAY_SIZE(spi_config)
 
static const spi_conf_t spi_config []
 

Variable Documentation

◆ spi_config

const spi_conf_t spi_config[]
static
Initial value:
= {
{
.dev = NRF_SPI0,
.sclk = 23,
.mosi = 22,
.miso = 20
},
{
.dev = NRF_SPI1,
.sclk = 16,
.mosi = 17,
.miso = 18
}
}

Definition at line 52 of file periph_conf.h.