Loading...
Searching...
No Matches
periph_conf.h File Reference

Configuration of CPU peripherals for the SLWSTK6000B starter kit. More...

Detailed Description

Configuration of CPU peripherals for the SLWSTK6000B starter kit.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de
Bas Stottelaar basst.nosp@m.otte.nosp@m.laar@.nosp@m.gmai.nosp@m.l.com
Kai Beckmann kai.b.nosp@m.eckm.nosp@m.ann@h.nosp@m.s-rm.nosp@m..de

Definition in file periph_conf.h.

#include "cpu.h"
#include "periph_cpu.h"
#include "em_cmu.h"
#include "board_module.h"
+ Include dependency graph for periph_conf.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Clock configuration

#define CLOCK_HF   cmuSelect_HFXO
 
#define CLOCK_CORE_DIV   cmuClkDiv_1
 
#define CLOCK_LFA   cmuSelect_LFRCO
 
#define CLOCK_LFB   cmuSelect_LFRCO
 
#define CLOCK_LFE   cmuSelect_LFRCO
 

ADC configuration

#define ADC_DEV_NUMOF   ARRAY_SIZE(adc_config)
 
#define ADC_NUMOF   ARRAY_SIZE(adc_channel_config)
 
static const adc_conf_t adc_config []
 
static const adc_chan_conf_t adc_channel_config []
 

I2C configuration

#define I2C_NUMOF   ARRAY_SIZE(i2c_config)
 
#define I2C_0_ISR   isr_i2c0
 
static const i2c_conf_t i2c_config []
 

RTT configuration

#define RTT_FREQUENCY   (1U) /* in Hz */
 

SPI configuration

#define SPI_NUMOF   ARRAY_SIZE(spi_config)
 
static const spi_dev_t spi_config []
 

Timer configuration

The implementation uses two timers in cascade mode.

#define TIMER_NUMOF   ARRAY_SIZE(timer_config)
 
#define TIMER_0_ISR   isr_timer1
 
#define TIMER_1_ISR   isr_letimer0
 
static const timer_conf_t timer_config []
 

UART configuration

#define UART_NUMOF   ARRAY_SIZE(uart_config)
 
#define UART_0_ISR_RX   isr_usart0_rx
 
static const uart_conf_t uart_config []
 

Macro Definition Documentation

◆ ADC_DEV_NUMOF

#define ADC_DEV_NUMOF   ARRAY_SIZE(adc_config)

Definition at line 80 of file periph_conf.h.

◆ ADC_NUMOF

#define ADC_NUMOF   ARRAY_SIZE(adc_channel_config)

Definition at line 81 of file periph_conf.h.

◆ CLOCK_CORE_DIV

#define CLOCK_CORE_DIV   cmuClkDiv_1

Definition at line 41 of file periph_conf.h.

◆ CLOCK_HF

#define CLOCK_HF   cmuSelect_HFXO

Definition at line 38 of file periph_conf.h.

◆ CLOCK_LFA

#define CLOCK_LFA   cmuSelect_LFRCO

Definition at line 44 of file periph_conf.h.

◆ CLOCK_LFB

#define CLOCK_LFB   cmuSelect_LFRCO

Definition at line 47 of file periph_conf.h.

◆ CLOCK_LFE

#define CLOCK_LFE   cmuSelect_LFRCO

Definition at line 50 of file periph_conf.h.

◆ I2C_0_ISR

#define I2C_0_ISR   isr_i2c0

Definition at line 102 of file periph_conf.h.

◆ I2C_NUMOF

#define I2C_NUMOF   ARRAY_SIZE(i2c_config)

Definition at line 101 of file periph_conf.h.

◆ RTT_FREQUENCY

#define RTT_FREQUENCY   (1U) /* in Hz */

Definition at line 110 of file periph_conf.h.

◆ SPI_NUMOF

#define SPI_NUMOF   ARRAY_SIZE(spi_config)

Definition at line 132 of file periph_conf.h.

◆ TIMER_0_ISR

#define TIMER_0_ISR   isr_timer1

Definition at line 169 of file periph_conf.h.

◆ TIMER_1_ISR

#define TIMER_1_ISR   isr_letimer0

Definition at line 170 of file periph_conf.h.

◆ TIMER_NUMOF

#define TIMER_NUMOF   ARRAY_SIZE(timer_config)

Definition at line 168 of file periph_conf.h.

◆ UART_0_ISR_RX

#define UART_0_ISR_RX   isr_usart0_rx

Definition at line 190 of file periph_conf.h.

◆ UART_NUMOF

#define UART_NUMOF   ARRAY_SIZE(uart_config)

Definition at line 189 of file periph_conf.h.

Variable Documentation

◆ adc_channel_config

const adc_chan_conf_t adc_channel_config[]
static
Initial value:
= {
{
.dev = 0,
.input = adcPosSelTEMP,
.reference = adcRef1V25,
.acq_time = adcAcqTime8
},
{
.dev = 0,
.input = adcPosSelAVDD,
.reference = adcRef5V,
.acq_time = adcAcqTime8
}
}

Definition at line 65 of file periph_conf.h.

◆ adc_config

const adc_conf_t adc_config[]
static
Initial value:
= {
{
.dev = ADC0,
.cmu = cmuClock_ADC0,
}
}

Definition at line 58 of file periph_conf.h.

◆ i2c_config

const i2c_conf_t i2c_config[]
static
Initial value:
= {
{
.dev = I2C0,
.sda_pin = MODULE_PIN_P13,
.scl_pin = MODULE_PIN_P12,
.loc = I2C_ROUTELOC0_SDALOC_LOC16 |
I2C_ROUTELOC0_SCLLOC_LOC14,
.cmu = cmuClock_I2C0,
.irq = I2C0_IRQn,
}
}
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
Definition periph_cpu.h:278

Definition at line 88 of file periph_conf.h.

◆ spi_config

const spi_dev_t spi_config[]
static
Initial value:
= {
{
.dev = USART1,
.mosi_pin = MODULE_PIN_F16,
.miso_pin = MODULE_PIN_P3,
.clk_pin = MODULE_PIN_F15,
.loc = USART_ROUTELOC0_RXLOC_LOC11 |
USART_ROUTELOC0_TXLOC_LOC11 |
USART_ROUTELOC0_CLKLOC_LOC11,
.cmu = cmuClock_USART1,
.irq = USART1_RX_IRQn
}
}

Definition at line 118 of file periph_conf.h.

◆ timer_config

const timer_conf_t timer_config[]
static
Initial value:
= {
{
.prescaler = {
.dev = TIMER0,
.cmu = cmuClock_TIMER0
},
.timer = {
.dev = TIMER1,
.cmu = cmuClock_TIMER1
},
.irq = TIMER1_IRQn,
.channel_numof = 3
},
{
.prescaler = {
.dev = NULL,
.cmu = cmuClock_LETIMER0
},
.timer = {
.dev = LETIMER0,
.cmu = cmuClock_LETIMER0
},
.irq = LETIMER0_IRQn,
.channel_numof = 2
}
}

Definition at line 141 of file periph_conf.h.

◆ uart_config

const uart_conf_t uart_config[]
static
Initial value:
= {
{
.dev = USART0,
.rx_pin = MODULE_PIN_F7,
.tx_pin = MODULE_PIN_F6,
.loc = USART_ROUTELOC0_RXLOC_LOC0 |
USART_ROUTELOC0_TXLOC_LOC0,
.cmu = cmuClock_USART0,
.irq = USART0_RX_IRQn
}
}

Definition at line 177 of file periph_conf.h.