20#include "periph_cpu.h"
32#define CLOCK_HF cmuSelect_HFXO
35#define CLOCK_CORE_DIV cmuClkDiv_1
38#define CLOCK_LFA cmuSelect_LFXO
41#define CLOCK_LFB cmuSelect_CORELEDIV2
59 .input = adcSingleInputTemp,
60 .reference = adcRef1V25,
61 .acq_time = adcAcqTime8
65 .input = adcSingleInputVDDDiv3,
66 .reference = adcRef1V25,
67 .acq_time = adcAcqTime8
71#define ADC_DEV_NUMOF ARRAY_SIZE(adc_config)
72#define ADC_NUMOF ARRAY_SIZE(adc_channel_config)
84 .loc = I2C_ROUTE_LOCATION_LOC6,
91#define I2C_NUMOF ARRAY_SIZE(i2c_config)
92#define I2C_0_ISR isr_i2c0
100#define RTT_FREQUENCY (1U)
116 .loc = USART_ROUTE_LOCATION_LOC3,
117 .cmu = cmuClock_USART1,
118 .irq = USART1_RX_IRQn
122#define SPI_NUMOF ARRAY_SIZE(spi_config)
135 .cmu = cmuClock_TIMER0
139 .cmu = cmuClock_TIMER1
146#define TIMER_NUMOF ARRAY_SIZE(timer_config)
147#define TIMER_0_ISR isr_timer1
159 .loc = LEUART_ROUTE_LOCATION_LOC0,
160 .cmu = cmuClock_LEUART0,
165#define UART_NUMOF ARRAY_SIZE(uart_config)
166#define UART_0_ISR_RX isr_leuart0
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
ADC channel configuration.
ADC device configuration.
I2C configuration structure.
SPI device configuration.
Timer device configuration.
UART device configuration.