26#include "periph_cpu.h"
53#define TIMER_0_ISRA TCC1_CCA_vect
55#define TIMER_1_ISRA TCC0_CCA_vect
56#define TIMER_1_ISRB TCC0_CCB_vect
57#define TIMER_1_ISRC TCC0_CCC_vect
58#define TIMER_1_ISRD TCC0_CCD_vect
60#define TIMER_NUMOF ARRAY_SIZE(timer_config)
73#ifdef MODULE_PERIPH_UART_HW_FC
86#ifdef MODULE_PERIPH_UART_HW_FC
97#define UART_0_RXC_ISR USARTC0_RXC_vect
98#define UART_0_DRE_ISR USARTC0_DRE_vect
99#define UART_0_TXC_ISR USARTC0_TXC_vect
101#define UART_1_RXC_ISR USARTE0_RXC_vect
102#define UART_1_DRE_ISR USARTE0_DRE_vect
103#define UART_1_TXC_ISR USARTE0_TXC_vect
105#define UART_NUMOF ARRAY_SIZE(uart_config)
123#define I2C_0_ISR TWIC_TWIM_vect
125#define I2C_NUMOF ARRAY_SIZE(i2c_config)
143#define SPI_NUMOF ARRAY_SIZE(spi_config)
150#include "periph_conf_common.h"
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
#define PWR_RED_REG(reg, dev)
Define a CPU specific Power Reduction index macro.
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
@ CPU_INT_LVL_OFF
Interrupt Disabled.
@ CPU_INT_LVL_LOW
Interrupt Low Level.
Mutex for thread synchronization.
I2C configuration structure.
SPI device configuration.
Timer device configuration.
UART device configuration.