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

STM32 USART1 Configuration. More...

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

Variables

const stm32u5_uart_config stm32u5_usart1_config
 

Detailed Description

STM32 USART1 Configuration.

Variable Documentation

◆ stm32u5_usart1_config

const stm32u5_uart_config stm32u5_usart1_config
Initial value:
= {
.gpio =
{ .regs = GPIOA,
.config =
{ .Pin = STM32U5_USART1_GPIO_PINS,
.Mode = GPIO_MODE_AF_PP,
.Pull = GPIO_NOPULL,
.Speed = GPIO_SPEED_FREQ_LOW,
.Alternate = GPIO_AF7_USART1 } },
.irq = USART1_IRQn,
.device_index = 0
}
@ USART1_IRQn
Definition: same70j19.h:83