21 #include "periph_cpu.h"
32 #define CLOCK_CORECLOCK MHZ(120)
34 #define CLOCK_EXT_OSC MHZ(12)
40 #define CLOCK_PLL_MUL (9)
41 #define CLOCK_PLL_DIV (1)
50 #define CLOCK_SCLK_XTAL (1)
57 { .
dev = TC0, .id_ch0 = ID_TC0 },
58 { .dev = TC1, .id_ch0 = ID_TC3 }
61 #define TIMER_0_ISR isr_tc0
62 #define TIMER_1_ISR isr_tc3
64 #define TIMER_NUMOF ARRAY_SIZE(timer_config)
83 #define UART_0_ISR isr_uart1
85 #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