Peripheral MCU configuration for the nucleo-f031k6 board.  
More...
#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_timer_tim2.h"
 
Go to the source code of this file.
◆ ADC_NUMOF
◆ PWM_NUMOF
◆ SPI_NUMOF
◆ UART_0_ISR
      
        
          | #define UART_0_ISR   (isr_usart1) | 
        
      
 
 
◆ UART_NUMOF
◆ VBAT_ADC
◆ adc_config
Initial value:= {
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
 
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
 
 
Definition at line 117 of file periph_conf.h.
 
 
◆ pwm_config
◆ 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 94 of file periph_conf.h.
 
 
◆ uart_config
Initial value:= {
    {
        .dev        = USART1,
        .rcc_mask   = RCC_APB2ENR_USART1EN,
        .irqn       = USART1_IRQn
    }
}
@ GPIO_AF1
use alternate function 1
 
 
Definition at line 32 of file periph_conf.h.