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.
 | 
| 
#define  | UART_0_ISR   (isr_usart3) | 
|   | 
| 
#define  | UART_1_ISR   (isr_usart2) | 
|   | 
| 
#define  | UART_2_ISR   (isr_usart1) | 
|   | 
| 
#define  | UART_NUMOF   ARRAY_SIZE(uart_config) | 
|   | 
| 
static const uart_conf_t  | uart_config [] | 
|   | 
◆ 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,
        .irqn           = I2C1_EV_IRQn
    }
}
@ GPIO_AF4
use alternate function 4
 
@ APB1
Advanced Peripheral Bus 1
 
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
 
#define CLOCK_APB1
Half AHB clock.
 
 
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.