MG32F10x Standard Peripherals Firmware Library
|
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 |
UART Init Structure definition.
uint8_t UART_AutoFlowControl |
Specifies the auto flow control mode is enabled or disabled. This parameter can be a value of UART_AutoFlowControl example
uint32_t UART_BaudRate |
This member configures the UART communication baud rate.
uint8_t UART_Parity |
Specifies the parity mode. This parameter can be a value of UART_Parity
uint8_t UART_StopBits |
Specifies the number of stop bits transmitted. This parameter can be a value of UART_Stop_Bits
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