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
◆ dac_config
◆ i2c_config
Initial value:= {
{
.dev = I2C1,
.rcc_mask = RCC_APB1ENR_I2C1EN,
.clk = CLOCK_APB1,
.irqn = I2C1_EV_IRQn
}
}
Definition at line 147 of file periph_conf.h.
◆ pwm_config
Initial value:= {
{
.dev = TIM3,
.rcc_mask = RCC_APB1ENR_TIM3EN,
}
}
Definition at line 78 of file periph_conf.h.