#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_timer_tim5.h"
#include "cfg_usb_otg_hs_fs.h"
Go to the source code of this file.
|
#define | DMA_0_ISR isr_dma2_stream6 |
|
#define | DMA_1_ISR isr_dma2_stream5 |
|
#define | DMA_NUMOF ARRAY_SIZE(dma_config) |
|
static const dma_conf_t | dma_config [] |
|
◆ dma_config
Initial value:= {
{ .stream = 14 },
{ .stream = 13 },
}
Definition at line 45 of file periph_conf.h.
◆ i2c_config
Initial value:= {
{
.dev = I2C3,
.rcc_mask = RCC_APB1ENR_I2C3EN,
.clk = CLOCK_APB1,
.irqn = I2C3_EV_IRQn,
}
}
Definition at line 115 of file periph_conf.h.
◆ spi_config
Initial value:= {
{
.dev = SPI5,
.rccmask = RCC_APB2ENR_SPI5EN,
}
}
Definition at line 86 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
.dev = USART1,
.rcc_mask = RCC_APB2ENR_USART1EN,
.irqn = USART1_IRQn,
}
}
Definition at line 60 of file periph_conf.h.