Go to the documentation of this file.
25 #include "periph_cpu.h"
27 #include "cfg_timer_default.h"
38 #define I2C_IRQ_PRIO 1
48 #define I2C_NUMOF ARRAY_SIZE(i2c_config)
72 #define SPI_NUMOF ARRAY_SIZE(spi_config)
79 #define SOC_ADC_ADCCON3_EREF SOC_ADC_ADCCON3_EREF_AVDD5
86 #define ADC_NUMOF ARRAY_SIZE(adc_config)
Common default UART configuration for the RE-Mote board revision A.
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
uint8_t num
number of SSI device, i.e.
ADC device configuration.
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
i2c_speed_t speed
baudrate used for the bus
Default clock configuration for cc2538 based boards.
I2C configuration options.
@ I2C_SPEED_FAST
fast mode: ~400 kbit/s
SPI configuration structure type.