22 #include "periph_cpu.h"
32 #define XTAL_HZ (16000000U)
34 #define CLOCK_CORECLOCK (72000000U)
36 #define CLOCK_PCLK (CLOCK_CORECLOCK)
43 #define TIMER_NUMOF (1U)
56 .pinsel_msk_rx = BIT4,
57 .pinsel_msk_tx = BIT6,
61 #define UART_NUMOF (1)
74 .pinsel_msk_mosi = (BIT16 | BIT17),
75 .pinsel_msk_miso = (BIT14 | BIT15),
76 .pinsel_msk_clk = (BIT8 | BIT9),