Peripheral MCU configuration for the limifrog-v1 board.  
More...
Peripheral MCU configuration for the limifrog-v1 board. 
- Author
- Francisco Molina franc.nosp@m.isco.nosp@m..moli.nosp@m.na@i.nosp@m.nria..nosp@m.cl 
Definition in file periph_conf.h.
#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_timer_tim5.h"
Go to the source code of this file.
◆ ADC_NUMOF
◆ DAC_NUMOF
◆ I2C_0_ISR
      
        
          | #define I2C_0_ISR   isr_i2c1_ev | 
      
 
 
◆ I2C_NUMOF
◆ PWM_NUMOF
◆ SPI_NUMOF
◆ UART_0_ISR
      
        
          | #define UART_0_ISR   (isr_usart3) | 
      
 
 
◆ UART_1_ISR
      
        
          | #define UART_1_ISR   (isr_usart2) | 
      
 
 
◆ UART_2_ISR
      
        
          | #define UART_2_ISR   (isr_usart1) | 
      
 
 
◆ UART_NUMOF
◆ 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 167 of file periph_conf.h.
 
 
◆ dac_config
◆ i2c_config
Initial value:= {
    {
        .dev            = I2C1,
        .rcc_mask       = RCC_APB1ENR_I2C1EN,
        .clk            = CLOCK_APB1,
        .irqn           = I2C1_EV_IRQn
    }
}
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
@ GPIO_AF4
use alternate function 4
@ APB1
Advanced Peripheral Bus 1.
Definition at line 143 of file periph_conf.h.
 
 
◆ pwm_config
Initial value:= {
    {
        .dev      = TIM3,
        .rcc_mask = RCC_APB1ENR_TIM3EN,
    }
}
@ GPIO_AF2
use alternate function 2
Definition at line 74 of file periph_conf.h.
 
 
◆ spi_config
◆ uart_config