MG32F10x Standard Peripherals Firmware Library
Data Fields
UART_InitTypeDef Struct Reference

UART Init Structure definition. More...

#include <mg32f10x_uart.h>

Data Fields

uint32_t UART_BaudRate
 
uint8_t UART_WordLength
 
uint8_t UART_StopBits
 
uint8_t UART_Parity
 
uint8_t UART_AutoFlowControl
 

Detailed Description

UART Init Structure definition.

Field Documentation

◆ UART_AutoFlowControl

uint8_t UART_AutoFlowControl

Specifies the auto flow control mode is enabled or disabled. This parameter can be a value of UART_AutoFlowControl example

◆ UART_BaudRate

uint32_t UART_BaudRate

This member configures the UART communication baud rate.

◆ UART_Parity

uint8_t UART_Parity

Specifies the parity mode. This parameter can be a value of UART_Parity

◆ UART_StopBits

uint8_t UART_StopBits

Specifies the number of stop bits transmitted. This parameter can be a value of UART_Stop_Bits

◆ UART_WordLength

uint8_t UART_WordLength

Specifies the number of data bits transmitted or received in a frame. This parameter can be a value of UART_Word_Length


The documentation for this struct was generated from the following file: