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

STM32 USART3 Configuration. More...

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

Variables

const stm32u5_uart_config stm32u5_usart3_config
 

Detailed Description

STM32 USART3 Configuration.

Variable Documentation

◆ stm32u5_usart3_config

const stm32u5_uart_config stm32u5_usart3_config
Initial value:
= {
.gpio =
{ .regs = GPIOD,
.config =
{ .Pin = STM32U5_USART3_GPIO_PINS,
.Mode = GPIO_MODE_AF_PP,
.Pull = GPIO_NOPULL,
.Speed = GPIO_SPEED_FREQ_LOW,
.Alternate = GPIO_AF7_USART3 } },
.irq = USART3_IRQn,
.device_index = 2
}
@ USART3_IRQn
Definition: stm32u5g9xx.h:132