STM32F103xB HAL User Manual
|
LL USART Init Structure definition. More...
#include <stm32f1xx_ll_usart.h>
Data Fields | |
uint32_t | BaudRate |
uint32_t | DataWidth |
uint32_t | StopBits |
uint32_t | Parity |
uint32_t | TransferDirection |
uint32_t | HardwareFlowControl |
uint32_t | OverSampling |
LL USART Init Structure definition.
Definition at line 74 of file stm32f1xx_ll_usart.h.
uint32_t LL_USART_InitTypeDef::BaudRate |
This field defines expected Usart communication baud rate.
This feature can be modified afterwards using unitary function LL_USART_SetBaudRate().
Definition at line 76 of file stm32f1xx_ll_usart.h.
Referenced by LL_USART_Init(), and LL_USART_StructInit().
uint32_t LL_USART_InitTypeDef::DataWidth |
Specifies the number of data bits transmitted or received in a frame. This parameter can be a value of Datawidth.
This feature can be modified afterwards using unitary function LL_USART_SetDataWidth().
Definition at line 80 of file stm32f1xx_ll_usart.h.
Referenced by LL_USART_Init(), and LL_USART_StructInit().
Specifies whether the hardware flow control mode is enabled or disabled. This parameter can be a value of Hardware Control.
This feature can be modified afterwards using unitary function LL_USART_SetHWFlowCtrl().
Definition at line 100 of file stm32f1xx_ll_usart.h.
Referenced by LL_USART_Init(), and LL_USART_StructInit().
uint32_t LL_USART_InitTypeDef::OverSampling |
Specifies whether USART oversampling mode is 16 or 8. This parameter can be a value of Oversampling.
This feature can be modified afterwards using unitary function LL_USART_SetOverSampling().
Definition at line 105 of file stm32f1xx_ll_usart.h.
Referenced by LL_USART_Init(), and LL_USART_StructInit().
uint32_t LL_USART_InitTypeDef::Parity |
Specifies the parity mode. This parameter can be a value of Parity Control.
This feature can be modified afterwards using unitary function LL_USART_SetParity().
Definition at line 90 of file stm32f1xx_ll_usart.h.
Referenced by LL_USART_Init(), and LL_USART_StructInit().
uint32_t LL_USART_InitTypeDef::StopBits |
Specifies the number of stop bits transmitted. This parameter can be a value of Stop Bits.
This feature can be modified afterwards using unitary function LL_USART_SetStopBitsLength().
Definition at line 85 of file stm32f1xx_ll_usart.h.
Referenced by LL_USART_Init(), and LL_USART_StructInit().
Specifies whether the Receive and/or Transmit mode is enabled or disabled. This parameter can be a value of Communication Direction.
This feature can be modified afterwards using unitary function LL_USART_SetTransferDirection().
Definition at line 95 of file stm32f1xx_ll_usart.h.
Referenced by LL_USART_Init(), and LL_USART_StructInit().