25#include "periph_cpu.h"
37#define TIMER_NUMOF (1)
46 .addr = UART0_CTRL_ADDR,
49 .isr_num = INT_UART0_BASE,
52 .addr = UART1_CTRL_ADDR,
55 .isr_num = INT_UART1_BASE,
59#define UART_NUMOF ARRAY_SIZE(uart_config)
69 .addr = SPI1_CTRL_ADDR,
76#define SPI_NUMOF ARRAY_SIZE(spi_config)
93 .addr = I2C0_CTRL_ADDR,
100#define I2C_NUMOF ARRAY_SIZE(i2c_config)
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
Common macros and compiler attributes/pragmas configuration.
I2C configuration structure.
SPI device configuration.
UART device configuration.