![]() |
ARMEBS4
revision-26.06.2015
|
USART Init Structure definition. More...
#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx_usart.h"
Data Fields | |
uint32_t | USART_BaudRate |
uint16_t | USART_WordLength |
uint16_t | USART_StopBits |
uint16_t | USART_Parity |
uint16_t | USART_Mode |
uint16_t | USART_HardwareFlowControl |
USART Init Structure definition.
Definition at line 48 of file stm32f4xx_usart.h.
uint32_t USART_InitTypeDef::USART_BaudRate |
This member configures the USART communication baud rate. The baud rate is computed using the following formula:
Definition at line 50 of file stm32f4xx_usart.h.
uint16_t USART_InitTypeDef::USART_WordLength |
Specifies the number of data bits transmitted or received in a frame. This parameter can be a value of USART_Word_Length
Definition at line 56 of file stm32f4xx_usart.h.
uint16_t USART_InitTypeDef::USART_StopBits |
Specifies the number of stop bits transmitted. This parameter can be a value of USART_Stop_Bits
Definition at line 59 of file stm32f4xx_usart.h.
uint16_t USART_InitTypeDef::USART_Parity |
Specifies the parity mode. This parameter can be a value of USART_Parity
Definition at line 62 of file stm32f4xx_usart.h.
uint16_t USART_InitTypeDef::USART_Mode |
Specifies wether the Receive or Transmit mode is enabled or disabled. This parameter can be a value of USART_Mode
Definition at line 69 of file stm32f4xx_usart.h.
uint16_t USART_InitTypeDef::USART_HardwareFlowControl |
Specifies wether the hardware flow control mode is enabled or disabled. This parameter can be a value of USART_Hardware_Flow_Control
Definition at line 72 of file stm32f4xx_usart.h.