#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_timer_tim5.h"
#include "cfg_usb_otg_hs_phy_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 41 of file periph_conf.h.
 
 
◆ fmc_bank_config
FMC Bank configuration. 
The board has a SDRAM IS42S16400J-7TL with 64 MBit on-board. It is organized in 4 banks of 1M x 16 bits each and connected to bank 6 at address 0xd0000000. 
Definition at line 196 of file periph_conf.h.
 
 
◆ i2c_config
Initial value:= {
    {
        .dev            = I2C3,
        .rcc_mask       = RCC_APB1ENR_I2C3EN,
        .irqn           = I2C3_EV_IRQn,
    }
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
@ GPIO_AF4
use alternate function 4
 
@ APB1
Advanced Peripheral Bus 1
 
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
 
#define CLOCK_APB1
Half AHB clock.
 
 
Definition at line 111 of file periph_conf.h.
 
 
◆ spi_config
Initial value:= {
    {
        .dev            = SPI5,
        .rccmask        = RCC_APB2ENR_SPI5EN,
 
 
 
 
 
 
    }
}
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
 
@ GPIO_AF5
use alternate function 5
 
@ APB2
Advanced Peripheral Bus 2
 
 
Definition at line 82 of file periph_conf.h.
 
 
◆ uart_config
Initial value:= {
    {
        .dev        = USART1,
        .rcc_mask   = RCC_APB2ENR_USART1EN,
        .irqn       = USART1_IRQn,
 
 
 
 
    }
}
@ GPIO_AF7
use alternate function 7
 
 
Definition at line 56 of file periph_conf.h.