Peripheral MCU configuration for the STM32L476G-DISCO board.
More...
Peripheral MCU configuration for the STM32L476G-DISCO board.
- Author
- Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr
Definition in file periph_conf.h.
#include "periph_cpu.h"
#include "clk_conf.h"
#include "cfg_rtt_default.h"
Go to the source code of this file.
#define | CONFIG_BOARD_HAS_LSE 1 |
|
|
#define | TIMER_0_ISR isr_tim5 |
|
#define | TIMER_NUMOF ARRAY_SIZE(timer_config) |
|
static const timer_conf_t | timer_config [] |
|
◆ timer_config
Initial value:= {
{
.dev = TIM5,
.max = 0xffffffff,
.rcc_mask = RCC_APB1ENR1_TIM5EN,
.irqn = TIM5_IRQn
}
}
Definition at line 39 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
.dev = USART2,
.rcc_mask = RCC_APB1ENR1_USART2EN,
.irqn = USART2_IRQn,
.clk_src = 0,
}
}
Definition at line 58 of file periph_conf.h.