RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
console-usart2-cfg.c File Reference

STM32 USART2 Configuration. More...

#include <stm32u5/hal.h>
#include <bspopts.h>

Variables

const stm32u5_uart_config stm32u5_usart2_config
 

Detailed Description

STM32 USART2 Configuration.

Variable Documentation

◆ stm32u5_usart2_config

const stm32u5_uart_config stm32u5_usart2_config
Initial value:
= {
.gpio =
{ .regs = GPIOA,
.config =
{ .Pin = STM32U5_USART2_GPIO_PINS,
.Mode = GPIO_MODE_AF_PP,
.Pull = GPIO_NOPULL,
.Speed = GPIO_SPEED_FREQ_LOW,
.Alternate = GPIO_AF7_USART2 } },
.irq = USART2_IRQn,
.device_index = 1
}
@ USART2_IRQn
Definition: same70j19.h:84