26#include "periph_cpu.h"
38#define TIMER_NUMOF (1)
47 .
addr = UART0_CTRL_ADDR,
50 .isr_num = INT_UART0_BASE,
53 .addr = UART1_CTRL_ADDR,
56 .isr_num = INT_UART1_BASE,
60#define UART_NUMOF ARRAY_SIZE(uart_config)
70 .
addr = SPI1_CTRL_ADDR,
77#define SPI_NUMOF ARRAY_SIZE(spi_config)
94 .
addr = I2C0_CTRL_ADDR,
101#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.
uint32_t addr
device base address
SPI device configuration.
uint32_t addr
SPI control register address.
UART device configuration.
uint32_t addr
UART control register address.