Configuration of CPU peripherals for the SODAQ SARA SFF board.
More...
Configuration of CPU peripherals for the SODAQ SARA SFF board.
- Author
- Kees Bakker kees@.nosp@m.soda.nosp@m.q.com
Definition in file periph_conf.h.
#include <stdint.h>
#include "cpu.h"
#include "periph_cpu.h"
#include "cfg_clock_default.h"
#include "cfg_rtc_default.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_default.h"
#include "cfg_usbdev_default.h"
Go to the source code of this file.
|
#define | ADC_PRESCALER ADC_CTRLB_PRESCALER_DIV512 |
|
#define | ADC_NEG_INPUT ADC_INPUTCTRL_MUXNEG_GND |
|
#define | ADC_GAIN_FACTOR_DEFAULT ADC_INPUTCTRL_GAIN_DIV2 |
|
#define | ADC_REF_DEFAULT ADC_REFCTRL_REFSEL_INTVCC1 |
|
#define | ADC_NUMOF ARRAY_SIZE(adc_channels) |
|
static const adc_conf_chan_t | adc_channels [] |
|
◆ adc_channels
◆ i2c_config
Initial value:= {
{
.dev = &(SERCOM3->I2CM),
}
}
Definition at line 144 of file periph_conf.h.
◆ spi_config
Initial value:= {
{
.dev = &SERCOM0->SPI,
}
}
Definition at line 118 of file periph_conf.h.