Go to the documentation of this file.
24 #include "periph_cpu.h"
27 #include "cfg_timer_default.h"
37 #define SOC_ADC_ADCCON3_EREF SOC_ADC_ADCCON3_EREF_AVDD5
47 #define ADC_NUMOF ARRAY_SIZE(adc_config)
59 #ifdef MODULE_PERIPH_UART_HW_FC
67 #define UART_0_ISR isr_uart0
70 #define UART_NUMOF ARRAY_SIZE(uart_config)
77 #define I2C_IRQ_PRIO 1
87 #define I2C_NUMOF ARRAY_SIZE(i2c_config)
104 #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.