Peripheral MCU configuration for the OpenMote-B board. More...
Peripheral MCU configuration for the OpenMote-B board.
Definition in file periph_conf.h.
#include "cc2538_gpio.h"#include "periph_cpu.h"#include "cfg_clk_default.h"#include "cfg_timer_default.h"
Include dependency graph for periph_conf.h:Go to the source code of this file.
ADC configuration | |
| #define | SOC_ADC_ADCCON3_EREF SOC_ADC_ADCCON3_EREF_AVDD5 |
| #define | ADC_NUMOF ARRAY_SIZE(adc_config) |
| static const adc_conf_t | adc_config [] |
UART configuration | |
| #define | UART_0_ISR isr_uart0 |
| #define | UART_NUMOF ARRAY_SIZE(uart_config) |
| static const uart_conf_t | uart_config [] |
I2C configuration | |
| #define | I2C_IRQ_PRIO 1 |
| #define | I2C_NUMOF ARRAY_SIZE(i2c_config) |
| static const i2c_conf_t | i2c_config [] |
SPI configuration | |
| #define | SPI_NUMOF ARRAY_SIZE(spi_config) |
| static const spi_conf_t | spi_config [] |
| #define ADC_NUMOF ARRAY_SIZE(adc_config) |
Definition at line 47 of file periph_conf.h.
| #define I2C_IRQ_PRIO 1 |
Definition at line 77 of file periph_conf.h.
| #define I2C_NUMOF ARRAY_SIZE(i2c_config) |
Definition at line 87 of file periph_conf.h.
| #define SOC_ADC_ADCCON3_EREF SOC_ADC_ADCCON3_EREF_AVDD5 |
Definition at line 35 of file periph_conf.h.
| #define SPI_NUMOF ARRAY_SIZE(spi_config) |
Definition at line 104 of file periph_conf.h.
| #define UART_0_ISR isr_uart0 |
Definition at line 67 of file periph_conf.h.
| #define UART_NUMOF ARRAY_SIZE(uart_config) |
Definition at line 70 of file periph_conf.h.
|
static |
Definition at line 37 of file periph_conf.h.
|
static |
Definition at line 79 of file periph_conf.h.
|
static |
|
static |
Definition at line 54 of file periph_conf.h.