22 #include "periph_cpu.h"
33 #define CLOCK_CORECLOCK MHZ(120)
35 #define CLOCK_EXT_OSC MHZ(12)
41 #define CLOCK_PLL_MUL (9)
42 #define CLOCK_PLL_DIV (1)
51 #define CLOCK_SCLK_XTAL (1)
58 { .
dev = TC0, .id_ch0 = ID_TC0 },
59 { .dev = TC1, .id_ch0 = ID_TC3 }
62 #define TIMER_0_ISR isr_tc0
63 #define TIMER_1_ISR isr_tc3
65 #define TIMER_NUMOF ARRAY_SIZE(timer_config)
84 #define UART_0_ISR isr_uart1
86 #define UART_NUMOF ARRAY_SIZE(uart_config)
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
static const uart_conf_t uart_config[]
UART configuration.
static const timer_conf_t timer_config[]
All timers on board.
#define UART1
UART1 register bank.
@ GPIO_MUX_A
select peripheral function A
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