25 #include "periph_cpu.h"
34 #define CLOCK_CORECLOCK (48000000U)
40 #define USE_VREG_BUCK (1)
50 .mclk = &MCLK->APBCMASK.reg,
51 .mclk_mask = MCLK_APBCMASK_TC0_Msk | MCLK_APBCMASK_TC1_Msk,
52 .gclk_id = TC0_GCLK_ID,
54 .flags = TC_CTRLA_MODE_COUNT32,
59 #define TIMER_0_CHANNELS 2
60 #define TIMER_0_ISR isr_tc0
61 #define TIMER_NUMOF ARRAY_SIZE(timer_config)
70 .
dev = &SERCOM3->USART,
73 #ifdef MODULE_PERIPH_UART_HW_FC
84 .dev = &SERCOM4->USART,
87 #ifdef MODULE_PERIPH_UART_HW_FC
98 .dev = &SERCOM1->USART,
101 #ifdef MODULE_PERIPH_UART_HW_FC
114 #define UART_0_ISR isr_sercom3
115 #define UART_1_ISR isr_sercom4
116 #define UART_2_ISR isr_sercom1
118 #define UART_NUMOF ARRAY_SIZE(uart_config)
139 .chan = pwm_chan0_config,
146 #define PWM_NUMOF ARRAY_SIZE(pwm_config)
155 .
dev = &(SERCOM0->SPI),
165 #ifdef MODULE_PERIPH_DMA
166 .tx_trigger = SERCOM0_DMAC_ID_TX,
167 .rx_trigger = SERCOM0_DMAC_ID_RX,
171 .dev = &(SERCOM5->SPI),
181 #ifdef MODULE_PERIPH_DMA
189 #define SPI_NUMOF ARRAY_SIZE(spi_config)
198 .
dev = &(SERCOM2->I2CM),
208 #define I2C_NUMOF ARRAY_SIZE(i2c_config)
215 #define EXTERNAL_OSC32_SOURCE 1
216 #define INTERNAL_OSC32_SOURCE 0
217 #define ULTRA_LOW_POWER_INTERNAL_OSC_SOURCE 0
224 #ifndef RTT_FREQUENCY
225 #define RTT_FREQUENCY (32768U)
235 #define ADC_PRESCALER ADC_CTRLB_PRESCALER_DIV256
237 #define ADC_NEG_INPUT ADC_INPUTCTRL_MUXNEG(0x18u)
238 #define ADC_REF_DEFAULT ADC_REFCTRL_REFSEL_INTVCC2
247 #define ADC_NUMOF ARRAY_SIZE(adc_channels)
255 #define DAC_CLOCK SAM0_GCLK_TIMER
257 #define DAC_VREF DAC_CTRLB_REFSEL_VDDANA
269 .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