MG32F10x Standard Peripherals Firmware Library
成员变量
UART_InitTypeDef结构体 参考

UART Init Structure definition 更多...

#include <mg32f10x_uart.h>

成员变量

uint32_t UART_BaudRate
 
uint8_t UART_WordLength
 
uint8_t UART_StopBits
 
uint8_t UART_Parity
 
uint8_t UART_AutoFlowControl
 

详细描述

UART Init Structure definition

结构体成员变量说明

◆ 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


该结构体的文档由以下文件生成: