Peripheral MCU configuration for the nucleo-f070rb board.  
More...
#include "periph_cpu.h"
#include "f0/cfg_clock_default.h"
#include "cfg_i2c1_pb8_pb9.h"
 
Go to the source code of this file.
| 
#define  | CONFIG_BOARD_HAS_HSE   1 | 
|   | 
| 
#define  | CONFIG_BOARD_HAS_LSE   1 | 
|   | 
 | 
| 
#define  | TIMER_0_ISR   isr_tim1_cc | 
|   | 
| 
#define  | TIMER_NUMOF   ARRAY_SIZE(timer_config) | 
|   | 
| static const timer_conf_t  | timer_config [] | 
|   | 
 | 
| 
#define  | UART_0_ISR   (isr_usart2) | 
|   | 
| 
#define  | UART_1_ISR   (isr_usart1) | 
|   | 
| 
#define  | UART_2_ISR   (isr_usart3_8) | 
|   | 
| 
#define  | UART_NUMOF   ARRAY_SIZE(uart_config) | 
|   | 
| 
static const uart_conf_t  | uart_config [] | 
|   | 
◆ adc_config
◆ pwm_config
Initial value:= {
    {
        .dev      = TIM3,
        .rcc_mask = RCC_APB1ENR_TIM3EN,
    },
    {
        .dev      = TIM15,
        .rcc_mask = RCC_APB2ENR_TIM15EN,
    }
}
 
Definition at line 110 of file periph_conf.h.
 
 
◆ timer_config
Initial value:= {
    {
        .dev      = TIM1,
        .max      = 0x0000ffff,
        .rcc_mask = RCC_APB2ENR_TIM1EN,
        .irqn     = TIM1_CC_IRQn
    }
}
 
Definition at line 46 of file periph_conf.h.