12 #include "periph_cpu.h"
34 .irqn = UART0_IRQ_IRQn
40 .irqn = UART1_IRQ_IRQn
44 #define UART_0_ISR (isr_uart0)
45 #define UART_1_ISR (isr_uart1)
47 #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.
enum IRQn IRQn_Type
Interrupt Number Definition.
#define UART0
UART0 register bank.
#define UART1
UART1 register bank.
UART device configuration.
USART_t * dev
pointer to the used UART device