Go to the documentation of this file.
26 #include "periph_cpu.h"
29 #include "cfg_timer_default.h"
39 #define SOC_ADC_ADCCON3_EREF SOC_ADC_ADCCON3_EREF_AVDD5
51 #define ADC_NUMOF ARRAY_SIZE(adc_config)
63 #ifdef MODULE_PERIPH_UART_HW_FC
71 #define UART_0_ISR isr_uart0
74 #define UART_NUMOF ARRAY_SIZE(uart_config)
81 #define I2C_IRQ_PRIO 1
91 #define I2C_NUMOF ARRAY_SIZE(i2c_config)
108 #define SPI_NUMOF ARRAY_SIZE(spi_config)
Driver for the cc2538 GPIO controller.
#define UART0_BASEADDR
UART0 Instance.
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
UART device configuration.
uint8_t num
number of SSI device, i.e.
cc2538_uart_t * dev
pointer to the used UART device
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.