Peripheral MCU configuration for the nucleo-l073rz board.  
More...
#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_tim2.h"
 
Go to the source code of this file.
◆ ADC_NUMOF
◆ CONFIG_BOARD_HAS_LSE
      
        
          | #define CONFIG_BOARD_HAS_LSE   1 | 
        
      
 
 
◆ I2C_0_ISR
◆ I2C_1_ISR
◆ I2C_NUMOF
◆ PWM_NUMOF
◆ SPI_NUMOF
◆ UART_0_ISR
      
        
          | #define UART_0_ISR   (isr_usart2) | 
        
      
 
 
◆ UART_1_ISR
      
        
          | #define UART_1_ISR   (isr_usart1) | 
        
      
 
 
◆ UART_NUMOF
◆ adc_config
Initial value:= {
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
 
Definition at line 136 of file periph_conf.h.
 
 
◆ i2c_config
Initial value:= {
    {
        .dev            = I2C1,
        .rcc_mask       = RCC_APB1ENR_I2C1EN,
        .irqn           = I2C1_IRQn
    },
    {
        .dev            = I2C2,
        .rcc_mask       = RCC_APB1ENR_I2C2EN,
        .irqn           = I2C2_IRQn
    }
}
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
 
@ GPIO_AF5
use alternate function 5
 
@ GPIO_AF4
use alternate function 4
 
@ APB1
Advanced Peripheral Bus 1.
 
 
Definition at line 152 of file periph_conf.h.
 
 
◆ pwm_config
Initial value:= {
    {
        .dev      = TIM3,
        .rcc_mask = RCC_APB1ENR_TIM3EN,
    }
}
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
 
@ GPIO_AF2
use alternate function 2
 
 
Definition at line 93 of file periph_conf.h.
 
 
◆ spi_config
Initial value:= {
    {
        .dev      = SPI1,
        .rccmask  = RCC_APB2ENR_SPI1EN,
    }
}
@ GPIO_AF0
use alternate function 0
 
#define SPI_CS_UNDEF
Define value for unused CS line.
 
@ APB2
Advanced Peripheral Bus 2.
 
 
Definition at line 113 of file periph_conf.h.
 
 
◆ uart_config