Peripheral configuration for the Adafruit ItsyBitsy nRF52840.
More...
Peripheral configuration for the Adafruit ItsyBitsy nRF52840.
- Author
- Bruno Chianca bruno.nosp@m.bcf@.nosp@m.gmail.nosp@m..com
Definition in file periph_conf.h.
#include "periph_cpu.h"
#include "cfg_clock_32_1.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_default.h"
Go to the source code of this file.
◆ i2c_config
Initial value:= {
{
.dev = NRF_TWIM1,
}
}
Definition at line 78 of file periph_conf.h.
◆ spi_config
Initial value:= {
{
.dev = NRF_SPIM0,
}
}
Definition at line 62 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
.dev = NRF_UARTE0,
.irqn = UARTE0_UART0_IRQn,
},
}
Definition at line 40 of file periph_conf.h.