Peripheral MCU configuration for the nucleo-f042k6 board.  
More...
Peripheral MCU configuration for the nucleo-f042k6 board. 
- Author
 - Vincent Dupont vince.nosp@m.nt@o.nosp@m.takey.nosp@m.s.co.nosp@m.m 
 
Definition in file periph_conf.h.
#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_usart2) | 
        
      
 
 
◆ UART_1_ISR
      
        
          | #define UART_1_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 126 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 103 of file periph_conf.h.
 
 
◆ uart_config
Initial value:= {
    {
        .dev        = USART2,
        .rcc_mask   = RCC_APB1ENR_USART2EN,
        .irqn       = USART2_IRQn
    },
    {
        .dev        = USART1,
        .rcc_mask   = RCC_APB2ENR_USART1EN,
        .irqn       = USART1_IRQn
    }
}
@ GPIO_AF1
use alternate function 1
 
@ APB1
Advanced Peripheral Bus 1.
 
 
Definition at line 30 of file periph_conf.h.