Configuration of CPU peripherals for the E180-ZG120B-TB Test Board.
More...
#include "cpu.h"
#include "periph_cpu.h"
#include "em_cmu.h"
Go to the source code of this file.
◆ ADC_DEV_NUMOF
◆ ADC_NUMOF
◆ CLOCK_CORE_DIV
#define CLOCK_CORE_DIV cmuClkDiv_1 |
◆ CLOCK_HF
#define CLOCK_HF cmuSelect_HFXO |
◆ CLOCK_LFA
#define CLOCK_LFA cmuSelect_LFRCO |
◆ CLOCK_LFB
#define CLOCK_LFB cmuSelect_LFRCO |
◆ CLOCK_LFE
#define CLOCK_LFE cmuSelect_LFRCO |
◆ RTT_FREQUENCY
#define RTT_FREQUENCY (1U) /* in Hz */ |
◆ TIMER_0_ISR
#define TIMER_0_ISR isr_timer1 |
◆ TIMER_1_ISR
#define TIMER_1_ISR isr_letimer0 |
◆ TIMER_NUMOF
◆ UART_0_ISR_RX
#define UART_0_ISR_RX isr_usart0_rx |
◆ UART_NUMOF
◆ adc_channel_config
Initial value:= {
{
.dev = 0,
.input = adcPosSelTEMP,
.reference = adcRef1V25,
.acq_time = adcAcqTime8
},
{
.dev = 0,
.input = adcPosSelAVDD,
.reference = adcRef5V,
.acq_time = adcAcqTime8
}
}
Definition at line 64 of file periph_conf.h.
◆ adc_config
Initial value:= {
{
.dev = ADC0,
.cmu = cmuClock_ADC0,
}
}
Definition at line 57 of file periph_conf.h.
◆ timer_config
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 98 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
.dev = USART0,
.loc = USART_ROUTELOC0_RXLOC_LOC0 |
USART_ROUTELOC0_TXLOC_LOC0,
.cmu = cmuClock_USART0,
.irq = USART0_RX_IRQn
}
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
Definition at line 134 of file periph_conf.h.