Peripheral MCU configuration for the B-L475E-IOT01A board.  
More...
Peripheral MCU configuration for the B-L475E-IOT01A board. 
- Author
 - Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr 
 
Definition in file periph_conf.h.
#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_rtt_default.h"
#include "cfg_usb_otg_fs.h"
 
Go to the source code of this file.
◆ CONFIG_BOARD_HAS_LSE
      
        
          | #define CONFIG_BOARD_HAS_LSE   1 | 
        
      
 
 
◆ DMA_0_ISR
      
        
          | #define DMA_0_ISR   isr_dma1_channel2 | 
        
      
 
 
◆ DMA_1_ISR
      
        
          | #define DMA_1_ISR   isr_dma1_channel3 | 
        
      
 
 
◆ DMA_2_ISR
      
        
          | #define DMA_2_ISR   isr_dma1_channel4 | 
        
      
 
 
◆ DMA_3_ISR
      
        
          | #define DMA_3_ISR   isr_dma1_channel5 | 
        
      
 
 
◆ DMA_4_ISR
      
        
          | #define DMA_4_ISR   isr_dma2_channel1 | 
        
      
 
 
◆ DMA_5_ISR
      
        
          | #define DMA_5_ISR   isr_dma2_channel2 | 
        
      
 
 
◆ DMA_6_ISR
      
        
          | #define DMA_6_ISR   isr_dma2_channel3 | 
        
      
 
 
◆ DMA_NUMOF
◆ I2C_0_ISR
      
        
          | #define I2C_0_ISR   isr_i2c1_er | 
        
      
 
 
◆ I2C_1_ISR
      
        
          | #define I2C_1_ISR   isr_i2c2_er | 
        
      
 
 
◆ I2C_NUMOF
◆ PWM_NUMOF
◆ SPI_NUMOF
◆ TIMER_0_ISR
      
        
          | #define TIMER_0_ISR   isr_tim5 | 
        
      
 
 
◆ TIMER_NUMOF
◆ UART_0_ISR
      
        
          | #define UART_0_ISR   (isr_usart1) | 
        
      
 
 
◆ UART_1_ISR
◆ UART_NUMOF
◆ dma_config
Initial value:= {
    { .stream = 1 },    
    { .stream = 2 },    
    { .stream = 3 },    
    { .stream = 4 },    
    { .stream = 8 },    
    { .stream = 9 },    
    { .stream = 10 },   
}
 
Definition at line 36 of file periph_conf.h.
 
 
◆ i2c_config
Initial value:= {
    {
        .dev            = I2C1,
        .rcc_mask       = RCC_APB1ENR1_I2C1EN,
        .rcc_sw_mask    = RCC_CCIPR_I2C1SEL_1,          
        .irqn           = I2C1_ER_IRQn,
    },
    {
        .dev            = I2C2,
        .rcc_mask       = RCC_APB1ENR1_I2C2EN,
        .rcc_sw_mask    = RCC_CCIPR_I2C2SEL_1,          
        .irqn           = I2C2_ER_IRQn,
    },
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
 
@ GPIO_AF4
use alternate function 4
 
@ APB1
Advanced Peripheral Bus 1.
 
 
Definition at line 212 of file periph_conf.h.
 
 
◆ pwm_config
Initial value:= {
    {
        .dev      = TIM2,
        .rcc_mask = RCC_APB1ENR1_TIM2EN,
    }
}
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
 
@ GPIO_AF1
use alternate function 1
 
 
Definition at line 125 of file periph_conf.h.
 
 
◆ spi_config
◆ timer_config
Initial value:= {
    {
        .dev      = TIM5,
        .max      = 0xffffffff,
        .rcc_mask = RCC_APB1ENR1_TIM5EN,
        .irqn     = TIM5_IRQn
    }
}
 
Definition at line 61 of file periph_conf.h.
 
 
◆ uart_config