Peripheral MCU configuration for the nucleo-l152re board.
More...
#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_timer_tim5.h"
Go to the source code of this file.
|
#define | DMA_0_ISR isr_dma1_channel2 |
|
#define | DMA_1_ISR isr_dma1_channel3 |
|
#define | DMA_2_ISR isr_dma1_channel7 |
|
#define | DMA_3_ISR isr_dma1_channel4 |
|
#define | DMA_NUMOF ARRAY_SIZE(dma_config) |
|
static const dma_conf_t | dma_config [] |
|
|
#define | UART_0_ISR (isr_usart2) |
|
#define | UART_1_ISR (isr_usart1) |
|
#define | UART_2_ISR (isr_usart3) |
|
#define | UART_NUMOF ARRAY_SIZE(uart_config) |
|
static const uart_conf_t | uart_config [] |
|
◆ adc_config
◆ dac_config
◆ dma_config
Initial value:= {
{ .stream = 1 },
{ .stream = 2 },
{ .stream = 6 },
{ .stream = 4 },
}
Definition at line 35 of file periph_conf.h.
◆ i2c_config
Initial value:= {
{
.dev = I2C1,
.rcc_mask = RCC_APB1ENR_I2C1EN,
.clk = CLOCK_APB1,
.irqn = I2C1_EV_IRQn
},
{
.dev = I2C2,
.rcc_mask = RCC_APB1ENR_I2C2EN,
.clk = CLOCK_APB1,
.irqn = I2C2_EV_IRQn
}
}
Definition at line 169 of file periph_conf.h.
◆ pwm_config
Initial value:= {
{
.dev = TIM2,
.rcc_mask = RCC_APB1ENR_TIM2EN,
},
{
.dev = TIM3,
.rcc_mask = RCC_APB1ENR_TIM3EN,
}
}
Definition at line 110 of file periph_conf.h.
◆ spi_config
Initial value:= {
{
.dev = SPI1,
.rccmask = RCC_APB2ENR_SPI1EN,
}
}
Definition at line 140 of file periph_conf.h.