26 #include "periph_cpu.h"
35 #define CLOCK_CORECLOCK (48000000U)
41 #define USE_VREG_BUCK (1)
51 .mclk = &MCLK->APBCMASK.reg,
52 .mclk_mask = MCLK_APBCMASK_TC0_Msk | MCLK_APBCMASK_TC1_Msk,
53 .gclk_id = TC0_GCLK_ID,
55 .flags = TC_CTRLA_MODE_COUNT32,
60 #define TIMER_0_CHANNELS 2
61 #define TIMER_0_ISR isr_tc0
62 #define TIMER_NUMOF ARRAY_SIZE(timer_config)
71 .
dev = &SERCOM3->USART,
74 #ifdef MODULE_PERIPH_UART_HW_FC
85 .dev = &SERCOM4->USART,
88 #ifdef MODULE_PERIPH_UART_HW_FC
99 .dev = &SERCOM1->USART,
102 #ifdef MODULE_PERIPH_UART_HW_FC
115 #define UART_0_ISR isr_sercom3
116 #define UART_1_ISR isr_sercom4
117 #define UART_2_ISR isr_sercom1
119 #define UART_NUMOF ARRAY_SIZE(uart_config)
140 .chan = pwm_chan0_config,
147 #define PWM_NUMOF ARRAY_SIZE(pwm_config)
156 .
dev = &(SERCOM0->SPI),
166 #ifdef MODULE_PERIPH_DMA
167 .tx_trigger = SERCOM0_DMAC_ID_TX,
168 .rx_trigger = SERCOM0_DMAC_ID_RX,
172 .dev = &(SERCOM5->SPI),
182 #ifdef MODULE_PERIPH_DMA
190 #define SPI_NUMOF ARRAY_SIZE(spi_config)
199 .
dev = &(SERCOM2->I2CM),
209 #define I2C_NUMOF ARRAY_SIZE(i2c_config)
216 #define EXTERNAL_OSC32_SOURCE 1
217 #define INTERNAL_OSC32_SOURCE 0
218 #define ULTRA_LOW_POWER_INTERNAL_OSC_SOURCE 0
225 #ifndef RTT_FREQUENCY
226 #define RTT_FREQUENCY (32768U)
236 #define ADC_PRESCALER ADC_CTRLB_PRESCALER_DIV256
238 #define ADC_NEG_INPUT ADC_INPUTCTRL_MUXNEG(0x18u)
239 #define ADC_REF_DEFAULT ADC_REFCTRL_REFSEL_INTVCC2
248 #define ADC_NUMOF ARRAY_SIZE(adc_channels)
256 #define DAC_CLOCK SAM0_GCLK_TIMER
258 #define DAC_VREF DAC_CTRLB_REFSEL_VDDANA
270 .device = &USB->DEVICE,
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
static const uart_conf_t uart_config[]
UART configuration.
static const spi_conf_t spi_config[]
SPI configuration.
static const i2c_conf_t i2c_config[]
I2C configuration.
static const timer_conf_t timer_config[]
All timers on board.
static const pwm_conf_t pwm_config[]
Actual PWM configuration.
#define ARRAY_SIZE(a)
Calculate the number of elements in a static array.
static const gpio_t adc_channels[]
Static array with declared ADC channels.
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
@ UART_PAD_RX_1
select pad 1
@ UART_PAD_RX_3
select pad 3
@ I2C_FLAG_NONE
No flags set.
@ SPI_PAD_MISO_0
use pad 0 for MISO line
#define DMA_TRIGGER_DISABLED
Indicates that the peripheral doesn't utilize the DMA controller.
@ UART_FLAG_NONE
No flags set.
@ UART_PAD_TX_0
select pad 0
@ UART_PAD_TX_2
select pad 2
#define TCC_CONFIG(tim)
Static initializer for TCC timer configuration.
@ GPIO_MUX_D
select peripheral function D
@ GPIO_MUX_G
select peripheral function G
@ GPIO_MUX_C
select peripheral function C
@ GPIO_MUX_F
select peripheral function F
@ SPI_PAD_MOSI_2_SCK_3
use pad 2 for MOSI, pad 3 for SCK
#define ADC_INPUTCTRL_MUXPOS_PA10
Alias for PIN18.
#define ADC_INPUTCTRL_MUXPOS_PA11
Alias for PIN19.
#define ADC_INPUTCTRL_MUXPOS_PA02
ADC pin aliases.
#define SAM0_GCLK_MAIN
120 MHz main clock
@ SAM0_GCLK_TIMER
4/8MHz clock for timers
@ SAM0_GCLK_48MHZ
48MHz clock
ADC Channel Configuration.
I2C configuration structure.
TWI_t * dev
Pointer to hardware module registers.
PWM channel configuration data structure.
PWM device configuration.
tc_tcc_cfg_t tim
timer configuration
USB peripheral parameters.
SPI device configuration.
SPI_t * dev
pointer to the used SPI device
Timer device configuration.
TC0_t * dev
Pointer to the used as Timer device.
UART device configuration.
USART_t * dev
pointer to the used UART device